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