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 Details

    • WorkflowAttachmentItemDynamicColumnProvider

      public WorkflowAttachmentItemDynamicColumnProvider()
  • Method Details

    • getDynamicColums

      public List<ColumnConfiguration> getDynamicColums(ListModel listModel)
      Description copied from interface: DynamicColumnProvider
      Gets the dynamic colums.
      Specified by:
      getDynamicColums in interface DynamicColumnProvider
      Parameters:
      listModel - the list model
      Returns:
      the dynamic colums
    • getCommentTypeCode

      public String getCommentTypeCode()
      Returns:
      the commentTypeCode
    • setCommentTypeCode

      public void setCommentTypeCode(String commentTypeCode)
      Parameters:
      commentTypeCode - the commentTypeCode to set