org.infoglue.cms.applications.managementtool.actions
Class ViewArchiveToolAction

java.lang.Object
  extended by org.infoglue.cms.applications.common.actions.WebworkAbstractAction
      extended by org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
          extended by 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

Field Summary
 
Fields inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
colorScheme
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ViewArchiveToolAction()
           
 
Method Summary
 java.lang.String doArchiveOldAssets()
           
 java.lang.String doExecute()
          Subclasses implement this
 java.lang.String doInput()
           
 java.lang.String doInputArchiveOldAssets()
           
 java.lang.String doInputRestoreAssetArchive()
           
 java.lang.String doRestoreAssetArchive()
           
 java.lang.String getArchiveFileSize()
           
 java.lang.String getArchiveUrl()
           
 int getAssetFileSizeLimit()
           
 int getNumberOfVersionsToKeep()
           
 java.util.List getOptimizationBeanList()
           
 void setAssetFileSizeLimit(int assetFileSizeLimit)
           
 void setDigitalAssetId(java.lang.String[] digitalAssetId)
           
 void setNumberOfVersionsToKeep(int numberOfVersionsToKeep)
           
 
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
 

Constructor Detail

ViewArchiveToolAction

public ViewArchiveToolAction()
Method Detail

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.