Class CustomerLinkService

java.lang.Object
ru.bgcrm.service.CustomerLinkService

public class CustomerLinkService extends Object
  • Constructor Details

    • CustomerLinkService

      public CustomerLinkService(Connection connection, User user)
  • Method Details

    • linkContractToCustomer

      public void linkContractToCustomer(int customerId, @NotNull @NotNull Contract contract) throws BGException
      Привязка договора к контрагенту
      Throws:
      BGException
    • linkContractToCustomer

      public void linkContractToCustomer(int customerId, @NotNull @NotNull String billingId, int contractId, @NotNull @NotNull String contractTitle) throws BGException
      Привязка договора к контрагенту (с копированием параметров в
      Throws:
      BGException