Class GetAllGroupAttributeServiceImpl

java.lang.Object
com.skava.auth.service.impl.groupattribute.GetAllGroupAttributeServiceImpl
All Implemented Interfaces:
GetAllGroupAttributeService, com.skava.core.EcommService<GetGroupAttributeRequest,GroupAttributesResponse>

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