Package com.skava.service.impl
Class UpdateCollectionPropertyServiceImpl
java.lang.Object
com.skava.service.impl.UpdateCollectionPropertyServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CollectionPropertyRequest,
,CollectionPropertiesResponse> UpdateCollectionPropertyService
@Service
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class UpdateCollectionPropertyServiceImpl
extends Object
implements UpdateCollectionPropertyService
The Class UpdateCollectionPropertyServiceImpl.
This Class is used for updating the collection property based on the provided information.
This Class is used for updating the collection property based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateCollectionPropertyServiceImpl
(CommonServices commonServices, CollectionRepository collectionRepository, CollectionAttributeRepository collectionAttributeRepository, CollectionPropertiesUpdateValidator validator) The class constructor. -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CollectionPropertyRequest input) process - Used to update the collection property.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
-
UpdateCollectionPropertyServiceImpl
@Autowired public UpdateCollectionPropertyServiceImpl(CommonServices commonServices, CollectionRepository collectionRepository, CollectionAttributeRepository collectionAttributeRepository, CollectionPropertiesUpdateValidator validator) The class constructor.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionPropertyRequest,
CollectionPropertiesResponse>
-
process
process - Used to update the collection property.- Specified by:
process
in interfacecom.skava.core.EcommService<CollectionPropertyRequest,
CollectionPropertiesResponse> - Parameters:
input
- The request object of typeCollectionPropertyRequest
.- Returns:
- The collection property response of type
CollectionPropertiesResponse
-