|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.apache.jetspeed.modules.actions.portlets.SecureVelocityPortletAction org.apache.jetspeed.modules.actions.portlets.security.UserUpdateAction
This action sets up the template context for editing users in the Turbine database.
Field Summary |
Fields inherited from class org.apache.turbine.modules.ActionEvent |
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX |
Constructor Summary | |
UserUpdateAction()
|
Method Summary | |
protected void |
buildConfigureContext(VelocityPortlet portlet,
org.apache.velocity.context.Context context,
org.apache.turbine.util.RunData rundata)
Build the configure state content for this portlet. |
protected void |
buildMaximizedContext(VelocityPortlet portlet,
org.apache.velocity.context.Context context,
org.apache.turbine.util.RunData rundata)
Build the maximized state content for this portlet. |
protected void |
buildNormalContext(VelocityPortlet portlet,
org.apache.velocity.context.Context context,
org.apache.turbine.util.RunData rundata)
Build the normal state content for this portlet. |
void |
doAccept(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Database Update Action for Users. |
void |
doDelete(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Database Delete Action for Users. |
void |
doInsert(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Database Insert Action for Users. |
void |
doReject(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Database Update Action for Users. |
void |
doUpdate(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Database Update Action for Users. |
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.SecureVelocityPortletAction |
executeEvents |
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction |
buildConfigureContext, 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 |
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 |
Constructor Detail |
public UserUpdateAction()
Method Detail |
protected void buildMaximizedContext(VelocityPortlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
buildMaximizedContext
in class VelocityPortletAction
portlet
- The velocity-based portlet that is being built.context
- The velocity context for this request.rundata
- The turbine rundata context for this request.protected void buildConfigureContext(VelocityPortlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
buildConfigureContext
in class VelocityPortletAction
portlet
- The velocity-based portlet that is being built.context
- The velocity context for this request.rundata
- The turbine rundata context for this request.protected void buildNormalContext(VelocityPortlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
buildNormalContext
in class VelocityPortletAction
portlet
- The velocity-based portlet that is being built.context
- The velocity context for this request.rundata
- The turbine rundata context for this request.public void doInsert(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context) throws java.lang.Exception
rundata
- The turbine rundata context for this request.context
- The velocity context for this request.
java.lang.Exception
public void doAccept(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context) throws java.lang.Exception
rundata
- The turbine rundata context for this request.context
- The velocity context for this request.
java.lang.Exception
public void doReject(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context) throws java.lang.Exception
rundata
- The turbine rundata context for this request.context
- The velocity context for this request.
java.lang.Exception
public void doUpdate(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context) throws java.lang.Exception
rundata
- The turbine rundata context for this request.context
- The velocity context for this request.
java.lang.Exception
public void doDelete(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context) throws java.lang.Exception
rundata
- The turbine rundata context for this request.context
- The velocity context for this request.
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |