Uses of Class
com.atlassian.jira.plugin.webfragment.model.JiraHelper

Packages that use JiraHelper
com.atlassian.jira.hints   
com.atlassian.jira.plugin.webfragment   
com.atlassian.jira.plugin.webfragment.conditions   
com.atlassian.jira.plugin.webfragment.contextproviders   
 

Uses of JiraHelper in com.atlassian.jira.hints
 

Methods in com.atlassian.jira.hints with parameters of type JiraHelper
 List<Hint> HintManager.getAllHints(com.atlassian.crowd.embedded.api.User user, JiraHelper helper)
          Get all hints visible in given user context.
 Hint HintManager.getHintForContext(com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper, HintManager.Context context)
          Given a valid HintManager.Context this method returns a random link for that context.
 Hint HintManager.getRandomHint(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
          Get random hint visible in given user context.
 

Uses of JiraHelper in com.atlassian.jira.plugin.webfragment
 

Methods in com.atlassian.jira.plugin.webfragment with parameters of type JiraHelper
 List JiraWebInterfaceManager.getDisplayableItems(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 List JiraWebInterfaceManager.getDisplayableSections(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 List<SimpleLink> SimpleLinkManager.getLinksForSection(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLink for the given section.
 List<SimpleLink> SimpleLinkManager.getLinksForSection(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper, boolean addIconCachingPrefix)
          Gets a list of SimpleLink for the given section.
 List<SimpleLink> SimpleLinkManager.getLinksForSectionIgnoreConditions(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLink for the given section, without filtering links using the conditions specified for the links.
 List<SimpleLinkSection> SimpleLinkManager.getNotEmptySectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLinkSection for the given location, that have either web-items or other web-sections within them.
 SimpleLinkSection SimpleLinkManager.getSectionForURL(String topLevelSection, String URL, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Recursively search through our sections within sections within sections within ...
 List<SimpleLinkSection> SimpleLinkManager.getSectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLinkSection for the given location.
protected  Map<String,Object> JiraWebInterfaceManager.makeContext(com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 boolean SimpleLinkManager.shouldLocationBeLazy(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          This determines whether a location should be loaded lazily if possible.
 

Uses of JiraHelper in com.atlassian.jira.plugin.webfragment.conditions
 

Methods in com.atlassian.jira.plugin.webfragment.conditions with parameters of type JiraHelper
abstract  boolean AbstractIssueWebCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper)
          Should we display this item for this issue?
 boolean AbstractIssueWebCondition.shouldDisplay(ApplicationUser user, JiraHelper jiraHelper)
           
abstract  boolean AbstractWebCondition.shouldDisplay(ApplicationUser user, JiraHelper jiraHelper)
           
abstract  boolean AbstractIssueCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
          Deprecated. Should we display this item for this issue?
abstract  boolean AbstractJiraCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
          Deprecated.  
 boolean AbstractIssueCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
          Deprecated.  
abstract  boolean AbstractJiraPermissionCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
          Deprecated.  
 

Uses of JiraHelper in com.atlassian.jira.plugin.webfragment.contextproviders
 

Methods in com.atlassian.jira.plugin.webfragment.contextproviders with parameters of type JiraHelper
abstract  Map AbstractJiraContextProvider.getContextMap(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.