public interface EntityService
Modifier and Type | Method and Description |
---|---|
void |
entitySpecAttrDelete(int id) |
EntitySpecAttr |
entitySpecAttrGet(int id) |
java.util.List<EntitySpecAttr> |
entitySpecAttrList() |
java.util.List<EntitySpecAttr> |
entitySpecAttrListByType(int type) |
void |
entitySpecAttrListItemDelete(int entitySpecId,
int id) |
java.util.List<EntitySpecAttrListItem> |
entitySpecAttrListItemList(int entitySpecId) |
int |
entitySpecAttrListItemUpdate(int entitySpecId,
EntitySpecAttrListItem item) |
int |
entitySpecAttrUpdate(EntitySpecAttr e) |
EntitySpec |
entitySpecGet(int id) |
java.util.List<EntitySpec> |
entitySpecList() |
int |
entitySpecUpdate(EntitySpec e) |
java.util.List<EntitySpec> entitySpecList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
EntitySpec entitySpecGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int entitySpecUpdate(EntitySpec e) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<EntitySpecAttr> entitySpecAttrList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<EntitySpecAttr> entitySpecAttrListByType(int type) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
EntitySpecAttr entitySpecAttrGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int entitySpecAttrUpdate(EntitySpecAttr e) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<EntitySpecAttrListItem> entitySpecAttrListItemList(int entitySpecId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int entitySpecAttrListItemUpdate(int entitySpecId, EntitySpecAttrListItem item) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void entitySpecAttrListItemDelete(int entitySpecId, int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void entitySpecAttrDelete(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException