Package com.skava.accounts.service.impl
Class FindAllPaymentTermServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAllPaymentTermServiceImpl
- All Implemented Interfaces:
FindAllPaymentTermService
,com.skava.core.EcommService<PaymentTermRequestInternal,
PaymentTermsAPIResponse>
@Service
public class FindAllPaymentTermServiceImpl
extends Object
implements FindAllPaymentTermService
The Class FindAllPaymentTermServiceImpl is used for finding all the
payment terms based on the provided information..
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllPaymentTerms
(PaymentTermDO paymentTermDO, String sortStr) Find all Payment Terms.List<com.skava.core.validation.ValidatorComponent>
process
(PaymentTermRequestInternal request) org.springframework.data.domain.Page<PaymentTermEntity>
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
-
FindAllPaymentTermServiceImpl
public FindAllPaymentTermServiceImpl()
-
-
Method Details
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<PaymentTermRequestInternal,
PaymentTermsAPIResponse>
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<PaymentTermRequestInternal,
PaymentTermsAPIResponse>
-
findAllPaymentTerms
Find all Payment Terms.- Parameters:
paymentTermDO
- the payment term DOsortStr
- the sortStr- Returns:
- the list
-
search
public org.springframework.data.domain.Page<PaymentTermEntity> search(String filters, org.springframework.data.domain.Pageable pageable, String locale)
-