public class UndoLastActionBean extends ProtocolActionBean implements UndoLastActionBean, Serializable
| Constructor and Description |
|---|
UndoLastActionBean(ActionHelper actionHelper)
Constructs a UndoLastActionBean.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canUndoLastAction() |
List<ProtocolAction> |
getActionsPerformed() |
String |
getComments() |
ProtocolActionBase |
getLastAction() |
ProtocolAction |
getLastPerformedAction() |
ProtocolAction |
getPrevToLastPerformedAction() |
Protocol |
getProtocol() |
static boolean |
isActionUndoable(String actionTypeCode) |
void |
refreshActionsPerformed() |
void |
setActionsPerformed(List<ProtocolAction> actionsPerformed) |
void |
setComments(String comments) |
void |
setProtocol(Protocol protocol) |
getActionHelper, setActionHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActionHelper, setActionHelperpublic UndoLastActionBean(ActionHelper actionHelper)
actionHelper - Reference back to the action helper for this beanpublic String getComments()
getComments in interface UndoLastActionBeanpublic void setComments(String comments)
public List<ProtocolAction> getActionsPerformed()
public void setActionsPerformed(List<ProtocolAction> actionsPerformed)
public Protocol getProtocol()
getProtocol in interface ProtocolActionBeangetProtocol in class ProtocolActionBeanpublic void setProtocol(Protocol protocol)
public static boolean isActionUndoable(String actionTypeCode)
public ProtocolAction getPrevToLastPerformedAction()
public ProtocolAction getLastPerformedAction()
public boolean canUndoLastAction()
canUndoLastAction in interface UndoLastActionBeanpublic void refreshActionsPerformed()
public ProtocolActionBase getLastAction()
getLastAction in interface UndoLastActionBeanCopyright © 2013 The Kuali Foundation. All Rights Reserved.