Uses of Class
com.skava.oms.model.entity.collection.CollectionProperties
Packages that use CollectionProperties
Package
Description
This package contains the information about the helper for oms
This package contains the information about the model for the assembler
This package contains the information about the collection DTOS
This package contains the information about the entity for collections
This package contains the information about the order interfaces
This package contains the information about the order services
This package contains the information about order services implementation
This package contains the information about the oms utils
-
Uses of CollectionProperties in com.skava.oms.helper
Methods in com.skava.oms.helper that return CollectionPropertiesModifier and TypeMethodDescriptionstatic CollectionProperties
OrderHelperExtended.getDefaultPropertyValue
(String propName, CollectionProperties[] refinedProperties) This method is used to get default property valueMethods in com.skava.oms.helper with parameters of type CollectionPropertiesModifier and TypeMethodDescriptionstatic CollectionProperties
OrderHelperExtended.getDefaultPropertyValue
(String propName, CollectionProperties[] refinedProperties) This method is used to get default property value -
Uses of CollectionProperties in com.skava.oms.model.assembler
Methods in com.skava.oms.model.assembler that return CollectionPropertiesModifier and TypeMethodDescriptionCollectionPropertiesAssembler.toEntity
(CollectionPropertiesDTO collectionPropertiesDTO) Methods in com.skava.oms.model.assembler with parameters of type CollectionPropertiesModifier and TypeMethodDescriptionCollectionPropertiesAssembler.toDto
(CollectionProperties collectionProperties) Create Collection transform object from original collection -
Uses of CollectionProperties in com.skava.oms.model.dto.collection
Methods in com.skava.oms.model.dto.collection that return CollectionPropertiesModifier and TypeMethodDescriptionCollectionPropertiesDTO.getAsEntity()
This method is used to set collcetion's properties to entity.Constructors in com.skava.oms.model.dto.collection with parameters of type CollectionPropertiesModifierConstructorDescriptionCollectionPropertiesDTO
(CollectionProperties collectionProperty) This method is used to set collection property. -
Uses of CollectionProperties in com.skava.oms.model.entity.collection
Methods in com.skava.oms.model.entity.collection that return CollectionProperties -
Uses of CollectionProperties in com.skava.oms.service
Methods in com.skava.oms.service with parameters of type CollectionPropertiesModifier and TypeMethodDescriptionvoid
BPMService.deployBPM
(long collectionId, CollectionProperties collectionProperty) Deploy dynamic BPM provided in the collection property -
Uses of CollectionProperties in com.skava.oms.service.order
Methods in com.skava.oms.service.order with parameters of type CollectionPropertiesModifier and TypeMethodDescriptionOrderIdGenerator.process
(CollectionProperties[] refinedProperties, Order order) -
Uses of CollectionProperties in com.skava.oms.service.order.impl
Methods in com.skava.oms.service.order.impl with parameters of type CollectionPropertiesModifier and TypeMethodDescriptionprotected Order
CreateOrderServiceImpl.assignUniqeOrderId
(Order order, CollectionProperties[] refinedProperties) get orderid length and isDigitOnly values form collection properties and call util method with this value to get unique order id If order id is duplicate, Catch this duplicate exception and retry again.OrderIdGeneratorImpl.process
(CollectionProperties[] refinedProperties, Order order) -
Uses of CollectionProperties in com.skava.oms.util
Methods in com.skava.oms.util that return CollectionPropertiesModifier and TypeMethodDescriptionstatic CollectionProperties[]
CollectionUtil.checkCollectionProperties
(CollectionProperties[] collectionProperties, CollectionAttributeRepository collectionAttributeRepository) This method will check the collection properties length and the attribute nullable checkstatic CollectionProperties[]
CollectionUtil.checkCollectionProperty
(CollectionProperties[] collectionProperties, List<CollectionAttribute> collectionAttributes) The method checks for all the collection properties while creating the collectionMethods in com.skava.oms.util with parameters of type CollectionPropertiesModifier and TypeMethodDescriptionstatic CollectionProperties[]
CollectionUtil.checkCollectionProperties
(CollectionProperties[] collectionProperties, CollectionAttributeRepository collectionAttributeRepository) This method will check the collection properties length and the attribute nullable checkstatic CollectionProperties[]
CollectionUtil.checkCollectionProperty
(CollectionProperties[] collectionProperties, List<CollectionAttribute> collectionAttributes) The method checks for all the collection properties while creating the collectionstatic void
CollectionUtil.checkPatchCollectionProperty
(CollectionProperties[] collectionProperties, List<CollectionAttribute> collectionAttributes) This method check the collection properties one by onestatic void
CollectionUtil.checkPatchCollectionPropertyByPropertyName
(CollectionProperties property, List<CollectionAttribute> collectionAttributes) This method checks for the request of the updation of collection propertystatic boolean
ServiceUtil.isValueNotNull
(CollectionProperties collecProp)