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

Packages that use JiraHelper
com.atlassian.jira.admin.contextproviders   
com.atlassian.jira.dev.reference.plugin.contextproviders   
com.atlassian.jira.hints   
com.atlassian.jira.issue.util   
com.atlassian.jira.my_home   
com.atlassian.jira.plugin.headernav   
com.atlassian.jira.plugin.viewissue.conditions   
com.atlassian.jira.plugin.webfragment   
com.atlassian.jira.plugin.webfragment.conditions   
com.atlassian.jira.plugin.webfragment.contextproviders   
com.atlassian.jira.plugin.webfragment.model   
com.atlassian.jira.test.qunit   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.component   
com.atlassian.jira.web.component.webfragment   
 

Uses of JiraHelper in com.atlassian.jira.admin.contextproviders
 

Methods in com.atlassian.jira.admin.contextproviders that return JiraHelper
protected  JiraHelper AdminSummaryPanelContextProvider.getJiraHelper()
           
 

Uses of JiraHelper in com.atlassian.jira.dev.reference.plugin.contextproviders
 

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

Uses of JiraHelper in com.atlassian.jira.hints
 

Methods in com.atlassian.jira.hints with parameters of type JiraHelper
 List<Hint> DefaultHintManager.getAllHints(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 List<Hint> HintManager.getAllHints(com.atlassian.crowd.embedded.api.User user, JiraHelper helper)
          Get all hints visible in given user context.
 Hint DefaultHintManager.getHintForContext(com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper, HintManager.Context 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 DefaultHintManager.getRandomHint(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 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.issue.util
 

Constructors in com.atlassian.jira.issue.util with parameters of type JiraHelper
IssueOperationsBarUtil(JiraHelper helper, ApplicationUser user, SimpleLinkManager simpleLinkManager, ApplicationProperties applicationProperties, IssueManager issueManager, PermissionManager permissionManager, I18nHelper i18n)
           
 

Uses of JiraHelper in com.atlassian.jira.my_home
 

Methods in com.atlassian.jira.my_home with parameters of type JiraHelper
 Map MyJiraHomeSelectionProvider.getContextMap(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 

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

Methods in com.atlassian.jira.plugin.headernav with parameters of type JiraHelper
 Map<String,Object> CreateMenuContextProvider.getContextMap(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 

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

Methods in com.atlassian.jira.plugin.viewissue.conditions with parameters of type JiraHelper
 boolean ShowDescriptionCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 

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> DefaultSimpleLinkManager.getLinksForSection(String section, 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> DefaultSimpleLinkManager.getLinksForSection(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper, boolean addIconCachingPrefix)
           
 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> DefaultSimpleLinkManager.getLinksForSectionIgnoreConditions(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 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> DefaultSimpleLinkManager.getNotEmptySectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 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 DefaultSimpleLinkManager.getSectionForURL(String topLevelSection, String URL, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 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> DefaultSimpleLinkManager.getSectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 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 DefaultSimpleLinkManager.shouldLocationBeLazy(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          This determines whether a location should be loaded lazily if possible.
 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
 boolean IsIssueAssignedToCurrentUserCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper)
           
abstract  boolean AbstractIssueWebCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper)
          Should we display this item for this issue?
 boolean UserHasVisibleProjectsCondition.shouldDisplay(ApplicationUser user, JiraHelper jiraHelper)
           
 boolean JiraGlobalPermissionCondition.shouldDisplay(ApplicationUser user, JiraHelper jiraHelper)
           
 boolean UserIsAdminOrHasVisibleProjectsCondition.shouldDisplay(ApplicationUser user, JiraHelper jiraHelper)
           
 boolean HasProjectPermissionCondition.shouldDisplay(ApplicationUser user, JiraHelper jiraHelper)
           
 boolean HasIssuePermissionCondition.shouldDisplay(ApplicationUser user, JiraHelper jiraHelper)
           
abstract  boolean AbstractWebCondition.shouldDisplay(ApplicationUser user, JiraHelper jiraHelper)
           
 boolean AbstractIssueWebCondition.shouldDisplay(ApplicationUser user, JiraHelper jiraHelper)
           
 boolean HasVotedForIssueCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean CanManageAttachmentsCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean CanAttachFileToIssueCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean HasSubTasksAvailableCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean IsWatchingIssueCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean CanConvertToIssueCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean IsIssueUnresolvedCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean IsSubTaskCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean CanAttachScreenshotToIssueCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean IsIssueEditableCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean IsIssueReportedByCurrentUserCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean CanConvertToSubTaskCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, 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?
 boolean TimeTrackingEnabledCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean NotVersionContextCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean BrowseUsersPermissionCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean HasVersionsReleasedCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean HasSelectedProjectCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean ExternalUserManagementDisabledCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean CanCreateSharedObjectsCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean IsAdminModeCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean UserHasIssueHistoryCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean SmtpMailServerConfiguredCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean VotingEnabledCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean HasVersionsUnreleasedCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean UserIsSysAdminCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
          Returns true if the user is logged in and has system admin rights.
 boolean HasLinkTypesAvailableCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean LinkingEnabledCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean SubTasksEnabledCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean UserIsProjectAdminCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean UserIsAdminCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean IsFieldHiddenCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean UserIsTheLoggedInUserCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean IsKeyboardShortcutsEnabledCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean WatchingEnabledCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean UserLoggedInCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 boolean HasLastSearchRequestCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
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
 Map SessionIdContextProvider.getContextMap(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 Map HelpContextProvider.getContextMap(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 Map HeightContextProvider.getContextMap(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
abstract  Map AbstractJiraContextProvider.getContextMap(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 

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

Subclasses of JiraHelper in com.atlassian.jira.plugin.webfragment.model
 class ComponentHelper
          A ProjectComponent specific implementation of the Jira Helper
 class ProjectHelper
          A BrowseProjectContext specific implemention of the JiraHelper.
 class VersionHelper
          A BrowseVersionContext specific implemention of the JiraHelper.
 

Methods in com.atlassian.jira.plugin.webfragment.model with parameters of type JiraHelper
 String JiraWebLink.getAccessKey(com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 String JiraWebLabel.getDisplayableLabel(com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 String JiraWebLink.getDisplayableUrl(com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 String JiraWebParam.getRenderedParam(String paramKey, com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 String JiraWebLink.getRenderedUrl(com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
protected  Map JiraWebLink.makeContext(com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 

Uses of JiraHelper in com.atlassian.jira.test.qunit
 

Methods in com.atlassian.jira.test.qunit with parameters of type JiraHelper
 boolean QUnitTestResourceCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 

Uses of JiraHelper in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue with parameters of type JiraHelper
static Map<String,Object> IssueNavigator.makeContext(com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
static Map<String,Object> IssueNavigatorViewsHelper.makeContext(com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 

Uses of JiraHelper in com.atlassian.jira.web.component
 

Methods in com.atlassian.jira.web.component with parameters of type JiraHelper
 List<ModuleWebComponentFields.SectionsAndLinks> ModuleWebComponentFieldsImpl.getDropdownSections(String key, com.atlassian.crowd.embedded.api.User user, JiraHelper helper)
           
 List<ModuleWebComponentFields.SectionsAndLinks> ModuleWebComponentFields.getDropdownSections(String key, com.atlassian.crowd.embedded.api.User user, JiraHelper helper)
          Returns dropdown sections and links for the given module
 List<SimpleLink> ModuleWebComponentFieldsImpl.getHeaderItems(String key, com.atlassian.crowd.embedded.api.User user, JiraHelper helper)
           
 List<SimpleLink> ModuleWebComponentFields.getHeaderItems(String key, com.atlassian.crowd.embedded.api.User user, JiraHelper helper)
          Returns header links for the given module
 

Uses of JiraHelper in com.atlassian.jira.web.component.webfragment
 

Methods in com.atlassian.jira.web.component.webfragment with parameters of type JiraHelper
 String WebFragmentWebComponent.getHtml(String template, String location, JiraHelper jiraHelper)
           
 String WebFragmentWebComponent.getHtml(String template, String location, JiraHelper jiraHelper, ContextLayoutBean layoutBean)
           
 boolean WebFragmentWebComponent.hasDisplayableItems(String location, JiraHelper jiraHelper)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.