Ignore:
Timestamp:
2013/01/27 21:07:20 (11 years ago)
Author:
kim
Message:

#2060 r22372,r22381,r22382,r22386-r22390,r22397-r22400,r22407-r22411,r22416,r22417,r22420,r22421,r22423,r22425,r22426 を差し戻す。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/api/operations/ItemSearch.php

    r22426 r22433  
    4242    public function __construct() { 
    4343        parent::__construct(); 
    44         $this->operation_description = t('c_Product search and product list information are retrieved._01'); 
     44        $this->operation_description = t('API_ItemSearch_001'); 
    4545    } 
    4646 
     
    9090                return true; 
    9191            } else { 
    92                 $this->addError('ItemSearch.Error', t('c_* The requested information was not found._01')); 
     92                $this->addError('ItemSearch.Error', t('API_ItemSearch_002')); 
    9393            } 
    9494        } 
     
    9898 
    9999    protected function lfInitParam(&$objFormParam) { 
    100         $objFormParam->addParam(t('c_Category ID_01'), 'BrowseNode', INT_LEN, 'n', array('NUM_CHECK', 'MAX_LENGTH_CHECK')); 
    101         $objFormParam->addParam(t('c_Keyword_01'), 'Keywords', STEXT_LEN, 'a', array('SPTAB_CHECK', 'MAX_LENGTH_CHECK')); 
    102         $objFormParam->addParam(t('c_Manufacturer name_01'), 'Manufacturer', STEXT_LEN, 'a', array('SPTAB_CHECK', 'MAX_LENGTH_CHECK')); 
    103         $objFormParam->addParam(t('c_Page number_01'), 'ItemPage', INT_LEN, 'n', array('NUM_CHECK', 'MAX_LENGTH_CHECK')); 
    104         $objFormParam->addParam(t('c_Sort_01'), 'Sort', STEXT_LEN, 'a', array('GRAPH_CHECK', 'MAX_LENGTH_CHECK')); 
     100        $objFormParam->addParam(t('PARAM_LABEL_CATEGORY_ID'), 'BrowseNode', INT_LEN, 'n', array('NUM_CHECK', 'MAX_LENGTH_CHECK')); 
     101        $objFormParam->addParam(t('PARAM_LABEL_KEYWORDS'), 'Keywords', STEXT_LEN, 'a', array('SPTAB_CHECK', 'MAX_LENGTH_CHECK')); 
     102        $objFormParam->addParam(t('PARAM_LABEL_MANUFACTURER'), 'Manufacturer', STEXT_LEN, 'a', array('SPTAB_CHECK', 'MAX_LENGTH_CHECK')); 
     103        $objFormParam->addParam(t('PARAM_LABEL_ITEMPAGE'), 'ItemPage', INT_LEN, 'n', array('NUM_CHECK', 'MAX_LENGTH_CHECK')); 
     104        $objFormParam->addParam(t('PARAM_LABEL_SORT'), 'Sort', STEXT_LEN, 'a', array('GRAPH_CHECK', 'MAX_LENGTH_CHECK')); 
    105105    } 
    106106 
Note: See TracChangeset for help on using the changeset viewer.