|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork.ActionSupport com.atlassian.confluence.core.ConfluenceActionSupport com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
public abstract class AbstractUpdateLicenseAction
Perform the update of a Confluence license.
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 | |
---|---|
AbstractUpdateLicenseAction()
|
Method Summary | |
---|---|
java.lang.String |
doUpdate()
Update the license Confluence is using. |
com.atlassian.license.License |
getLicense()
|
java.lang.String |
getLicenseString()
|
java.util.Date |
getSupportPeriodEnd()
|
UserChecker |
getUserChecker()
|
boolean |
isHasSupportPeriodExpired()
|
boolean |
isLicenseSubmitted()
|
void |
setApplicationConfig(com.atlassian.config.ApplicationConfiguration applicationConfig)
|
void |
setLicenseString(java.lang.String licenseString)
|
void |
setLicenseSubmitted(boolean licenseSubmitted)
|
void |
setUserChecker(UserChecker userChecker)
|
void |
validate()
Validate that a non-empty license has been supplied. |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractUpdateLicenseAction()
Method Detail |
---|
public com.atlassian.license.License getLicense()
public void setApplicationConfig(com.atlassian.config.ApplicationConfiguration applicationConfig)
public java.lang.String getLicenseString()
public void setLicenseString(java.lang.String licenseString)
public UserChecker getUserChecker()
public void setUserChecker(UserChecker userChecker)
public java.util.Date getSupportPeriodEnd()
public boolean isHasSupportPeriodExpired()
public void validate()
validate
in interface com.opensymphony.xwork.Validateable
validate
in class com.opensymphony.xwork.ActionSupport
public java.lang.String doUpdate() throws java.lang.Exception
java.lang.Exception
public boolean isLicenseSubmitted()
public void setLicenseSubmitted(boolean licenseSubmitted)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |