com.atlassian.confluence.admin.actions
Class AdministrationConsoleAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.confluence.core.ConfluenceActionSupport
          extended by com.atlassian.confluence.admin.actions.AdministrationConsoleAction
All Implemented Interfaces:
Administrative, WebInterface, com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, java.io.Serializable

public class AdministrationConsoleAction
extends ConfluenceActionSupport
implements Administrative

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, permissionManager, permitted, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
AdministrationConsoleAction()
           
 
Method Summary
 boolean checkDomainName()
          Runs through a check to see if the domain name is a numeric or 'localhost'.
 boolean checkEmailConfiguration()
           
 java.lang.String doDefault()
          Default webwork action execution method.
 java.lang.String execute()
           
 BootstrapManager getBootstrapManager()
           
 java.lang.String getDisplayAlmostSupportPeriodEndMessage()
           
 java.lang.String getDisplayBaseUrlAdminMessage()
           
 java.lang.String getDisplayEmailAdminMessage()
           
 java.lang.String getDisplaySupportPeriodEndMessage()
           
 com.atlassian.license.LicenseManager getLicenseManager()
           
 java.lang.String getSupportPeriodEndDateString()
           
 boolean isUsingDailyBackup()
           
 void setBootstrapManager(BootstrapManager bootstrapManager)
           
 void setDisplayAlmostSupportPeriodEndMessage(java.lang.String displayAlmostSupportPeriodEndMessage)
           
 void setDisplayBaseUrlAdminMessage(java.lang.String displayBaseUrlAdminMessage)
           
 void setDisplayEmailAdminMessage(java.lang.String displayEmailAdminMessage)
           
 void setDisplaySupportPeriodEndMessage(java.lang.String displaySupportPeriodEndMessage)
           
 void setLicenseManager(com.atlassian.license.LicenseManager licenseManager)
           
 void setSupportPeriodEndDateString(java.lang.String supportPeriodEndDateString)
           
 
Methods inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
addActionError, addFieldError, addPermissionTypeTo, addToHistory, formatFriendlyDate, getActionName, getCancelResult, getDateFormatter, getDefaultResourceBundle, getEventManager, getFriendlyDateFormatter, getGlobalHelper, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getNiceContentType, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPreviousLoginDate, getRandom, getRemoteUser, getSession, getSpaceHelper, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUser, getUserAccessor, getUserFullName, getUserInterfaceState, getWebInterfaceContext, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPermissionCheck, isPermitted, isPermittedAsString, isPrintableVersion, isSharedMode, isUserStatusPluginEnabled, isUsingHSQL, setCancel, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setPermissionCheck, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setSettingsManager, setSpacePermissionManager, setUserAccessor, setWebInterfaceManager
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdministrationConsoleAction

public AdministrationConsoleAction()
Method Detail

execute

public java.lang.String execute()
Specified by:
execute in interface com.opensymphony.xwork.Action
Overrides:
execute in class com.opensymphony.xwork.ActionSupport

doDefault

public java.lang.String doDefault()
Description copied from class: ConfluenceActionSupport
Default webwork action execution method.

Overrides:
doDefault in class ConfluenceActionSupport
Returns:
the action result

checkEmailConfiguration

public boolean checkEmailConfiguration()

checkDomainName

public boolean checkDomainName()
Runs through a check to see if the domain name is a numeric or 'localhost'. If it is, are domain name notifications turned off?

Returns:
If the first is true and second false, return true.

isUsingDailyBackup

public boolean isUsingDailyBackup()

getBootstrapManager

public BootstrapManager getBootstrapManager()
Overrides:
getBootstrapManager in class ConfluenceActionSupport

setBootstrapManager

public void setBootstrapManager(BootstrapManager bootstrapManager)
Overrides:
setBootstrapManager in class ConfluenceActionSupport

getDisplayEmailAdminMessage

public java.lang.String getDisplayEmailAdminMessage()

setDisplayEmailAdminMessage

public void setDisplayEmailAdminMessage(java.lang.String displayEmailAdminMessage)

getDisplayBaseUrlAdminMessage

public java.lang.String getDisplayBaseUrlAdminMessage()

setDisplayBaseUrlAdminMessage

public void setDisplayBaseUrlAdminMessage(java.lang.String displayBaseUrlAdminMessage)

getDisplayAlmostSupportPeriodEndMessage

public java.lang.String getDisplayAlmostSupportPeriodEndMessage()

setDisplayAlmostSupportPeriodEndMessage

public void setDisplayAlmostSupportPeriodEndMessage(java.lang.String displayAlmostSupportPeriodEndMessage)

getLicenseManager

public com.atlassian.license.LicenseManager getLicenseManager()

setLicenseManager

public void setLicenseManager(com.atlassian.license.LicenseManager licenseManager)

getDisplaySupportPeriodEndMessage

public java.lang.String getDisplaySupportPeriodEndMessage()

setDisplaySupportPeriodEndMessage

public void setDisplaySupportPeriodEndMessage(java.lang.String displaySupportPeriodEndMessage)

getSupportPeriodEndDateString

public java.lang.String getSupportPeriodEndDateString()

setSupportPeriodEndDateString

public void setSupportPeriodEndDateString(java.lang.String supportPeriodEndDateString)


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.