Class PhoneItemListManager

java.lang.Object
ru.bitel.bgbilling.modules.phone.server.bean.PhoneItemListManager

public class PhoneItemListManager extends Object
  • Constructor Details

    • PhoneItemListManager

      public PhoneItemListManager(int mid, Connection con)
  • Method Details

    • updateMode

      public void updateMode(PhoneItemListMode mode) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • clearNumbers

      public void clearNumbers(int phoneItemId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateNumber

      public void updateNumber(PhoneItemListNumber number) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • deleteNumber

      public void deleteNumber(PhoneItemListNumber number) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getActualNumbersForItem

      public List<PhoneItemListNumber> getActualNumbersForItem(int phoneItemId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getDeletedNumbersForItem

      public List<PhoneItemListNumber> getDeletedNumbersForItem(int phoneItemId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getNumbersForItem

      public List<PhoneItemListNumber> getNumbersForItem(int phoneItemId, boolean isDeleted) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getToDeleteNumbers

      public List<PhoneItemListNumber> getToDeleteNumbers() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getToUpdateNumbers

      public List<PhoneItemListNumber> getToUpdateNumbers() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getToUpdateModes

      public List<PhoneItemListMode> getToUpdateModes() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getMode

      public PhoneItemListMode getMode(int phoneItemId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException