Package com.skava.catalog.process
Class ModelValueProcessUtility
java.lang.Object
com.skava.catalog.process.ModelValueProcessUtility
- Direct Known Subclasses:
ModelValueProcess
ModelValueProcessUtility
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<ModelValueAttributeEntity>
getAttributeValue
(long collectionId, List<ModelValueAttributeEntity> modelValueAttributes) This method is used to get the attribute value as stringprotected void
getAttributeValueAsString
(long collectionId, ModelValue modelValueEntity) This method is used to convert the attribute value as stringprotected void
setAttributeValueAsList
(long collectionId, ModelValue modelValueEntity) This method is used to convert the attribute value as list
-
Constructor Details
-
ModelValueProcessUtility
public ModelValueProcessUtility()
-
-
Method Details
-
setAttributeValueAsList
This method is used to convert the attribute value as list- Parameters:
collectionId
- refers to the collection idmodelValueEntity
- refers to the modelvalueEntity
-
getAttributeValueAsString
This method is used to convert the attribute value as string- Parameters:
collectionId
- refers to the collection idmodelValueEntity
- 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 idmodelValueAttributes
- refers to the list of attributes- Returns:
- updated list of model value of attributes
-