Interface EntityService


public interface EntityService
  • Method Details

    • entitySpecList

      List<EntitySpec> entitySpecList() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • entitySpecGet

      EntitySpec entitySpecGet(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • entitySpecUpdate

      int entitySpecUpdate(EntitySpec e) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • entitySpecAttrList

      List<EntitySpecAttr> entitySpecAttrList() throws ru.bitel.bgbilling.common.BGException
      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

      EntitySpecAttr entitySpecAttrGet(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • entitySpecAttrUpdate

      int entitySpecAttrUpdate(EntitySpecAttr e) 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