Interface EntityService
public interface EntityService
-
Method Summary
Modifier and TypeMethodDescriptionentityAttrAddressGet
(int entityId, int entitySpecId, EntitySpecType entitySpecType, int moduleId) void
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
entitySpecAttrUpdate
(EntitySpecAttr entitySpecAttr) entitySpecGet
(int id) int
entitySpecUpdate
(EntitySpec entitySpec)
-
Method Details
-
entitySpecList
List<EntitySpec> entitySpecList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
entitySpecDtoList
List<EntitySpecDTO> entitySpecDtoList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
entitySpecGet
EntitySpec entitySpecGet(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
entitySpecUpdate
int entitySpecUpdate(EntitySpec entitySpec) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
entitySpecAttrList
List<EntitySpecAttr> entitySpecAttrList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
entitySpecAttrListByType
List<EntitySpecAttr> entitySpecAttrListByType(int type) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
entitySpecAttrGet
EntitySpecAttr entitySpecAttrGet(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
entitySpecAttrUpdate
int entitySpecAttrUpdate(EntitySpecAttr entitySpecAttr) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
entitySpecAttrListItemList
List<EntitySpecAttrListItem> entitySpecAttrListItemList(int entitySpecId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
entitySpecAttrListItemUpdate
int entitySpecAttrListItemUpdate(int entitySpecId, EntitySpecAttrListItem item) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
entitySpecAttrListItemDelete
void entitySpecAttrListItemDelete(int entitySpecId, int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
entitySpecAttrDelete
void entitySpecAttrDelete(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
entityAttrAddressGet
EntityAttrAddress entityAttrAddressGet(int entityId, int entitySpecId, EntitySpecType entitySpecType, int moduleId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-