Package com.skava.accounts.service.impl
Class FindAllAccountHistoryServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAllAccountHistoryServiceImpl
- All Implemented Interfaces:
FindAllAccountHistoryService
,com.skava.core.EcommService<AccountHistoryRequestInternal,
AccountHistoriesAPIResponse>
@Service
public class FindAllAccountHistoryServiceImpl
extends Object
implements FindAllAccountHistoryService
The Class FindAllAccountHistoryServiceImpl is used for finding all the
accountHistorys based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(AccountHistoryRequestInternal request) This method is used to load all AccountHistory based on given AccountHistory.org.springframework.data.domain.Page<AccountHistoryEntity>
search - find the accountHistorys for the given filter.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
-
FindAllAccountHistoryServiceImpl
public FindAllAccountHistoryServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AccountHistoryRequestInternal,
AccountHistoriesAPIResponse>
-
process
This method is used to load all AccountHistory based on given AccountHistory.- Specified by:
process
in interfacecom.skava.core.EcommService<AccountHistoryRequestInternal,
AccountHistoriesAPIResponse> - Parameters:
request
- It contains the attributes required for the load all AccountHistory.- Returns:
- It returns the
AccountHistoriesAPIResponse
. throwsValidateException
if any validation error occurs.
-
search
public org.springframework.data.domain.Page<AccountHistoryEntity> search(String filters, org.springframework.data.domain.Pageable pageable, String locale) search - find the accountHistorys for the given filter.- Parameters:
filters
- the querydsl format filter.pageable
- the page and size information.locale
- Indicates the locale in which the API response and the error messages will be responded- Returns:
- the accountHistorys object of type
AccountHistoryEntity
-