Package com.skava.accounts.service.impl
Class DeleteCollectionServiceImpl
java.lang.Object
com.skava.accounts.service.impl.DeleteCollectionServiceImpl
- All Implemented Interfaces:
DeleteCollectionService
,com.skava.core.EcommService<CollectionRequestInternal,
CollectionAPIResponse>
The Class DeleteCollectionServiceImpl is used for delete collection based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CollectionRequestInternal request) 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
-
DeleteCollectionServiceImpl
public DeleteCollectionServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="accountservice/collection/delete", identifier="request_collectionId") public CollectionAPIResponse process(CollectionRequestInternal request) - Specified by:
process
in interfacecom.skava.core.EcommService<CollectionRequestInternal,
CollectionAPIResponse>
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionRequestInternal,
CollectionAPIResponse>
-