Package | Description |
---|---|
com.atlassian.jira.bc.portal | |
com.atlassian.jira.portal |
Modifier and Type | Method and Description |
---|---|
List<List<PortletConfiguration>> |
DefaultPortalPageService.getPortletConfigurations(JiraServiceContext serviceCtx,
Long portalPageId) |
List<List<PortletConfiguration>> |
PortalPageService.getPortletConfigurations(JiraServiceContext context,
Long portalPageId)
Returns all portlet configurations for a particular dashboard in colums and rows.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPortalPageService.saveLegacyPortletConfiguration(JiraServiceContext serviceCtx,
PortletConfiguration portletConfiguration) |
void |
PortalPageService.saveLegacyPortletConfiguration(JiraServiceContext serviceCtx,
PortletConfiguration portletConfiguration)
Save a specific
PortletConfiguration to a
database store. |
Modifier and Type | Class and Description |
---|---|
class |
PortletConfigurationImpl
Represents the configuration for a portlet.
|
Modifier and Type | Method and Description |
---|---|
PortletConfiguration |
PortletConfigurationManagerImpl.addDashBoardItem(Long portalPageId,
Integer column,
Integer row,
com.atlassian.fugue.Option<URI> openSocialSpecUri,
com.atlassian.gadgets.dashboard.Color color,
Map<String,String> userPreferences,
com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey> moduleKey) |
PortletConfiguration |
PortletConfigurationManager.addDashBoardItem(Long portalPageId,
Integer column,
Integer row,
com.atlassian.fugue.Option<URI> openSocialSpecUri,
com.atlassian.gadgets.dashboard.Color color,
Map<String,String> userPreferences,
com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey> moduleKey)
Create a new
PortletConfiguration to the given PortalPage for the passed parameters. |
PortletConfiguration |
OfbizPortletConfigurationStore.addDashboardItem(Long pageId,
Long portletConfigurationId,
Integer column,
Integer row,
com.atlassian.fugue.Option<URI> openSocialSpecUri,
com.atlassian.gadgets.dashboard.Color color,
Map<String,String> userPreferences,
com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey> moduleKey) |
PortletConfiguration |
CachingPortletConfigurationStore.addDashboardItem(Long pageId,
Long portletConfigurationId,
Integer column,
Integer row,
com.atlassian.fugue.Option<URI> openSocialSpecUri,
com.atlassian.gadgets.dashboard.Color color,
Map<String,String> userPreferences,
com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey> moduleKey) |
PortletConfiguration |
PortletConfigurationStore.addDashboardItem(Long pageId,
Long portletConfigurationId,
Integer column,
Integer row,
com.atlassian.fugue.Option<URI> openSocialSpecUri,
com.atlassian.gadgets.dashboard.Color color,
Map<String,String> userPreferences,
com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey> moduleKey)
Creates and adds a new
PortletConfiguration to given PortalPage. |
PortletConfiguration |
PortletConfigurationManagerImpl.addGadget(Long portalPageId,
Integer column,
Integer row,
URI gadgetXml,
com.atlassian.gadgets.dashboard.Color color,
Map<String,String> userPreferences) |
PortletConfiguration |
PortletConfigurationManager.addGadget(Long portalPageId,
Integer column,
Integer row,
URI gadgetXml,
com.atlassian.gadgets.dashboard.Color color,
Map<String,String> userPreferences)
|
PortletConfiguration |
OfbizPortletConfigurationStore.addGadget(Long pageId,
Long portletConfigurationId,
Integer column,
Integer row,
URI gadgetXml,
com.atlassian.gadgets.dashboard.Color color,
Map<String,String> userPreferences) |
PortletConfiguration |
CachingPortletConfigurationStore.addGadget(Long pageId,
Long portletConfigurationId,
Integer column,
Integer row,
URI gadgetXml,
com.atlassian.gadgets.dashboard.Color color,
Map<String,String> userPreferences) |
PortletConfiguration |
PortletConfigurationStore.addGadget(Long pageId,
Long portletConfigurationId,
Integer column,
Integer row,
URI gadgetXml,
com.atlassian.gadgets.dashboard.Color color,
Map<String,String> userPreferences)
Deprecated.
|
PortletConfiguration |
OfbizPortletConfigurationStore.getByPortletId(Long portletId) |
PortletConfiguration |
CachingPortletConfigurationStore.getByPortletId(Long portletId) |
PortletConfiguration |
PortletConfigurationStore.getByPortletId(Long portletId)
Gall a
PortletConfiguration by its id. |
PortletConfiguration |
PortletConfigurationManagerImpl.getByPortletId(Long portletId) |
PortletConfiguration |
PortletConfigurationManager.getByPortletId(Long portletId)
Get the passed portlet configuration.
|
Modifier and Type | Method and Description |
---|---|
EnclosedIterable<PortletConfiguration> |
OfbizPortletConfigurationStore.getAllPortletConfigurations() |
EnclosedIterable<PortletConfiguration> |
CachingPortletConfigurationStore.getAllPortletConfigurations()
This is a non-caching call.
|
EnclosedIterable<PortletConfiguration> |
PortletConfigurationStore.getAllPortletConfigurations()
Returns an iterable over all PortletConfigurations available in the database.
|
List<PortletConfiguration> |
OfbizPortletConfigurationStore.getByPortalPage(Long portalPageId) |
List<PortletConfiguration> |
CachingPortletConfigurationStore.getByPortalPage(Long portalPageId) |
List<PortletConfiguration> |
PortletConfigurationStore.getByPortalPage(Long portalPageId)
Get all
PortletConfiguration objects for a given PortalPage id. |
List<PortletConfiguration> |
PortletConfigurationManagerImpl.getByPortalPage(Long portalPageId) |
List<PortletConfiguration> |
PortletConfigurationManager.getByPortalPage(Long portalPageId)
Get all the
PortletConfiguration associated with the passed Portal Page. |
List<List<PortletConfiguration>> |
DefaultPortalPageManager.getPortletConfigurations(Long portalPageId) |
List<List<PortletConfiguration>> |
PortalPageManager.getPortletConfigurations(Long portalPageId)
Returns a sorted immutable list of lists of portletconfigurations for a particular portal page.
|
Modifier and Type | Method and Description |
---|---|
int |
PortletConfigurationImpl.compareTo(PortletConfiguration that) |
void |
OfbizPortletConfigurationStore.delete(PortletConfiguration pc) |
void |
CachingPortletConfigurationStore.delete(PortletConfiguration pc) |
void |
PortletConfigurationStore.delete(PortletConfiguration pc)
Deletes the given
PortletConfiguration . |
void |
PortletConfigurationManagerImpl.delete(PortletConfiguration pc) |
void |
PortletConfigurationManager.delete(PortletConfiguration pc)
Remove the passed portlet configuration.
|
void |
DefaultPortalPageManager.saveLegacyPortletConfiguration(PortletConfiguration portletConfiguration) |
void |
PortalPageManager.saveLegacyPortletConfiguration(PortletConfiguration portletConfiguration)
This can be called to save a
PortletConfiguration object
inside a PortalPage object to the underlying database store. |
void |
OfbizPortletConfigurationStore.store(PortletConfiguration pc) |
void |
CachingPortletConfigurationStore.store(PortletConfiguration pc) |
void |
PortletConfigurationStore.store(PortletConfiguration pc)
Saves the given
PortletConfiguration . |
void |
PortletConfigurationManagerImpl.store(PortletConfiguration pc) |
void |
PortletConfigurationManager.store(PortletConfiguration pc)
Update the passed portlet configuration.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.