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.BGExceptionEntitySpec entitySpecGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint entitySpecUpdate(EntitySpec e) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<EntitySpecAttr> entitySpecAttrList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<EntitySpecAttr> entitySpecAttrListByType(int type) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionEntitySpecAttr entitySpecAttrGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint entitySpecAttrUpdate(EntitySpecAttr e) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<EntitySpecAttrListItem> entitySpecAttrListItemList(int entitySpecId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint entitySpecAttrListItemUpdate(int entitySpecId,
EntitySpecAttrListItem item)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid entitySpecAttrListItemDelete(int entitySpecId,
int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid entitySpecAttrDelete(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException