Package com.skava.accounts.service.impl
Class FindAllVersionServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAllVersionServiceImpl
- All Implemented Interfaces:
FindAllVersionService
,com.skava.core.EcommService<VersionRequestInternal,
VersionsAPIResponse>
The Class FindAllVersionServiceImpl
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.skava.core.auth.AuthTokenHandler
The AuthTokenHandler.protected org.springframework.context.MessageSource
MessageSource. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
This method is used to validation the given request.process
(VersionRequestInternal request) This method is used to load all Version based on given version.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
-
Field Details
-
messageSource
@Autowired protected org.springframework.context.MessageSource messageSourceMessageSource. -
authTokenHandler
@Autowired protected com.skava.core.auth.AuthTokenHandler authTokenHandlerThe AuthTokenHandler.
-
-
Constructor Details
-
FindAllVersionServiceImpl
public FindAllVersionServiceImpl()
-
-
Method Details
-
getValidator
This method is used to validation the given request.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<VersionRequestInternal,
VersionsAPIResponse> - Returns:
- It returns the
ValidatorComponent
.
-
process
This method is used to load all Version based on given version.- Specified by:
process
in interfacecom.skava.core.EcommService<VersionRequestInternal,
VersionsAPIResponse> - Parameters:
request
- It contains the attributes required for the load all version.- Returns:
- It returns the
VersionsAPIResponse
. throwsValidateException
if any validation error occurs.
-