Interface BillPositionService


public interface BillPositionService
  • Method Details

    • searchPositions

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

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

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