com.atlassian.jira.plugin.profile
Interface ViewProfilePanelManager

All Known Implementing Classes:
DefaultViewProfilePanelManager

public interface ViewProfilePanelManager

Retrieves ViewProfilePanel modules and groups them by their defined tabs.

Since:
v3.12

Method Summary
 ViewProfilePanel getProfilePanel(String tabKey)
          Returns the ViewProfilePanel registered for a specified tabKey.
 Map getProfilePanelsByTabs()
          Returns all ViewProfilePanel's that have been registered.
 

Method Detail

getProfilePanelsByTabs

Map getProfilePanelsByTabs()
Returns all ViewProfilePanel's that have been registered. The key is the ViewProfilePanelModuleDescriptor.getTabKey() and the value is the panel.

Returns:
a Map containing all registered panels by their tab key.

getProfilePanel

ViewProfilePanel getProfilePanel(String tabKey)
Returns the ViewProfilePanel registered for a specified tabKey.

Parameters:
tabKey - the i18n key identifying the tab whose panel you want to attain.
Returns:
the ViewProfilePanel that is registered for the provided tabKey, null if no panel has been registered for the tabKey.


Copyright © 2002-2007 Atlassian. All Rights Reserved.