Class WorkflowAttachmentItemDynamicColumnProvider
- java.lang.Object
-
- de.hybris.platform.cockpit.model.listview.impl.WorkflowAttachmentItemDynamicColumnProvider
-
- All Implemented Interfaces:
DynamicColumnProvider
public class WorkflowAttachmentItemDynamicColumnProvider extends java.lang.Object implements DynamicColumnProvider
The Class WorkflowAttachmentItemDynamicColumnProvider. It builds dynamic columns for Items that are workflow attachments on current ListView view.
-
-
Constructor Summary
Constructors Constructor Description WorkflowAttachmentItemDynamicColumnProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCommentTypeCode()java.util.List<ColumnConfiguration>getDynamicColums(ListModel listModel)Gets the dynamic colums.voidsetCommentTypeCode(java.lang.String commentTypeCode)
-
-
-
Method Detail
-
getDynamicColums
public java.util.List<ColumnConfiguration> getDynamicColums(ListModel listModel)
Description copied from interface:DynamicColumnProviderGets the dynamic colums.- Specified by:
getDynamicColumsin interfaceDynamicColumnProvider- Parameters:
listModel- the list model- Returns:
- the dynamic colums
-
getCommentTypeCode
public java.lang.String getCommentTypeCode()
- Returns:
- the commentTypeCode
-
setCommentTypeCode
public void setCommentTypeCode(java.lang.String commentTypeCode)
- Parameters:
commentTypeCode- the commentTypeCode to set
-
-