org.openscience.nmrshiftdb.modules.actions.portlets
Class OrderFullfillAction
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.apache.turbine.modules.ActionEvent
org.apache.jetspeed.modules.actions.portlets.PortletActionEvent
org.apache.jetspeed.modules.actions.portlets.PortletAction
org.apache.jetspeed.modules.actions.portlets.GenericMVCAction
org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction
org.openscience.nmrshiftdb.modules.actions.portlets.OrderFullfillAction
public class OrderFullfillAction
- extends org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction
Handles actions for the GuestbookPortlet
- Author:
- shk3
Fields inherited from class org.apache.jetspeed.modules.actions.portlets.GenericMVCAction |
logger |
Fields inherited from class org.apache.turbine.modules.ActionEvent |
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX |
Method Summary |
protected void |
buildNormalContext(org.apache.jetspeed.portal.portlets.VelocityPortlet portlet,
org.apache.velocity.context.Context context,
org.apache.turbine.util.RunData data)
Default behavior for the portlet action. |
private void |
buildOrderContext(org.apache.velocity.context.Context context,
org.apache.turbine.util.RunData data)
|
void |
doAdminmachines(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
|
void |
doClear(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
|
void |
doDeleteorder(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
|
void |
doFullfill(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
gets the parameters for a new auction
and saves it (TO DO: Validation) |
void |
doMakemember(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
|
void |
doShowoverview(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
|
void |
doSubmitaddmachine(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
|
void |
doSubmitdelete(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
|
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction |
buildConfigureContext, buildConfigureContext, buildMaximizedContext, buildMaximizedContext, buildNormalContext |
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.GenericMVCAction |
checkAdministrativeAction, doPerform, getAttribute, getAttribute, getPortletInstance, perform, setAttribute |
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.PortletAction |
doPerform, getContext, getPortlet, getTemplate, resetTemplate, setTemplate, setTemplate |
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.PortletActionEvent |
executeEvents, fireEvent |
Methods inherited from class org.apache.turbine.modules.ActionEvent |
executeEvents, formatString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderFullfillAction
public OrderFullfillAction()
buildNormalContext
protected void buildNormalContext(org.apache.jetspeed.portal.portlets.VelocityPortlet portlet,
org.apache.velocity.context.Context context,
org.apache.turbine.util.RunData data)
- Default behavior for the portlet action.
- Specified by:
buildNormalContext
in class org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction
buildOrderContext
private void buildOrderContext(org.apache.velocity.context.Context context,
org.apache.turbine.util.RunData data)
throws java.lang.Exception
- Throws:
java.lang.Exception
doSubmitdelete
public void doSubmitdelete(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
throws java.lang.Exception
- Throws:
java.lang.Exception
doMakemember
public void doMakemember(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
throws java.lang.Exception
- Throws:
java.lang.Exception
doShowoverview
public void doShowoverview(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
throws java.lang.Exception
- Throws:
java.lang.Exception
doSubmitaddmachine
public void doSubmitaddmachine(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
throws java.lang.Exception
- Throws:
java.lang.Exception
doClear
public void doClear(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
throws java.lang.Exception
- Throws:
java.lang.Exception
doFullfill
public void doFullfill(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
throws java.lang.Exception
- gets the parameters for a new auction
and saves it (TO DO: Validation)
- Throws:
java.lang.Exception
doAdminmachines
public void doAdminmachines(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
throws java.lang.Exception
- Throws:
java.lang.Exception
doDeleteorder
public void doDeleteorder(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
throws java.lang.Exception
- Throws:
java.lang.Exception