Class CreateGroupAttributeServiceImpl
java.lang.Object
com.skava.auth.service.impl.groupattribute.CreateGroupAttributeServiceImpl
- All Implemented Interfaces:
CreateGroupAttributeService
,com.skava.core.EcommService<@Valid GroupAttributeVO,
GroupAttributeResponse>
@Service
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class CreateGroupAttributeServiceImpl
extends Object
implements CreateGroupAttributeService
This service class implements CreateGroupAttributeService and handles the create group attribute service
request, process it and save the details in DB. It also implements business logic required to create group attribute
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new CreateGroupAttributeServiceImpl. -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(@Valid GroupAttributeVO 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
-
CreateGroupAttributeServiceImpl
public CreateGroupAttributeServiceImpl()Instantiates a new CreateGroupAttributeServiceImpl.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<@Valid GroupAttributeVO,
GroupAttributeResponse>
-
process
@SendEvent(eventType="authservice/groupattribute/create", identifier="response_groupAttribute.groupAttributeId") public GroupAttributeResponse process(@Valid @Valid GroupAttributeVO input) - Specified by:
process
in interfacecom.skava.core.EcommService<@Valid GroupAttributeVO,
GroupAttributeResponse>
-