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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
ListViewAction.Context
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAREAstatic java.lang.StringBROWSER_AREAstatic java.lang.StringEDITOR_AREAstatic java.lang.StringPARENTstatic java.lang.ObjectUPDATELISTENER-
Fields inherited from class de.hybris.platform.cockpit.components.listview.AbstractListViewAction
alwaysEnabled, IN_EDITOR_AREA_SECTION_PANEL
-
Fields inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
AFFECTED_ITEMS_KEY
-
-
Constructor Summary
Constructors Constructor Description AbstractCommentAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CockpitCommentServicegetCockpitCommentService()CommentServicegetCommentService()CommentTypeModelgetCommentType()ComponentModelgetComponent()DomainModelgetDomain()voidsetCommentType(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, setAlwaysEnabled
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
getContextPopup, getEventListener, getImageURI, getPopup, getTooltip
-
-
-
-
Field Detail
-
AREA
public static final java.lang.String AREA
- See Also:
- Constant Field Values
-
EDITOR_AREA
public static final java.lang.String EDITOR_AREA
- See Also:
- Constant Field Values
-
BROWSER_AREA
public static final java.lang.String BROWSER_AREA
- See Also:
- Constant Field Values
-
PARENT
public static final java.lang.String PARENT
- See Also:
- Constant Field Values
-
UPDATELISTENER
public static final java.lang.Object UPDATELISTENER
-
-
Method Detail
-
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
-
-