com.dotmarketing.portlets.order_manager.action
Class ViewCheckOutAction
java.lang.Object
PortletAction
com.dotmarketing.portal.struts.DotPortletAction
com.dotmarketing.portlets.order_manager.action.ViewCheckOutAction
public class ViewCheckOutAction
- extends DotPortletAction
- Author:
- Salvador Di Nardo
|
Method Summary |
protected User |
_getUser(ActionRequest req)
Method to obtain the User from Liferay on an ActionRequest |
boolean |
_saveOrder(ActionRequest request,
ActionResponse response,
PortletConfig config,
ActionForm form)
|
void |
processAction(ActionMapping mapping,
ActionForm form,
PortletConfig config,
ActionRequest req,
ActionResponse res)
|
protected static boolean |
sendEmail(java.lang.String to,
java.lang.String from,
java.lang.String subject,
java.lang.String body)
|
| Methods inherited from class com.dotmarketing.portal.struts.DotPortletAction |
_applyPermissions, _applyPermissions, _checkCopyAndMovePermissions, _checkCopyAndMovePermissions, _checkDeletePermissions, _checkPermissions, _checkPermissions, _checkUserPermissions, _checkWritePermissions, _copyPermissions, _deleteVersionWebAsset, _deleteWebAsset, _editWebAsset, _getVersionBackWebAsset, _getVersionsWebAsset, _handleException, _handleException, _lockWebAsset, _moveWebAsset, _publishWebAsset, _retrieveWebAsset, _sendToReferral, _undeleteWebAsset, _unLockWebAsset, _unPublishWebAsset, _viewWebAssets, getForward, getForward |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewCheckOutAction
public ViewCheckOutAction()
processAction
public void processAction(ActionMapping mapping,
ActionForm form,
PortletConfig config,
ActionRequest req,
ActionResponse res)
throws java.lang.Exception
- Throws:
java.lang.Exception
_saveOrder
public boolean _saveOrder(ActionRequest request,
ActionResponse response,
PortletConfig config,
ActionForm form)
sendEmail
protected static boolean sendEmail(java.lang.String to,
java.lang.String from,
java.lang.String subject,
java.lang.String body)
_getUser
protected User _getUser(ActionRequest req)
- Description copied from class:
DotPortletAction
- Method to obtain the User from Liferay on an ActionRequest
- Overrides:
_getUser in class DotPortletAction
- Returns:
Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.