Interface BillPositionService


public interface BillPositionService
  • Method Details

    • searchPositions

      List<String> searchPositions(BillPositionType billPositionType, Page page) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updatePositionData

      void updatePositionData(BillPositionType billPositionType, String positionData) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • deletePositionData

      void deletePositionData(BillPositionType billPositionType, String key) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException