Class CreateUserAttributeServiceImpl

java.lang.Object
com.skava.auth.service.impl.userattribute.CreateUserAttributeServiceImpl
All Implemented Interfaces:
CreateUserAttributeService, com.skava.core.EcommService<@Valid UserAttributeVO,UserAttributeResponse>

@Service @Transactional(propagation=REQUIRED, readOnly=false, noRollbackFor=java.lang.Exception.class) public class CreateUserAttributeServiceImpl extends Object implements CreateUserAttributeService
This service class implements CreateUserAttributeService and handles the create user attribute service request, process it and save the details in DB. It also implements business logic required to create user attribute.
Version:
$Id: $Id
Author:
Infosys Equinox
  • Constructor Details

    • CreateUserAttributeServiceImpl

      public CreateUserAttributeServiceImpl()
      Instantiates a new CreateUserAttributeServiceImpl.
  • Method Details