Class CommonContractConfig

java.lang.Object
ru.bgcrm.util.Config
ru.bgcrm.plugin.bgbilling.CommonContractConfig

public class CommonContractConfig extends Config
  • Field Details

  • Constructor Details

    • CommonContractConfig

      public CommonContractConfig(ParameterMap config)
  • Method Details

    • getCustomerAddressParamId

      public int getCustomerAddressParamId()
    • getAddressParamId

      public int getAddressParamId()
    • getCityAreaId

      public Integer getCityAreaId(int cityId)
    • getCityAreaMap

      public HashSet<Integer> getCityAreaMap()
    • getAreas

      public Set<Integer> getAreas()
    • formatCommonContractNumber

      public String formatCommonContractNumber(CommonContract commonContract)
    • formatServiceContractNumber

      public String formatServiceContractNumber(CommonContract commonContract, int serviceCode)
    • formatServiceContractNumber

      public String formatServiceContractNumber(CommonContract commonContract, String serviceCode)
    • getNumberLength

      public int getNumberLength()
    • getCounterId

      public Integer getCounterId(int cityId)
    • getCounterMap

      public Map<Integer,Integer> getCounterMap()