Class UpdateFeaturesRoleMappingServiceImpl
java.lang.Object
com.skava.auth.service.impl.featuresrolemapping.UpdateFeaturesRoleMappingServiceImpl
- All Implemented Interfaces:
UpdateFeaturesRoleMappingService
,com.skava.core.EcommService<FeaturesRoleMappingVO,
FeaturesRoleMappingResponse>
@Service
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class UpdateFeaturesRoleMappingServiceImpl
extends Object
implements UpdateFeaturesRoleMappingService
UpdateFeaturesRoleMappingServiceImpl
- Version:
- $Id: $IdS
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(FeaturesRoleMappingVO 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
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<FeaturesRoleMappingVO,
FeaturesRoleMappingResponse>
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<FeaturesRoleMappingVO,
FeaturesRoleMappingResponse> - Parameters:
input
-
-