Package com.skava.search.service.impl
Class UpdateCollectionPropertiesServiceImpl
java.lang.Object
com.skava.search.process.CollectionPropertyUpdateProcess
com.skava.search.service.impl.UpdateCollectionPropertiesServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CollectionPropertyRequestInternal,
,CollectionPropertiesAPIResponse> UpdateCollectionPropertyService
@Service
public class UpdateCollectionPropertiesServiceImpl
extends CollectionPropertyUpdateProcess
implements UpdateCollectionPropertyService
This class is the Implementation class of Update Collection Properties. Update Collection Properties API call implementation starts from here.
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateCollectionPropertiesServiceImpl
(CollectionRepository collectionRepository, CollectionAttributeProcess collectionAttributeProcess, CollectionPropertyProcess collectionPropertiesProcess, org.springframework.context.MessageSource messageSource, UpdateCollectionPropertyValidator validator) -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CollectionPropertyRequestInternal request) Methods inherited from class com.skava.search.process.CollectionPropertyUpdateProcess
getAndCheckDuplicatePropKeys, getAttrData, getDBData, mergedList, updateProcess
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
-
UpdateCollectionPropertiesServiceImpl
@Autowired public UpdateCollectionPropertiesServiceImpl(CollectionRepository collectionRepository, CollectionAttributeProcess collectionAttributeProcess, CollectionPropertyProcess collectionPropertiesProcess, org.springframework.context.MessageSource messageSource, UpdateCollectionPropertyValidator validator)
-
-
Method Details
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<CollectionPropertyRequestInternal,
CollectionPropertiesAPIResponse> - Parameters:
request
- An instance ofCollectionPropertyRequestInternal
.- Returns:
- An instence of
CollectionPropertiesAPIResponse
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionPropertyRequestInternal,
CollectionPropertiesAPIResponse>
-