Class CreateCollectionServiceImpl
java.lang.Object
com.skava.auth.service.impl.collection.CreateCollectionServiceImpl
- All Implemented Interfaces:
CreateCollectionService
,com.skava.core.EcommService<CollectionVO,
CollectionResponse>
@Service
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class CreateCollectionServiceImpl
extends Object
implements CreateCollectionService
This service class implements CreateCollectionService and handles the create collection service request,
process it and save the details in DB. It also implements business logic required to create collection.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CollectionVO input) process.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
-
CreateCollectionServiceImpl
public CreateCollectionServiceImpl()The class constructor.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionVO,
CollectionResponse>
-
process
process.
This method is used to process the create collection request.
- Specified by:
process
in interfacecom.skava.core.EcommService<CollectionVO,
CollectionResponse> - Parameters:
input
- aCollectionVO
object.- Returns:
- a
CollectionResponse
object. a create collection response with created collection info for valid collection request.
-