메소드 | 설명 | |
---|---|---|
Add ( |
||
AddOtherLanguage ( |
||
Delete ( int id ) : void | ||
DeleteLogical ( int id ) : void | ||
GetProduct ( int id, int portalID, int languageID ) : |
||
GetProducts ( int portalID, int languageID ) : List |
||
GetProductsByCatalogID ( int catalogId, int portalID, int languageID ) : List |
||
SearchProducts ( int catalogId, string productName, int portalID, int languageID ) : List |
||
Update ( |
public static Add ( |
||
product | ||
리턴 | int |
public static AddOtherLanguage ( |
||
product | ||
리턴 | void |
public static GetProduct ( int id, int portalID, int languageID ) : |
||
id | int | |
portalID | int | |
languageID | int | |
리턴 |
public static GetProducts ( int portalID, int languageID ) : List |
||
portalID | int | |
languageID | int | |
리턴 | List |
public static GetProductsByCatalogID ( int catalogId, int portalID, int languageID ) : List |
||
catalogId | int | |
portalID | int | |
languageID | int | |
리턴 | List |
public static SearchProducts ( int catalogId, string productName, int portalID, int languageID ) : List |
||
catalogId | int | |
productName | string | |
portalID | int | |
languageID | int | |
리턴 | List |
public static Update ( |
||
product | ||
리턴 | void |