Class UpdateGroupAttributeServiceImpl

java.lang.Object
com.skava.auth.service.impl.groupattribute.UpdateGroupAttributeServiceImpl
All Implemented Interfaces:
UpdateGroupAttributeService, com.skava.core.EcommService<GetGroupAttributeRequest,GroupAttributeResponse>

@Service @Transactional(propagation=REQUIRED, readOnly=false, noRollbackFor=java.lang.Exception.class) public class UpdateGroupAttributeServiceImpl extends Object implements UpdateGroupAttributeService
This service class implements UpdateGroupAttributeService and handles the update group attribute service request, process it and save the details in DB. It also implements business logic required to update requested group attribute.
Author:
Infosys Equinox