org.infoglue.cms.applications.managementtool.actions
Class ViewArchiveToolAction
java.lang.Object
org.infoglue.cms.applications.common.actions.WebworkAbstractAction
org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
org.infoglue.cms.applications.managementtool.actions.ViewArchiveToolAction
- All Implemented Interfaces:
- java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
public class ViewArchiveToolAction
- extends InfoGlueAbstractAction
This class represents the optimization tools of the system
It offers the user a few options in which to optimize the database and model.
- Author:
- mattias
- See Also:
- Serialized Form
| Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Methods inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction |
beginTransaction, closeDatabase, closeTransaction, commitTransaction, encode, getAllowPublicationEventFilter, getAnonymousPrincipal, getCMSBaseUrl, getColorScheme, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getDisableImageEditor, getInfoGluePrincipal, getLanguageCode, getLocale, getLogoutURL, getOriginalFullURL, getParameter, getPrincipalPropertyHashValues, getPrincipalPropertyValue, getPrincipalPropertyValue, getSessionTimeout, getSingleParameter, getThis, getToolId, getToolLocales, getURLBase, getUserName, hasAccessTo, hasAccessTo, rollbackTransaction, setColorScheme, setLanguageCode, setToolId |
| Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction |
doDefault, execute, getBrowserBean, getCurrentUrl, getError, getErrors, getHttpSession, getInfoGluePrincipal, getLocalizedString, getRequest, getResponse, getRoot, getSession, setCommand, setError, setServletRequest, setServletResponse |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewArchiveToolAction
public ViewArchiveToolAction()
doInput
public java.lang.String doInput()
throws java.lang.Exception
- Throws:
java.lang.Exception
doInputArchiveOldAssets
public java.lang.String doInputArchiveOldAssets()
throws java.lang.Exception
- Throws:
java.lang.Exception
doInputRestoreAssetArchive
public java.lang.String doInputRestoreAssetArchive()
throws java.lang.Exception
- Throws:
java.lang.Exception
doArchiveOldAssets
public java.lang.String doArchiveOldAssets()
throws java.lang.Exception
- Throws:
java.lang.Exception
doRestoreAssetArchive
public java.lang.String doRestoreAssetArchive()
throws java.lang.Exception
- Throws:
java.lang.Exception
doExecute
public java.lang.String doExecute()
throws java.lang.Exception
- Description copied from class:
WebworkAbstractAction
- Subclasses implement this
- Specified by:
doExecute in class WebworkAbstractAction
- Throws:
java.lang.Exception
getNumberOfVersionsToKeep
public int getNumberOfVersionsToKeep()
setNumberOfVersionsToKeep
public void setNumberOfVersionsToKeep(int numberOfVersionsToKeep)
getOptimizationBeanList
public java.util.List getOptimizationBeanList()
setDigitalAssetId
public void setDigitalAssetId(java.lang.String[] digitalAssetId)
getArchiveUrl
public java.lang.String getArchiveUrl()
getArchiveFileSize
public java.lang.String getArchiveFileSize()
getAssetFileSizeLimit
public int getAssetFileSizeLimit()
setAssetFileSizeLimit
public void setAssetFileSizeLimit(int assetFileSizeLimit)
Copyright © 2005 InfoGlue.org All Rights Reserved.