Uses of Class
com.skava.oms.model.request.collection.properties.CollectionPropertiesRequest
Packages that use CollectionPropertiesRequest
Package
Description
This package contains the information about collection properties implementation
-
Uses of CollectionPropertiesRequest in com.skava.oms.service.collection.properties.impl
Methods in com.skava.oms.service.collection.properties.impl with parameters of type CollectionPropertiesRequestModifier and TypeMethodDescriptionFindCollectionPropertiesServiceImpl.methodFallback
(CollectionPropertiesRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.FindCollectionPropertiesServiceValueImpl.methodFallback
(CollectionPropertiesRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.FindCollectionPropertiesServiceImpl.process
(@Valid CollectionPropertiesRequest request) This method is used to find CollectionProperty for given property name.FindCollectionPropertiesServiceValueImpl.process
(@Valid CollectionPropertiesRequest request) This method is used to find CollectionProperty value for given property name.UpdateCollectionPropertyByNameServiceImpl.process
(CollectionPropertiesRequest 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