java.lang.Object
de.hybris.platform.cockpit.components.mvc.commentlayer.model.CommentLayerContext

public class CommentLayerContext extends Object
  • Constructor Details

    • CommentLayerContext

      public CommentLayerContext()
  • Method Details

    • getCommentLayerComponentController

      public CommentLayerComponentController<? extends CommentLayerComponent> getCommentLayerComponentController()
      Returns:
      the commentLayerComponentController
    • setCommentLayerComponentController

      public void setCommentLayerComponentController(CommentLayerComponentController<? extends CommentLayerComponent> commentLayerComponentController)
      Parameters:
      commentLayerComponentController - the commentLayerComponentController to set
    • getSelectedCommentIconModel

      public CommentIconModel getSelectedCommentIconModel()
      Returns:
      the selectedCommentIcon
    • getActiveComment

      public CommentModel getActiveComment()
    • setSelectedCommentModel

      public void setSelectedCommentModel(CommentIconModel selectedCommentIconModel)
    • getCommentLayerComponents

      public Collection<? extends CommentLayerComponent> getCommentLayerComponents()
      Returns:
      the commentLayerComponents
    • setCommentLayerComponents

      public void setCommentLayerComponents(Collection<? extends CommentLayerComponent> commentLayerComponents)
      Parameters:
      commentLayerComponents - the commentLayerComponents to set
    • getCommentIcons

      public List<CommentIcon> getCommentIcons()
    • setCommentContextAreaComponent

      public void setCommentContextAreaComponent(CommentLayerContextComponent component)
    • getCommentContextAreaComponent

      public CommentLayerContextComponent getCommentContextAreaComponent()
      Returns:
      the contextAreaComponent