Class GetCollectionPropertyServiceImpl
java.lang.Object
com.skava.auth.service.impl.collectionproperty.GetCollectionPropertyServiceImpl
- All Implemented Interfaces:
GetCollectionPropertyService
,com.skava.core.EcommService<GetCollectionPropertyRequest,
CollectionPropertyResponse>
@Service
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class GetCollectionPropertyServiceImpl
extends Object
implements GetCollectionPropertyService
This service class implements GetCollectionPropertyService and handles the get collection property service
request, process it and save the details in DB. It also implements business logic required to get requested property.
- Author:
- Infosys Equinox
-
Constructor Details
-
GetCollectionPropertyServiceImpl
public GetCollectionPropertyServiceImpl()The class constructor.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<GetCollectionPropertyRequest,
CollectionPropertyResponse>
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<GetCollectionPropertyRequest,
CollectionPropertyResponse>
-