Interface EntityService
public interface EntityService
-
Method Summary
Modifier and TypeMethodDescriptionentityAttrAddressGet(int entityId, int entitySpecId, EntitySpecType entitySpecType, int moduleId) voidentitySpecAttrDelete(int id) entitySpecAttrGet(int id) entitySpecAttrListByType(int type) voidentitySpecAttrListItemDelete(int entitySpecId, int id) entitySpecAttrListItemList(int entitySpecId) intentitySpecAttrListItemUpdate(int entitySpecId, EntitySpecAttrListItem item) intentitySpecAttrUpdate(EntitySpecAttr entitySpecAttr) entitySpecGet(int id) intentitySpecUpdate(EntitySpec entitySpec)
-
Method Details
-
entitySpecList
- Throws:
ru.bitel.bgbilling.common.BGException
-
entitySpecDtoList
- 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
int entitySpecAttrUpdate(EntitySpecAttr entitySpecAttr) throws ru.bitel.bgbilling.common.BGException - 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
-
entityAttrAddressGet
EntityAttrAddress entityAttrAddressGet(int entityId, int entitySpecId, EntitySpecType entitySpecType, int moduleId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-