Class Config

java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.plugin.bil.subscription.Config

public class Config extends Config
  • Constructor Details Link icon

    • Config Link icon

      protected Config(ConfigMap config)
  • Method Details Link icon

    • getSubscriptionOrThrow Link icon

      public Subscription getSubscriptionOrThrow(int id) throws javassist.NotFoundException
      Throws:
      javassist.NotFoundException
    • getSubscriptions Link icon

      public Collection<Subscription> getSubscriptions()
      Returns:
      subscription sorted by IDs.
    • getParamUserIncomingTaxPercentId Link icon

      public int getParamUserIncomingTaxPercentId()
    • getParamEmailId Link icon

      public int getParamEmailId()
    • getParamSubscriptionId Link icon

      public int getParamSubscriptionId()
    • getParamLimitId Link icon

      public int getParamLimitId()
    • getParamDateToId Link icon

      public int getParamDateToId()
    • getParamProductId Link icon

      public int getParamProductId()
    • getParamServiceCostId Link icon

      public int getParamServiceCostId()
    • getParamDiscountId Link icon

      public int getParamDiscountId()
    • updateLic Link icon

      public FileData updateLic(int processId, ConnectionSet conSet) throws Exception
      Throws:
      Exception