Class WorkflowValueHandler
java.lang.Object
de.hybris.platform.cockpit.model.listview.impl.WorkflowValueHandler
- All Implemented Interfaces:
ValueHandler
Value handler used in workflow list view
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.model.listview.ValueHandler
ValueHandler.NotReadableValue -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface de.hybris.platform.cockpit.model.listview.ValueHandler
NOT_READABLE_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue(TypedObject item) getValue(TypedObject item, String languageIso) voidsetValue(TypedObject item, Object value) voidsetValue(TypedObject item, Object value, String languageIso)
-
Field Details
-
COLUMN_WORKFLOW
- See Also:
-
COLUMN_STEP
- See Also:
-
COLUMN_START
- See Also:
-
COLUMN_ITEM_TYPE
- See Also:
-
COLUMN_CODE
- See Also:
-
COLUMN_NAME
- See Also:
-
COLUMN_ASSIGNED_USER
- See Also:
-
COLUMN_SINCE
- See Also:
-
COLUMN_ACTIONS
- See Also:
-
WORKFLOW_NEWEST_SERVICE_BEAN_ID
- See Also:
-
WORKFLOW_ACTION_SERVICE_BEAN_ID
- See Also:
-
WORKFLOW_TEMPLATE_SERVICE_BEAN_ID
- See Also:
-
-
Constructor Details
-
WorkflowValueHandler
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceValueHandler- Throws:
ValueHandlerException
-
getValue
- Specified by:
getValuein interfaceValueHandler- Throws:
ValueHandlerException
-
setValue
- Specified by:
setValuein interfaceValueHandler- Throws:
ValueHandlerException
-
setValue
public void setValue(TypedObject item, Object value, String languageIso) throws ValueHandlerException - Specified by:
setValuein interfaceValueHandler- Throws:
ValueHandlerException
-