|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractAction in planetj.database |
Methods in planetj.database that return AbstractAction | |
AbstractAction |
RowCollection.createAction(java.lang.String name,
ExecutingContext ec)
|
AbstractAction |
Row.createAction(java.lang.String name,
ExecutingContext ec)
|
AbstractAction |
Field.createAction(java.lang.String name,
ExecutingContext ec)
|
Methods in planetj.database with parameters of type AbstractAction | |
ActionDescriptor |
RowCollection.getActionDescriptor(AbstractAction action)
|
IActionRequest |
RowCollection.getActionRequest(AbstractAction action,
HttpServletRequest request,
HttpServletResponse response)
|
IActionRequest |
RowCollection.getActionRequest(AbstractAction action,
java.lang.Object o,
HttpServletRequest request,
HttpServletResponse response)
|
ActionDescriptor |
Row.getActionDescriptor(AbstractAction action)
|
IActionRequest |
Row.getActionRequest(AbstractAction action,
HttpServletRequest request,
HttpServletResponse response)
|
IActionRequest |
Row.getActionRequest(AbstractAction action,
java.lang.Object o,
HttpServletRequest request,
HttpServletResponse response)
|
IActionRequest |
Field.getActionRequest(AbstractAction action,
HttpServletRequest request,
HttpServletResponse response)
|
IActionRequest |
Field.getActionRequest(AbstractAction action,
java.lang.Object o,
HttpServletRequest request,
HttpServletResponse response)
|
ActionDescriptor |
Field.getActionDescriptor(AbstractAction action)
Gets the action descriptor associated with the given action. |
Uses of AbstractAction in planetj.database.connection |
Methods in planetj.database.connection with parameters of type AbstractAction | |
ActionDescriptor |
ConnectionRow.getActionDescriptor(AbstractAction action)
|
Uses of AbstractAction in planetj.database.flatfile |
Methods in planetj.database.flatfile with parameters of type AbstractAction | |
ActionDescriptor |
HttpFlatFieldReferenceRow.getActionDescriptor(AbstractAction action)
|
Uses of AbstractAction in planetj.dataengine.action |
Subclasses of AbstractAction in planetj.dataengine.action | |
class |
ActionWrapper
This object encapsulates an action along with an action descriptor that will be used when displaying the action. |
class |
NamedAction
|
class |
NamedFieldAction
|
class |
NamedOperationAction
|
class |
NamedRowAction
|
class |
NamedRowCollectionAction
|
class |
ObjectAction
|
class |
ReflectAction
A ReflectAction uses java reflection to invoke a method on a given Object. |
class |
ReflectRowAction
Uses java reflection to perform an action on a Row. |
class |
ReflectRowCollectionAction
Uses java reflection to perform an action on a RowCollection. |
class |
RowAction
A RowAction is an action that is to be performed on a given Row. |
class |
RowCollectionAction
Deprecated. - replaced with NamedRowCollectionAction |
Methods in planetj.dataengine.action that return AbstractAction | |
AbstractAction |
IActionRequest.getAction()
Get the action to run. |
AbstractAction |
IActionObject.createAction(java.lang.String name,
ExecutingContext ec)
Create an action for the given action name. |
AbstractAction |
ActionManager.getAction(java.lang.String type,
java.lang.String name)
Gets the action for the given action type and name. |
AbstractAction |
AbstractActionRequest.getAction()
Get the action to run. |
AbstractAction |
AbstractAction.cloneAction()
|
Methods in planetj.dataengine.action with parameters of type AbstractAction | |
ActionDescriptor |
IActionObject.getActionDescriptor(AbstractAction action)
Get an action descriptor for the given action type and name. |
IActionRequest |
IActionObject.getActionRequest(AbstractAction action,
HttpServletRequest request,
HttpServletResponse response)
Get the magic request used to handle a given action. |
IActionRequest |
IActionObject.getActionRequest(AbstractAction action,
java.lang.Object o,
HttpServletRequest request,
HttpServletResponse response)
Get the magic request used to handle a given action. |
void |
ActionManager.registerAction(java.lang.String type,
java.lang.String name,
AbstractAction action)
Puts the action for the given action type and name. |
Constructors in planetj.dataengine.action with parameters of type AbstractAction | |
RowCollectionActionRequest(AbstractAction action,
RowCollection rc,
HttpServletRequest request,
HttpServletResponse response)
|
|
RowActionRequest(AbstractAction action,
Row row,
HttpServletRequest request,
HttpServletResponse response)
|
|
RowActionRequest(AbstractAction action,
RowCollection rc,
HttpServletRequest request,
HttpServletResponse response)
|
|
OperationActionRequest(AbstractAction action,
java.lang.Object o,
HttpServletRequest request,
HttpServletResponse response)
|
|
FieldActionRequest(AbstractAction action,
Field field,
HttpServletRequest request,
HttpServletResponse response)
|
|
DefaultActionRequest(AbstractAction action,
HttpServletRequest request,
HttpServletResponse response)
|
|
ActionWrapper(AbstractAction action,
ActionDescriptor descriptor)
Constructor. |
|
AbstractActionRequest(AbstractAction action,
HttpServletRequest request,
HttpServletResponse response)
|
Uses of AbstractAction in planetj.dataengine.action.paging |
Subclasses of AbstractAction in planetj.dataengine.action.paging | |
class |
PagingAction
|
Uses of AbstractAction in planetj.dataengine.operation |
Methods in planetj.dataengine.operation that return AbstractAction | |
AbstractAction |
Operation.createAction(java.lang.String name,
ExecutingContext ec)
|
Methods in planetj.dataengine.operation with parameters of type AbstractAction | |
ActionDescriptor |
Operation.getActionDescriptor(AbstractAction action)
Gets the action descriptor for the specified action |
Uses of AbstractAction in planetj.dataengine.possiblevalues |
Methods in planetj.dataengine.possiblevalues with parameters of type AbstractAction | |
IActionRequest |
PVSearchRow.getActionRequest(AbstractAction action,
java.lang.Object o,
HttpServletRequest request,
HttpServletResponse response)
|
Constructors in planetj.dataengine.possiblevalues with parameters of type AbstractAction | |
PVSearchActionRequest(AbstractAction action,
Row row,
HttpServletRequest request,
HttpServletResponse response)
|
Uses of AbstractAction in planetj.html |
Methods in planetj.html that return AbstractAction | |
AbstractAction |
HTMLTable.getAction(java.lang.String location,
java.lang.String actionName)
Get a list of actions for generation |
Methods in planetj.html with parameters of type AbstractAction | |
void |
HTMLTable.addAction(AbstractAction action)
Adds the specified action to this HTMLTable. |
protected java.util.List |
HTMLRowDetailsActionRenderer.getLocations(AbstractAction action)
Gets the locations where the action should be rendered |
void |
HTMLActionRenderer.addAction(AbstractAction action,
ExecutingContext ec)
Adds the specified action to this HTMLActionRenderer. |
protected java.lang.StringBuffer |
HTMLActionRenderer.appendAction(AbstractAction action,
java.lang.Object o,
java.lang.StringBuffer html,
HttpServletRequest req,
HttpServletResponse res)
Appends the HTML for the action to the StringBuffer |
protected java.lang.StringBuffer |
HTMLActionRenderer.appendAction(AbstractAction action,
ActionDescriptor descriptor,
java.lang.Object o,
java.lang.StringBuffer html,
HttpServletRequest req,
HttpServletResponse res)
Appends the HTML for the action to the StringBuffer |
protected java.util.List |
HTMLActionRenderer.getLocations(AbstractAction action)
Gets the locations where the action should be rendered |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |