Interface ShopService
public interface ShopService
- 
Method Summary
Modifier and TypeMethodDescriptionintshopDirectoryItemUpdate(ShopDirectoryItem shopDirectoryItem) shopItemTypeListByIds(List<Integer> itemTypeIds) intshopItemTypeUpdate(ShopItemType shopItemType)  
- 
Method Details
- 
shopItemTypeList
List<ShopItemType> shopItemTypeList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
shopItemTypeListByIds
List<ShopItemType> shopItemTypeListByIds(List<Integer> itemTypeIds) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
shopItemTypeUpdate
int shopItemTypeUpdate(ShopItemType shopItemType) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
shopDirectoryItemList
List<ShopDirectoryItem> shopDirectoryItemList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
shopDirectoryItemUpdate
int shopDirectoryItemUpdate(ShopDirectoryItem shopDirectoryItem) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
shopProductTreeItemList
List<ShopProductTreeItem> shopProductTreeItemList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 
 -