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 Details

    • CreateGroupAttributeServiceImpl

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