Package ru.bgcrm.service
Class CustomerLinkService
java.lang.Object
ru.bgcrm.service.CustomerLinkService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlinkContractToCustomer(int customerId, @NotNull String billingId, int contractId, @NotNull String contractTitle) Привязка договора к контрагенту (с копированием параметров вvoidlinkContractToCustomer(int customerId, @NotNull Contract contract) Привязка договора к контрагенту
-
Constructor Details
-
CustomerLinkService
-
-
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
-