Package com.skava.accounts.service.impl
Class UpdatePaymentTermServiceImpl
java.lang.Object
com.skava.accounts.service.impl.UpdatePaymentTermServiceImpl
- All Implemented Interfaces:
UpdatePaymentTermService
,com.skava.core.EcommService<PaymentTermRequestInternal,
PaymentTermAPIResponse>
@Service
public class UpdatePaymentTermServiceImpl
extends Object
implements UpdatePaymentTermService
The Class UpdatePaymentTermServiceImpl is used to update
a payment term based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(PaymentTermRequestInternal request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
UpdatePaymentTermServiceImpl
public UpdatePaymentTermServiceImpl()
-
-
Method Details
-
getValidator
@ValidatorEvent(serviceName="account", webhookName="accountservice/validator/paymentterm", actionType="update") public List<com.skava.core.validation.ValidatorComponent> getValidator()- Specified by:
getValidator
in interfacecom.skava.core.EcommService<PaymentTermRequestInternal,
PaymentTermAPIResponse>
-
process
@SendEvent(eventType="accountservice/paymentterm/patch", identifier="response_paymentTerm.id") public PaymentTermAPIResponse process(PaymentTermRequestInternal request) - Specified by:
process
in interfacecom.skava.core.EcommService<PaymentTermRequestInternal,
PaymentTermAPIResponse>
-