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