Uses of Class
com.atlassian.jira.web.util.OutlookDate

Packages that use OutlookDate
com.atlassian.jira.license   
com.atlassian.jira.security   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.project   
com.atlassian.jira.web.action.util   
com.atlassian.jira.web.util   
 

Uses of OutlookDate in com.atlassian.jira.license
 

Methods in com.atlassian.jira.license with parameters of type OutlookDate
 String LicenseDetails.getLicenseExpiryStatusMessage(I18nHelper i18n, OutlookDate outlookDate)
          Return the HTML message that briefly describes the expiry status of the license.
 String LicenseDetails.getLicenseStatusMessage(I18nHelper i18n, OutlookDate outlookDate, String delimiter)
          Return the HTML message that describes the current status of the license.
 String LicenseDetails.getMaintenanceEndString(OutlookDate outlookDate)
          Return the date string representing the end of maintenance of the license, whether the license is Evaluation, New Build Old License or otherwise.
 String LicenseDetails.getSupportRequestMessage(I18nHelper i18n, OutlookDate outlookDate)
          Return the HTML message for support request denial or send e-mail success page.
 

Uses of OutlookDate in com.atlassian.jira.security
 

Methods in com.atlassian.jira.security that return OutlookDate
 OutlookDate JiraAuthenticationContext.getOutlookDate()
          Method used to get a nice representation of a date using a user's locale.
 OutlookDate JiraAuthenticationContextImpl.getOutlookDate()
           
 

Uses of OutlookDate in com.atlassian.jira.web.action
 

Methods in com.atlassian.jira.web.action that return OutlookDate
 OutlookDate JiraWebActionSupport.getOutlookDate()
           
 

Uses of OutlookDate in com.atlassian.jira.web.action.project
 

Methods in com.atlassian.jira.web.action.project that return OutlookDate
 OutlookDate AddVersion.getOutlookDate()
           
 OutlookDate EditVersionDetails.getOutlookDate()
           
 

Uses of OutlookDate in com.atlassian.jira.web.action.util
 

Methods in com.atlassian.jira.web.action.util with parameters of type OutlookDate
static String JiraLicenseUtils.getLicenseExpiryStatusMessage(I18nHelper i18n, OutlookDate outlookDate)
           
static String JiraLicenseUtils.getLicenseStatusMessage(I18nHelper i18n, OutlookDate outlookDate, String delimiter)
           
 

Uses of OutlookDate in com.atlassian.jira.web.util
 

Methods in com.atlassian.jira.web.util that return OutlookDate
 OutlookDate OutlookDateManager.getOutlookDate(Locale locale)
          Returns an outlook that has been constructed with this locale
 OutlookDate OutlookDateManagerImpl.getOutlookDate(Locale locale)
           
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.