Package com.skava.service.impl
Class GetCollectionServiceImpl
java.lang.Object
com.skava.service.impl.GetCollectionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CommonRequest,
,CommonCollectionResponse> GetCollectionService
The Class GetCollectionServiceImpl.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionGetCollectionServiceImpl
(CommonServices commonService, CollectionRepository collectionRepository, org.springframework.context.MessageSource messageSource) The class constructor. -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CommonRequest request) 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
-
Constructor Details
-
GetCollectionServiceImpl
@Autowired public GetCollectionServiceImpl(CommonServices commonService, CollectionRepository collectionRepository, org.springframework.context.MessageSource messageSource) The class constructor.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CommonRequest,
CommonCollectionResponse>
-
process
@Transactional(propagation=REQUIRED, readOnly=true, rollbackFor=java.lang.Exception.class) public CommonCollectionResponse process(CommonRequest request) - Specified by:
process
in interfacecom.skava.core.EcommService<CommonRequest,
CommonCollectionResponse>
-