Uses of Class
com.skava.accounts.model.exchange.PaymentTerm
Packages that use PaymentTerm
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Web Controller Implementations.
-
Uses of PaymentTerm in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return PaymentTermModifier and TypeMethodDescriptionPaymentTerm.fromDomainObject
(PaymentTermDO paymentTermDO) From domain object. -
Uses of PaymentTerm in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type PaymentTermModifierConstructorDescriptionPaymentTermAPIResponse
(String codeSuccess, String msgSuccess, PaymentTerm paymentTermResponse) Instantiates a new payment term API response.Constructor parameters in com.skava.accounts.model.exchange.response with type arguments of type PaymentTermModifierConstructorDescriptionPaymentTermsAPIResponse
(List<PaymentTerm> paymentTermResponse, PageableInfo pageable) Instantiates a new payment terms API response. -
Uses of PaymentTerm in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type PaymentTermModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaymentTerm>
PaymentTermController.createPaymentTerm
(String locale, String version, long storeId, long collectionId, String authToken, PaymentTerm request) Creates the paymentTerm term.org.springframework.http.ResponseEntity<PaymentTerm>
PaymentTermController.getPaymentTermById
(String locale, String version, long storeId, long collectionId, String authToken, long id) Gets the paymentTerm term by id.org.springframework.http.ResponseEntity<PaymentTerm>
PaymentTermController.patchUpdatePaymentTerm
(String locale, String version, long storeId, long collectionId, String authToken, long id, PaymentTerm request) Patch update paymentTerm term.Methods in com.skava.accounts.web with parameters of type PaymentTermModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaymentTerm>
PaymentTermController.createPaymentTerm
(String locale, String version, long storeId, long collectionId, String authToken, PaymentTerm request) Creates the paymentTerm term.org.springframework.http.ResponseEntity<PaymentTerm>
PaymentTermController.patchUpdatePaymentTerm
(String locale, String version, long storeId, long collectionId, String authToken, long id, PaymentTerm request) Patch update paymentTerm term.