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
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
ListViewAction.Context -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final ObjectFields inherited from class de.hybris.platform.cockpit.components.listview.AbstractListViewAction
alwaysEnabled, IN_EDITOR_AREA_SECTION_PANELFields inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
AFFECTED_ITEMS_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCommentType(CommentTypeModel commentType) voidsetComponent(ComponentModel component) voidsetDomain(DomainModel domain) Methods inherited from class de.hybris.platform.cockpit.components.listview.AbstractListViewAction
createContext, createContext, doCreateContext, getItem, getMultiSelectEventListener, getMultiSelectImageURI, getMultiSelectPopup, getSelectedItems, getStatusCode, isAlwaysEnabled, sendEvent, sendUpdateItemsEvent, setAlwaysEnabledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
getContextPopup, getEventListener, getImageURI, getPopup, getTooltip
-
Field Details
-
AREA
- See Also:
-
EDITOR_AREA
- See Also:
-
BROWSER_AREA
- See Also:
-
PARENT
- See Also:
-
UPDATELISTENER
-
-
Constructor Details
-
AbstractCommentAction
public AbstractCommentAction()
-
-
Method Details
-
getCommentService
-
getCockpitCommentService
-
setDomain
- Parameters:
domain- the domain to set
-
getDomain
- Returns:
- the domain
-
setComponent
- Parameters:
component- the component to set
-
getComponent
- Returns:
- the component
-
setCommentType
- Parameters:
commentType- the commentType to set
-
getCommentType
- Returns:
- the commentType
-