Package com.skava.accounts.service.impl
Class FindDocumentServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindDocumentServiceImpl
- All Implemented Interfaces:
FindDocumentService
,com.skava.core.EcommService<DocumentRequestInternal,
DocumentsAPIResponse>
The Class FindDocumentServiceImpl is used to find a
document based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(DocumentRequestInternal request) This method is used to load single Document based on given Document identifier.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
-
FindDocumentServiceImpl
public FindDocumentServiceImpl()
-
-
Method Details
-
process
This method is used to load single Document based on given Document identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<DocumentRequestInternal,
DocumentsAPIResponse> - Parameters:
request
- It contains the attributes required for loading Document.- Returns:
- It returns the
DocumentsAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<DocumentRequestInternal,
DocumentsAPIResponse>
-