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