Package com.skava.accounts.service.impl
Class DeleteDocumentServiceImpl
java.lang.Object
com.skava.accounts.service.impl.DeleteDocumentServiceImpl
- All Implemented Interfaces:
DeleteDocumentService
,com.skava.core.EcommService<DocumentRequestInternal,
DocumentsAPIResponse>
The Class DeleteDocumentServiceImpl is used for delete 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 delete Documents based on given request parameters.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
-
DeleteDocumentServiceImpl
public DeleteDocumentServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="accountservice/document/delete", identifier="request_document.id") public DocumentsAPIResponse process(DocumentRequestInternal request) This method is used to delete Documents based on given request parameters.- Specified by:
process
in interfacecom.skava.core.EcommService<DocumentRequestInternal,
DocumentsAPIResponse> - Parameters:
request
- It contains the attributes required for the delete of Documents.- Returns:
- It returns
DocumentsAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<DocumentRequestInternal,
DocumentsAPIResponse>
-