Class UpdateCollectionPropertiesServiceImpl
java.lang.Object
com.skava.auth.service.impl.collectionproperty.UpdateCollectionPropertiesServiceImpl
- All Implemented Interfaces:
UpdateCollectionPropertiesService
,com.skava.core.EcommService<UpdatePropertiesRequest,
CollectionPropertiesResponse>
@Service
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class UpdateCollectionPropertiesServiceImpl
extends Object
implements UpdateCollectionPropertiesService
This service class implements UpdateCollectionPropertiesService and handles the update collection properties service
request, process it and save the details in DB. It also implements business logic required to update
requested 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
-
UpdateCollectionPropertiesServiceImpl
public UpdateCollectionPropertiesServiceImpl()The class constructor.
-
-
Method Details
-
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.
-
getValidator
getValidator.
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<UpdatePropertiesRequest,
CollectionPropertiesResponse> - Returns:
- a
List
ofValidatorComponent
object.
-