Class ModelValueProcessUtility

java.lang.Object
com.skava.catalog.process.ModelValueProcessUtility
Direct Known Subclasses:
ModelValueProcess

@Component public class ModelValueProcessUtility extends Object
ModelValueProcessUtility
Author:
Infosys Equinox
  • Constructor Details

    • ModelValueProcessUtility

      public ModelValueProcessUtility()
  • Method Details

    • setAttributeValueAsList

      protected void setAttributeValueAsList(long collectionId, ModelValue modelValueEntity)
      This method is used to convert the attribute value as list
      Parameters:
      collectionId - refers to the collection id
      modelValueEntity - refers to the modelvalueEntity
    • getAttributeValueAsString

      protected void getAttributeValueAsString(long collectionId, ModelValue modelValueEntity)
      This method is used to convert the attribute value as string
      Parameters:
      collectionId - refers to the collection id
      modelValueEntity - refers to the model value Entity
    • getAttributeValue

      protected List<ModelValueAttributeEntity> getAttributeValue(long collectionId, List<ModelValueAttributeEntity> modelValueAttributes)
      This method is used to get the attribute value as string
      Parameters:
      collectionId - refers to the collection id
      modelValueAttributes - refers to the list of attributes
      Returns:
      updated list of model value of attributes