public TagGroupIf[] getTagGroupsPerCategory(int categoryId, boolean getProdCount, int languageId) throws KKException { return kkEng.getTagGroupsPerCategory(categoryId, getProdCount, languageId); }
public ProductIf[] getOrderHistoryWithOptions( DataDescriptorIf dataDesc, String sessionId, int languageId, FetchProductOptionsIf options) throws KKException { return kkEng.getOrderHistoryWithOptions(dataDesc, sessionId, languageId, options); }
public CategoryIf[] getCategoriesPerProduct(int productId, int languageId) throws KKException { return kkEng.getCategoriesPerProduct(productId, languageId); }
public EmailIf sendWelcomeEmail1(int customerId, EmailOptionsIf options) throws KKException { return kkEng.sendWelcomeEmail1(customerId, options); }
public CurrencyIf[] getAllCurrencies() throws KKException { return kkEng.getAllCurrencies(); }
public ProductsIf searchForProducts( String sessionId, DataDescriptorIf dataDesc, ProductSearchIf prodSearch, int languageId) throws KKException { return kkEng.searchForProducts(sessionId, dataDesc, prodSearch, languageId); }