Package com.skava.service.impl
Class GetCollectionPropertyServiceImpl
java.lang.Object
com.skava.service.impl.GetCollectionPropertyServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CollectionPropertyRequest,
,CollectionPropertyResponse> GetCollectionPropertyService
@Service
public class GetCollectionPropertyServiceImpl
extends Object
implements GetCollectionPropertyService
The Class GetCollectionPropertyServiceImpl.
Used to load collection property from DB
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionGetCollectionPropertyServiceImpl
(CommonServices commonServices) The class constructor. -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CollectionPropertyRequest input) 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
-
GetCollectionPropertyServiceImpl
The class constructor.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionPropertyRequest,
CollectionPropertyResponse>
-
process
@Transactional(propagation=REQUIRED, readOnly=true) public CollectionPropertyResponse process(CollectionPropertyRequest input) - Specified by:
process
in interfacecom.skava.core.EcommService<CollectionPropertyRequest,
CollectionPropertyResponse>
-