Interface EntityService
public interface EntityService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
entitySpecAttrDelete
(int id) entitySpecAttrGet
(int id) entitySpecAttrListByType
(int type) void
entitySpecAttrListItemDelete
(int entitySpecId, int id) entitySpecAttrListItemList
(int entitySpecId) int
entitySpecAttrListItemUpdate
(int entitySpecId, EntitySpecAttrListItem item) int
entitySpecGet
(int id) int
-
Method Details
-
entitySpecList
- Throws:
ru.bitel.bgbilling.common.BGException
-
entitySpecGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
entitySpecUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
entitySpecAttrList
- Throws:
ru.bitel.bgbilling.common.BGException
-
entitySpecAttrListByType
List<EntitySpecAttr> entitySpecAttrListByType(int type) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
entitySpecAttrGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
entitySpecAttrUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
entitySpecAttrListItemList
List<EntitySpecAttrListItem> entitySpecAttrListItemList(int entitySpecId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
entitySpecAttrListItemUpdate
int entitySpecAttrListItemUpdate(int entitySpecId, EntitySpecAttrListItem item) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
entitySpecAttrListItemDelete
void entitySpecAttrListItemDelete(int entitySpecId, int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
entitySpecAttrDelete
void entitySpecAttrDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-