Package com.skava.auth.service.impl.role
Class UpdateRoleServiceImpl
java.lang.Object
com.skava.auth.service.impl.role.UpdateRoleServiceImpl
- All Implemented Interfaces:
UpdateRoleService
,com.skava.core.EcommService<RoleVO,
RoleResponse>
@Service
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class UpdateRoleServiceImpl
extends Object
implements UpdateRoleService
This service class implements UpdateRoleService and handles the update role service request, process it and save
the details in DB. It also implements business logic required to update requested role.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
getvalidator method returns available validatorsMethods 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
-
UpdateRoleServiceImpl
public UpdateRoleServiceImpl()The class constructor.
-
-
Method Details
-
getValidator
getvalidator method returns available validators- Specified by:
getValidator
in interfacecom.skava.core.EcommService<RoleVO,
RoleResponse>
-
process
@SendEvent(eventType="authservice/role/update", identifier="response_role.id") public RoleResponse process(RoleVO inputRole) - Specified by:
process
in interfacecom.skava.core.EcommService<RoleVO,
RoleResponse>
-