Package com.skava.service.impl
Class UpdateCollectionServiceImpl
java.lang.Object
com.skava.service.impl.UpdateCollectionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<Collection,
,CommonCollectionResponse> UpdateCollectionService
@Service
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class UpdateCollectionServiceImpl
extends Object
implements UpdateCollectionService
The Class UpdateCollectionServiceImpl.
This class is used to update the collection based on the given id and provided information.
This class is used to update the collection based on the given id and provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateCollectionServiceImpl
(CommonServices commonServices, CollectionAttributeRepository collectionAttributeRepository) The UpdateCollectionServiceImpl constructor. -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
Get Validatorprocess
(Collection input) Update collection 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
-
UpdateCollectionServiceImpl
@Autowired public UpdateCollectionServiceImpl(CommonServices commonServices, CollectionAttributeRepository collectionAttributeRepository) The UpdateCollectionServiceImpl constructor.
-
-
Method Details
-
getValidator
Get Validator- Specified by:
getValidator
in interfacecom.skava.core.EcommService<Collection,
CommonCollectionResponse> - Returns:
- list of Validator component
-
process
Update collection process.- Specified by:
process
in interfacecom.skava.core.EcommService<Collection,
CommonCollectionResponse> - Parameters:
input
- The request object of typeCollection
.- Returns:
- the response of the type
CommonCollectionResponse
-