|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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>> |
PortalPageService.getPortletConfigurations(JiraServiceContext context,
Long portalPageId)
Returns all portlet configurations for a particular dashboard in colums and rows. |
List<List<PortletConfiguration>> |
DefaultPortalPageService.getPortletConfigurations(JiraServiceContext serviceCtx,
Long portalPageId)
|
| Methods in com.atlassian.jira.bc.portal with parameters of type PortletConfiguration | |
|---|---|
void |
PortalPageService.saveLegacyPortletConfiguration(JiraServiceContext serviceCtx,
PortletConfiguration portletConfiguration)
Save a specific PortletConfiguration to a
database store. |
void |
DefaultPortalPageService.saveLegacyPortletConfiguration(JiraServiceContext serviceCtx,
PortletConfiguration portletConfiguration)
|
| Uses of PortletConfiguration in com.atlassian.jira.charts.portlet |
|---|
| Methods in com.atlassian.jira.charts.portlet with parameters of type PortletConfiguration | |
|---|---|
Map<String,Object> |
AbstractChartPortlet.generateCommonParameters(PortletConfiguration portletConfiguration)
|
protected int |
AbstractChartPortlet.getDaysPrevious(PortletConfiguration portletConfiguration)
|
String |
AbstractChartPortlet.getLoadingHtml(PortletConfiguration portletConfiguration)
|
String |
TimeSinceChartPortlet.getSearchRequestViewHtml(PortletConfiguration portletConfiguration,
SearchRequest searchRequest)
|
String |
SearchRequestAwareChartPortlet.getSearchRequestViewHtml(PortletConfiguration portletConfiguration,
SearchRequest searchRequest)
Renders the SearchRequest View HTML for a given portlet configuration and searchrequest. |
String |
RecentlyCreatedChartPortlet.getSearchRequestViewHtml(PortletConfiguration portletConfiguration,
SearchRequest searchRequest)
|
String |
PieChartPortlet.getSearchRequestViewHtml(PortletConfiguration portletConfiguration,
SearchRequest searchRequest)
|
String |
CreatedVsResolvedChartPortlet.getSearchRequestViewHtml(PortletConfiguration portletConfiguration,
SearchRequest searchRequest)
|
String |
AverageAgeChartPortlet.getSearchRequestViewHtml(PortletConfiguration portletConfiguration,
SearchRequest searchRequest)
|
String |
AbstractTimeChartPortlet.getSearchRequestViewHtml(PortletConfiguration portletConfiguration,
SearchRequest searchRequest)
|
String |
AbstractChartPortlet.getStaticHtml(PortletConfiguration portletConfiguration)
|
protected Map<String,Object> |
TimeSinceChartPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map<String,Object> |
RecentlyCreatedChartPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map<String,Object> |
PieChartPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map<String,Object> |
CreatedVsResolvedChartPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map<String,Object> |
AverageAgeChartPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map<String,Object> |
AbstractTimeChartPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
| Uses of PortletConfiguration in com.atlassian.jira.dev.reference.plugin.portlet |
|---|
| Methods in com.atlassian.jira.dev.reference.plugin.portlet with parameters of type PortletConfiguration | |
|---|---|
protected Map<String,Object> |
ReferencePortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
| 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 |
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.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.addLegacyPortlet(Long pageId,
Long portletConfigurationId,
Integer column,
Integer row,
URI gadgetXml,
com.atlassian.gadgets.dashboard.Color color,
Map<String,String> userPreferences,
String portletKey)
Creates and adds a new PortletConfiguration to given PortalPage. |
PortletConfiguration |
OfbizPortletConfigurationStore.addLegacyPortlet(Long portalPageId,
Long portletConfigurationId,
Integer column,
Integer row,
URI gadgetXml,
com.atlassian.gadgets.dashboard.Color color,
Map<String,String> userPreferences,
String portletKey)
|
PortletConfiguration |
CachingPortletConfigurationStore.addLegacyPortlet(Long pageId,
Long portletConfigurationId,
Integer column,
Integer row,
URI gadgetXml,
com.atlassian.gadgets.dashboard.Color color,
Map<String,String> userPreferences,
String portletKey)
|
PortletConfiguration |
PortletConfigurationManagerImpl.addLegacyPortlet(Long pageId,
String portletKey,
Integer column,
Integer row)
|
PortletConfiguration |
PortletConfigurationManager.addLegacyPortlet(Long portalPageId,
String portletKey,
Integer column,
Integer row)
Adds a new legacy portlet to a dashboard. |
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. |
PortletConfiguration |
OfbizPortletConfigurationStore.getByPortletId(Long portletId)
|
PortletConfiguration |
CachingPortletConfigurationStore.getByPortletId(Long portletId)
|
| Methods in com.atlassian.jira.portal that return types with arguments of type PortletConfiguration | |
|---|---|
EnclosedIterable<PortletConfiguration> |
PortletConfigurationStore.getAllPortletConfigurations()
Returns an iterable over all PortletConfigurations available in the database. |
EnclosedIterable<PortletConfiguration> |
OfbizPortletConfigurationStore.getAllPortletConfigurations()
|
EnclosedIterable<PortletConfiguration> |
CachingPortletConfigurationStore.getAllPortletConfigurations()
This is a non-caching call. |
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<PortletConfiguration> |
OfbizPortletConfigurationStore.getByPortalPage(Long portalPageId)
|
List<PortletConfiguration> |
CachingPortletConfigurationStore.getByPortalPage(Long portalPageId)
|
List<List<PortletConfiguration>> |
PortalPageManager.getPortletConfigurations(Long portalPageId)
Returns a sorted immutable list of lists of portletconfigurations for a particular portal page. |
List<List<PortletConfiguration>> |
DefaultPortalPageManager.getPortletConfigurations(Long portalPageId)
|
| Methods in com.atlassian.jira.portal with parameters of type PortletConfiguration | |
|---|---|
int |
PortletConfigurationImpl.compareTo(PortletConfiguration that)
|
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 |
OfbizPortletConfigurationStore.delete(PortletConfiguration pc)
|
void |
CachingPortletConfigurationStore.delete(PortletConfiguration pc)
|
String |
LazyLoadingPortlet.getLoadingHtml(PortletConfiguration portletConfiguration)
This method should return temporary HTML |
String |
LazyLoadingPortlet.getStaticHtml(PortletConfiguration portletConfiguration)
All JavaScript should be returned by this method. |
protected Map<String,Object> |
PortletImpl.getVelocityParams(PortletConfiguration portletConfiguration)
Allow for the addition of additional Velocity parameters to the context. |
String |
PortletImpl.getViewHtml(PortletConfiguration portletConfiguration)
|
String |
Portlet.getViewHtml(PortletConfiguration portletConfiguration)
|
protected Boolean |
PortletImpl.isEditablePortletConfig(PortletConfiguration portletConfiguration)
This is called to work out if a PortletConfiguration is on a page that is editable or not. |
void |
PortalPageManager.saveLegacyPortletConfiguration(PortletConfiguration portletConfiguration)
This can be called to save a PortletConfiguration object
inside a PortalPage object to the underlying database store. |
void |
DefaultPortalPageManager.saveLegacyPortletConfiguration(PortletConfiguration portletConfiguration)
|
void |
PortletConfigurationStore.store(PortletConfiguration pc)
Saves the given PortletConfiguration. |
void |
PortletConfigurationManagerImpl.store(PortletConfiguration pc)
|
void |
PortletConfigurationManager.store(PortletConfiguration pc)
Update the passed portlet configuration. |
void |
OfbizPortletConfigurationStore.store(PortletConfiguration pc)
|
void |
CachingPortletConfigurationStore.store(PortletConfiguration pc)
|
| Uses of PortletConfiguration in com.atlassian.jira.portal.portlets |
|---|
| Methods in com.atlassian.jira.portal.portlets with parameters of type PortletConfiguration | |
|---|---|
protected String |
SearchRequestPortlet.getDescription(PortletConfiguration portletConfiguration)
|
List |
MyWatchesPortlet.getIssues(User remoteUser,
PortletConfiguration portletConfiguration)
|
List |
MyVotesPortlet.getIssues(User remoteUser,
PortletConfiguration portletConfiguration)
|
protected abstract List |
AbstractVotesAndWatchesPortlet.getIssues(User remoteUser,
PortletConfiguration portletConfiguration)
|
protected IssueTableLayoutBean |
AbstractSearchResultsPortlet.getLayout(PortletConfiguration portletConfiguration)
Override to provide your own column layouts |
protected String |
SearchRequestPortlet.getLinkToSearch(SearchRequest searchRequest,
PortletConfiguration portletConfiguration)
|
protected String |
InProgressIssuesPortlet.getLinkToSearch(SearchRequest searchRequest,
PortletConfiguration portletConfiguration)
|
protected String |
AssignedToMePortlet.getLinkToSearch(SearchRequest searchRequest,
PortletConfiguration portletConfiguration)
|
protected abstract String |
AbstractSearchResultsPortlet.getLinkToSearch(SearchRequest searchRequest,
PortletConfiguration portletConfiguration)
|
String |
SavedFiltersPortlet.getLoadingHtml(PortletConfiguration portletConfiguration)
|
protected int |
AbstractSearchResultsPortlet.getMaxNumberOfIssues(PortletConfiguration portletConfiguration)
|
org.ofbiz.core.entity.GenericValue |
ProjectTablePortlet.getProjectCategoryGv(PortletConfiguration portletConfiguration)
Retrieves the single select project category as a generic value. |
protected SearchRequest |
SearchRequestPortlet.getSearchRequest(PortletConfiguration portletConfiguration)
|
protected SearchRequest |
InProgressIssuesPortlet.getSearchRequest(PortletConfiguration portletConfiguration)
|
protected SearchRequest |
AssignedToMePortlet.getSearchRequest(PortletConfiguration portletConfiguration)
|
protected abstract SearchRequest |
AbstractSearchResultsPortlet.getSearchRequest(PortletConfiguration portletConfiguration)
|
String |
SavedFiltersPortlet.getStaticHtml(PortletConfiguration portletConfiguration)
|
protected Map |
UserIssuesPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map |
TwoDimensionalStatsPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map |
TextPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map |
StatsPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map |
SearchRequestPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map |
SavedFiltersPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map |
RoadMapPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map<String,Object> |
ProjectsPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map |
ProjectTablePortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map |
ProjectStatsPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map<String,Object> |
ProjectPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map |
MyVotesPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map |
IntroductionPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map<String,Object> |
AdminPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map |
AbstractVotesAndWatchesPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
protected Map |
AbstractSearchResultsPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
|
String |
AbstractRequiresUserPortlet.getViewHtml(PortletConfiguration portletConfiguration)
|
protected boolean |
AbstractVotesAndWatchesPortlet.isShowResolved(PortletConfiguration portletConfiguration)
|
protected boolean |
AbstractVotesAndWatchesPortlet.isShowTotals(PortletConfiguration portletConfiguration)
|
| Uses of PortletConfiguration in com.atlassian.jira.web.action.portal |
|---|
| Methods in com.atlassian.jira.web.action.portal that return PortletConfiguration | |
|---|---|
PortletConfiguration |
RunPortlet.getPortletConfiguration()
|
protected PortletConfiguration |
AbstractSaveConfiguration.setupConfiguration(int operation)
|
| Uses of PortletConfiguration in com.atlassian.jira.web.portlet.bean |
|---|
| Methods in com.atlassian.jira.web.portlet.bean with parameters of type PortletConfiguration | |
|---|---|
String |
PortletRenderer.renderPortlet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
PortletConfiguration portletConfiguration,
boolean allowLazyLoading)
Renders the portlet refered to by the portlet configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||