Class AbstractCommentAction

java.lang.Object
de.hybris.platform.cockpit.components.listview.AbstractListViewAction
de.hybris.platform.cockpit.components.listview.impl.AbstractCommentAction
All Implemented Interfaces:
AdvancedListViewAction, ListViewAction
Direct Known Subclasses:
AddAttachmentCommentAction, AddItemCommentAction, AddMultiItemCommentAction, AnswerCommentAction, DeleteCommentAction, EditCommentAction, OpenCommentAction

public abstract class AbstractCommentAction extends AbstractListViewAction
  • Field Details

  • Constructor Details

    • AbstractCommentAction

      public AbstractCommentAction()
  • Method Details

    • getCommentService

      public CommentService getCommentService()
    • getCockpitCommentService

      public CockpitCommentService getCockpitCommentService()
    • setDomain

      public void setDomain(DomainModel domain)
      Parameters:
      domain - the domain to set
    • getDomain

      public DomainModel getDomain()
      Returns:
      the domain
    • setComponent

      public void setComponent(ComponentModel component)
      Parameters:
      component - the component to set
    • getComponent

      public ComponentModel getComponent()
      Returns:
      the component
    • setCommentType

      public void setCommentType(CommentTypeModel commentType)
      Parameters:
      commentType - the commentType to set
    • getCommentType

      public CommentTypeModel getCommentType()
      Returns:
      the commentType