Class ContractDAO

java.lang.Object
ru.bgcrm.plugin.bgbilling.dao.BillingDAO
ru.bgcrm.plugin.bgbilling.dao.ContractDAO

@Deprecated public class ContractDAO extends BillingDAO
Deprecated.
The logic of interacting with the billing server should be gradually moved into ContractDAO, ContractParamDAO. This class may still end up keeping something related to both CRM and the billing at the same time, e.g. copying parameters.
  • Constructor Details

    • ContractDAO

      public ContractDAO(User user, String billingId)
      Deprecated.
    • ContractDAO

      public ContractDAO(User user, DBInfo dbInfo)
      Deprecated.
  • Method Details