public class

ViewLicense

extends JiraWebActionSupport
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.admin.ViewLicense

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.web.action.JiraWebActionSupport
From interface webwork.action.Action
[Expand]
Inherited Fields
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
ViewLicense(UserUtil userUtil, JiraLicenseUpdaterService jiraLicenseService, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser, FeatureManager featureManager)
Public Methods
String doDefault()
String doRefreshActiveUserCount()
int getActiveUserCount()
Iterator<LicenseDetails> getAllLicenseDetails()
String getLicense()
String getLicenseExpiryStatusMessage(LicenseDetails licenseDetails)
String getLicenseStatusMessage(LicenseDetails licenseDetails)
String getPurchaseDate(LicenseDetails licenseDetails)
boolean hasExceededUserLimit()
boolean isLicenseRequiresUserLimit(LicenseDetails licenseDetails)
boolean isLicenseSet()
boolean isPersonalLicense()
void setLicense(String license)
Protected Methods
String doExecute()
void doValidation()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
From class java.lang.Object
From interface com.atlassian.jira.util.ErrorCollection
From interface com.atlassian.jira.util.I18nHelper
From interface com.atlassian.jira.web.HttpServletVariables
From interface com.atlassian.jira.web.util.AuthorizationSupport
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware

Public Constructors

public ViewLicense (UserUtil userUtil, JiraLicenseUpdaterService jiraLicenseService, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser, FeatureManager featureManager)

Public Methods

public String doDefault ()

public String doRefreshActiveUserCount ()

public int getActiveUserCount ()

public Iterator<LicenseDetails> getAllLicenseDetails ()

public String getLicense ()

public String getLicenseExpiryStatusMessage (LicenseDetails licenseDetails)

public String getLicenseStatusMessage (LicenseDetails licenseDetails)

public String getPurchaseDate (LicenseDetails licenseDetails)

public boolean hasExceededUserLimit ()

public boolean isLicenseRequiresUserLimit (LicenseDetails licenseDetails)

public boolean isLicenseSet ()

public boolean isPersonalLicense ()

public void setLicense (String license)

Protected Methods

protected String doExecute ()

Throws
Exception

protected void doValidation ()