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
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new GetAllGroupAttributeServiceImpl. -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(GetGroupAttributeRequest input) 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
-
GetAllGroupAttributeServiceImpl
public GetAllGroupAttributeServiceImpl()Instantiates a new GetAllGroupAttributeServiceImpl.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<GetGroupAttributeRequest,
GroupAttributesResponse>
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<GetGroupAttributeRequest,
GroupAttributesResponse>
-