Package com.skava.accounts.service.impl
Class FindVersionServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindVersionServiceImpl
- All Implemented Interfaces:
FindVersionService
,com.skava.core.EcommService<VersionRequestInternal,
Version>
The Class FindVersionServiceImpl
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.MessageSource
MessageSource. -
Constructor Summary
Constructors -
Method Summary
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, getValidator
-
Field Details
-
messageSource
@Autowired protected org.springframework.context.MessageSource messageSourceMessageSource.
-
-
Constructor Details
-
FindVersionServiceImpl
public FindVersionServiceImpl()
-
-
Method Details
-
process
This method is used to load single Version based on given Version identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<VersionRequestInternal,
Version> - Parameters:
request
- It contains the attributes required for the load of Version.- Returns:
- It returns the
VersionAPIResponse
. - Throws:
com.skava.core.ECommerceException
- It will throw Ecommerce exception if it process get failed.
-
findById
This method is used to find Version based on given VersionRequest id.- Parameters:
versionDO
- It contains the attributes required for the load of Version.- Returns:
- It returns the
VersionDO
.
-