Package com.skava.service.impl
Class PutUpdateCollectionPropertiesServiceImpl
java.lang.Object
com.skava.service.impl.PutUpdateCollectionPropertiesServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CollectionPropertyRequest,
,CollectionPropertiesResponse> PutUpdateCollectionPropertiesService
@Service
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class PutUpdateCollectionPropertiesServiceImpl
extends Object
implements PutUpdateCollectionPropertiesService
The Class PutUpdatePropertiesServiceImpl.
This class is used to update the collection properties.
This class is used to update the collection properties.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionPutUpdateCollectionPropertiesServiceImpl
(CommonServices commonServices, CollectionAttributeRepository collectionAttributeRepository, CollectionPropertiesUpdateValidator validator) Instantiates a new put update collection properties service impl. -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
Get Validatorprocess
(CollectionPropertyRequest input) Update Collection property put process.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
-
PutUpdateCollectionPropertiesServiceImpl
@Autowired public PutUpdateCollectionPropertiesServiceImpl(CommonServices commonServices, CollectionAttributeRepository collectionAttributeRepository, CollectionPropertiesUpdateValidator validator) Instantiates a new put update collection properties service impl.- Parameters:
commonServices
- the common servicescollectionAttributeRepository
- the collection attribute repositoryvalidator
- the validator
-
-
Method Details
-
process
Update Collection property put process.- Specified by:
process
in interfacecom.skava.core.EcommService<CollectionPropertyRequest,
CollectionPropertiesResponse> - Parameters:
input
- The request object of typeCollectionPropertyRequest
- Returns:
- CollectionPropertyResponse of type
CollectionPropertiesResponse
that was updated.
-
getValidator
Get Validator- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionPropertyRequest,
CollectionPropertiesResponse> - Returns:
- array list
-