Class CreateCollectionServiceImpl

java.lang.Object
com.skava.auth.service.impl.collection.CreateCollectionServiceImpl
All Implemented Interfaces:
CreateCollectionService, com.skava.core.EcommService<CollectionVO,CollectionResponse>

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

    • CreateCollectionServiceImpl

      public CreateCollectionServiceImpl()
      The class constructor.
  • Method Details