com.dotmarketing.portlets.contentlet.action
Class EditContentletAction
java.lang.Object
PortletAction
com.dotmarketing.portal.struts.DotPortletAction
com.dotmarketing.portlets.contentlet.action.EditContentletAction
- All Implemented Interfaces:
- DotPortletActionInterface
public class EditContentletAction
- extends DotPortletAction
- implements DotPortletActionInterface
|
Method Summary |
void |
_assignWebAsset(ActionRequest req,
ActionResponse res,
PortletConfig config,
ActionForm form,
User user,
java.lang.String formWebKey)
|
void |
_copyWebAsset(ActionRequest req,
ActionResponse res,
PortletConfig config,
ActionForm form,
User user)
|
void |
_editWebAsset(ActionRequest req,
ActionResponse res,
PortletConfig config,
ActionForm form,
User user)
|
void |
_getVersionBackWebAsset(ActionRequest req,
ActionResponse res,
PortletConfig config,
ActionForm form,
User user)
|
void |
_saveWebAsset(ActionRequest req,
ActionResponse res,
PortletConfig config,
ActionForm form,
User user)
|
void |
downloadToExcel(java.lang.String structureInode,
java.lang.String fields,
java.lang.String categories,
boolean showDeleted,
HttpServletResponse response)
|
java.util.List<Category> |
getStructureCategories(Structure st)
|
void |
processAction(ActionMapping mapping,
ActionForm form,
PortletConfig config,
ActionRequest req,
ActionResponse res)
|
java.lang.String |
searchContentletsInodes(Structure st,
java.lang.String fields,
java.lang.String categories,
boolean showDeleted,
int page,
java.lang.String orderBy)
|
| Methods inherited from class com.dotmarketing.portal.struts.DotPortletAction |
_applyPermissions, _applyPermissions, _checkCopyAndMovePermissions, _checkCopyAndMovePermissions, _checkDeletePermissions, _checkPermissions, _checkPermissions, _checkUserPermissions, _checkWritePermissions, _copyPermissions, _deleteVersionWebAsset, _deleteWebAsset, _editWebAsset, _getUser, _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 |
EditContentletAction
public EditContentletAction()
processAction
public void processAction(ActionMapping mapping,
ActionForm form,
PortletConfig config,
ActionRequest req,
ActionResponse res)
throws java.lang.Exception
- Throws:
java.lang.Exception
_editWebAsset
public void _editWebAsset(ActionRequest req,
ActionResponse res,
PortletConfig config,
ActionForm form,
User user)
throws java.lang.Exception
- Specified by:
_editWebAsset in interface DotPortletActionInterface
- Throws:
java.lang.Exception
_saveWebAsset
public void _saveWebAsset(ActionRequest req,
ActionResponse res,
PortletConfig config,
ActionForm form,
User user)
throws java.lang.Exception
- Specified by:
_saveWebAsset in interface DotPortletActionInterface
- Throws:
java.lang.Exception
_copyWebAsset
public void _copyWebAsset(ActionRequest req,
ActionResponse res,
PortletConfig config,
ActionForm form,
User user)
throws java.lang.Exception
- Specified by:
_copyWebAsset in interface DotPortletActionInterface
- Throws:
java.lang.Exception
_getVersionBackWebAsset
public void _getVersionBackWebAsset(ActionRequest req,
ActionResponse res,
PortletConfig config,
ActionForm form,
User user)
throws java.lang.Exception
- Specified by:
_getVersionBackWebAsset in interface DotPortletActionInterface
- Throws:
java.lang.Exception
searchContentletsInodes
public java.lang.String searchContentletsInodes(Structure st,
java.lang.String fields,
java.lang.String categories,
boolean showDeleted,
int page,
java.lang.String orderBy)
downloadToExcel
public void downloadToExcel(java.lang.String structureInode,
java.lang.String fields,
java.lang.String categories,
boolean showDeleted,
HttpServletResponse response)
getStructureCategories
public java.util.List<Category> getStructureCategories(Structure st)
_assignWebAsset
public void _assignWebAsset(ActionRequest req,
ActionResponse res,
PortletConfig config,
ActionForm form,
User user,
java.lang.String formWebKey)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.