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