Uses of Class
com.skava.oms.model.entity.collection.CollectionAttribute
Packages that use CollectionAttribute
Package
Description
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 oms utils
-
Uses of CollectionAttribute in com.skava.oms.model.assembler
Methods in com.skava.oms.model.assembler that return CollectionAttributeModifier and TypeMethodDescriptionCollectionAttributeAssembler.toEntity
(CollectionAttributeDTO collectionAttributeDTO) Methods in com.skava.oms.model.assembler with parameters of type CollectionAttributeModifier and TypeMethodDescriptionCollectionAttributeAssembler.toDto
(CollectionAttribute collectionAttribute) Create Collection transform object from original collection -
Uses of CollectionAttribute in com.skava.oms.model.dto.collection
Constructors in com.skava.oms.model.dto.collection with parameters of type CollectionAttributeModifierConstructorDescriptionCollectionAttributeDTO
(CollectionAttribute attribute) Instantiates a new collection attribute. -
Uses of CollectionAttribute in com.skava.oms.util
Method parameters in com.skava.oms.util with type arguments of type CollectionAttributeModifier and TypeMethodDescriptionstatic 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 property