Uses of Class
com.skava.oms.model.request.collection.properties.UpdateCollectionPropertiesRequest
Packages that use UpdateCollectionPropertiesRequest
Package
Description
This package contains the information about collection properties implementation
-
Uses of UpdateCollectionPropertiesRequest in com.skava.oms.service.collection.properties.impl
Methods in com.skava.oms.service.collection.properties.impl with parameters of type UpdateCollectionPropertiesRequestModifier and TypeMethodDescriptionUpdateCollectionPropertiesServiceImpl.methodFallback
(UpdateCollectionPropertiesRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UpdateCollectionPropertyByNameServiceImpl.methodFallback
(UpdateCollectionPropertiesRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UpdateCollectionPropertyServiceImpl.methodFallback
(UpdateCollectionPropertiesRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UpdateCollectionPropertiesServiceImpl.process
(UpdateCollectionPropertiesRequest request) This method is used to update CollectionProperty based on given CollectionProperty name.UpdateCollectionPropertyServiceImpl.process
(UpdateCollectionPropertiesRequest request) This method is used to update CollectionProperty based on the collection property array More than 1 property can be updated Property given should already be present in the collection It throws error if the given collection id is not valid It throws error if the given property name already exist It will return collection property when it will be created Audit log has been added