Uses of Class
com.skava.oms.model.dto.collection.CollectionPropertiesDTO
Packages that use CollectionPropertiesDTO
Package
Description
This package contains the information about the model for the assembler
This package contains the information about the entity for collections
This package contains the information about collection properties implementation
This package contains the information about the oms web applications
-
Uses of CollectionPropertiesDTO in com.skava.oms.model.assembler
Methods in com.skava.oms.model.assembler that return CollectionPropertiesDTOModifier and TypeMethodDescriptionCollectionPropertiesAssembler.toDto
(CollectionProperties collectionProperties) Create Collection transform object from original collectionMethods in com.skava.oms.model.assembler with parameters of type CollectionPropertiesDTOModifier and TypeMethodDescriptionCollectionPropertiesAssembler.toEntity
(CollectionPropertiesDTO collectionPropertiesDTO) -
Uses of CollectionPropertiesDTO in com.skava.oms.model.entity.collection
Constructors in com.skava.oms.model.entity.collection with parameters of type CollectionPropertiesDTOModifierConstructorDescriptionCollectionProperties
(CollectionPropertiesDTO collectionProperty) This method is used to set collection property. -
Uses of CollectionPropertiesDTO in com.skava.oms.service.collection.properties.impl
Methods in com.skava.oms.service.collection.properties.impl that return types with arguments of type CollectionPropertiesDTOModifier 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.UpdateCollectionPropertiesServiceImpl.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.FindCollectionPropertiesServiceImpl.process
(@Valid CollectionPropertiesRequest request) This method is used to find CollectionProperty for given property name.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 -
Uses of CollectionPropertiesDTO in com.skava.oms.web
Methods in com.skava.oms.web that return types with arguments of type CollectionPropertiesDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CollectionPropertiesDTO>
CollectionPropertiesController.getCollectionPropertyById
(long businessId, String version, String locale, long collectionId, String name) This method is used to load single CollectionProperty based on given CollectionPropertyRequest.org.springframework.http.ResponseEntity<Collection<CollectionPropertiesDTO>>
CollectionPropertiesController.updateCollectionProperties
(long businessId, String version, String locale, long collectionId, @Valid @NotEmpty CollectionPropertiesDTO[] collectionProperties) This method is used to update CollectionProperties based on given CollectionPropertyRequest.org.springframework.http.ResponseEntity<Collection<CollectionPropertiesDTO>>
CollectionPropertiesController.updateCollectionProperty
(long businessId, String version, String locale, long collectionId, @Valid @NotEmpty CollectionPropertiesDTO[] collectionProperties) This method is used to update CollectionProperty based on given CollectionPropertyRequest.Methods in com.skava.oms.web with parameters of type CollectionPropertiesDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Collection<CollectionPropertiesDTO>>
CollectionPropertiesController.updateCollectionProperties
(long businessId, String version, String locale, long collectionId, @Valid @NotEmpty CollectionPropertiesDTO[] collectionProperties) This method is used to update CollectionProperties based on given CollectionPropertyRequest.org.springframework.http.ResponseEntity<Collection<CollectionPropertiesDTO>>
CollectionPropertiesController.updateCollectionProperty
(long businessId, String version, String locale, long collectionId, @Valid @NotEmpty CollectionPropertiesDTO[] collectionProperties) This method is used to update CollectionProperty based on given CollectionPropertyRequest.