|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletConfiguration | |
---|---|
com.atlassian.jira.bc.portal | |
com.atlassian.jira.portal |
Uses of PortletConfiguration in com.atlassian.jira.bc.portal |
---|
Methods in com.atlassian.jira.bc.portal that return types with arguments of type PortletConfiguration | |
---|---|
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. |
Methods in com.atlassian.jira.bc.portal with parameters of type PortletConfiguration | |
---|---|
void |
DefaultPortalPageService.saveLegacyPortletConfiguration(JiraServiceContext serviceCtx,
PortletConfiguration portletConfiguration)
|
void |
PortalPageService.saveLegacyPortletConfiguration(JiraServiceContext serviceCtx,
PortletConfiguration portletConfiguration)
Save a specific PortletConfiguration to a
database store. |
Uses of PortletConfiguration in com.atlassian.jira.portal |
---|
Classes in com.atlassian.jira.portal that implement PortletConfiguration | |
---|---|
class |
PortletConfigurationImpl
Represents the configuration for a portlet. |
Methods in com.atlassian.jira.portal that return PortletConfiguration | |
---|---|
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)
Create a new portlet configuration for the passed parameters. |
PortletConfiguration |
OfbizPortletConfigurationStore.addGadget(Long portalPageId,
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)
Creates and adds a new PortletConfiguration to given PortalPage. |
PortletConfiguration |
OfbizPortletConfigurationStore.getByPortletId(Long portletId)
|
PortletConfiguration |
PortletConfigurationManagerImpl.getByPortletId(Long portletId)
|
PortletConfiguration |
CachingPortletConfigurationStore.getByPortletId(Long portletId)
|
PortletConfiguration |
PortletConfigurationStore.getByPortletId(Long portletId)
Gall a PortletConfiguration by its id. |
PortletConfiguration |
PortletConfigurationManager.getByPortletId(Long portletId)
Get the passed portlet configuration. |
Methods in com.atlassian.jira.portal that return types with arguments of type PortletConfiguration | |
---|---|
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> |
PortletConfigurationManagerImpl.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> |
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. |
Methods in com.atlassian.jira.portal with parameters of type PortletConfiguration | |
---|---|
int |
PortletConfigurationImpl.compareTo(PortletConfiguration that)
|
void |
OfbizPortletConfigurationStore.delete(PortletConfiguration pc)
|
void |
PortletConfigurationManagerImpl.delete(PortletConfiguration pc)
|
void |
CachingPortletConfigurationStore.delete(PortletConfiguration pc)
|
void |
PortletConfigurationStore.delete(PortletConfiguration pc)
Deletes the given PortletConfiguration . |
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 |
PortletConfigurationManagerImpl.store(PortletConfiguration pc)
|
void |
CachingPortletConfigurationStore.store(PortletConfiguration pc)
|
void |
PortletConfigurationStore.store(PortletConfiguration pc)
Saves the given PortletConfiguration . |
void |
PortletConfigurationManager.store(PortletConfiguration pc)
Update the passed portlet configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |