Package com.skava.accounts.service.impl
Class FindAllAccountBuyerServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAllAccountBuyerServiceImpl
- All Implemented Interfaces:
FindAllAccountBuyerService
,com.skava.core.EcommService<AccountBuyerRequestInternal,
AccountBuyersAPIResponse>
@Service
public class FindAllAccountBuyerServiceImpl
extends Object
implements FindAllAccountBuyerService
The Class FindAllAccountBuyerServiceImpl is used for finding all the account
buyers based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(AccountBuyerRequestInternal request) This method is used to load all Settings based on given Settings.org.springframework.data.domain.Page<AccountBuyerEntity>
searchMethods 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
-
FindAllAccountBuyerServiceImpl
public FindAllAccountBuyerServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AccountBuyerRequestInternal,
AccountBuyersAPIResponse>
-
process
This method is used to load all Settings based on given Settings.- Specified by:
process
in interfacecom.skava.core.EcommService<AccountBuyerRequestInternal,
AccountBuyersAPIResponse> - Parameters:
request
- It contains the attributes required for the load all Settings.- Returns:
- It returns the
AccountBuyersAPIResponse
. throwsValidateException
if any validation error occurs.
-
search
public org.springframework.data.domain.Page<AccountBuyerEntity> search(String filters, org.springframework.data.domain.Pageable pageable, String locale) search- Parameters:
filters
- the filter using which the contracts will be loaded.pageable
- the pageablelocale
- the locale- Returns:
- a page of
AccountBuyerEntity
-