com.atlassian.jira.web.action.admin
Class ViewLicense

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.web.action.admin.ViewLicense

public class ViewLicense
extends JiraWebActionSupport

See Also:
Serialized Form

Field Summary
protected static java.lang.String OLD_LICENSE_PAGE
           
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
PERMISSION_VIOLATION_RESULT, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
ViewLicense()
           
 
Method Summary
 boolean confirmExtendLicenseExpired()
          Return true if their post-support eval period has expired
protected  java.lang.String doExecute()
           
 java.util.Date getConfirmedDate()
           
 User getConfirmedUser()
           
 java.lang.String getExpiryTime()
           
 License getLicense()
           
 java.lang.String getLicenseString()
           
 java.util.Date getSupportPeriodEnd()
           
 boolean isEvaluationLicense()
           
 boolean isHasSupportPeriodExpired()
           
 boolean isOldLicenseWithNewInstall()
           
 void setLicenseString(java.lang.String license)
           
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getCachedGroups, getConstantsManager, getGlobalColumns, getPropertySet, getRedirect, getRemoteUser, getUserPreferences, isHasIssuePermission, isHasPermission, isHasPermission, isHasProjectPermission
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OLD_LICENSE_PAGE

protected static final java.lang.String OLD_LICENSE_PAGE
See Also:
Constant Field Values
Constructor Detail

ViewLicense

public ViewLicense()
Method Detail

getLicense

public License getLicense()

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Throws:
java.lang.Exception

getExpiryTime

public java.lang.String getExpiryTime()

setLicenseString

public void setLicenseString(java.lang.String license)

getLicenseString

public java.lang.String getLicenseString()

confirmExtendLicenseExpired

public boolean confirmExtendLicenseExpired()
Return true if their post-support eval period has expired


isOldLicenseWithNewInstall

public boolean isOldLicenseWithNewInstall()

getConfirmedUser

public User getConfirmedUser()
                      throws EntityNotFoundException
Throws:
EntityNotFoundException

getConfirmedDate

public java.util.Date getConfirmedDate()

getSupportPeriodEnd

public java.util.Date getSupportPeriodEnd()

isHasSupportPeriodExpired

public boolean isHasSupportPeriodExpired()

isEvaluationLicense

public boolean isEvaluationLicense()