Class PortletConfigurationImpl

java.lang.Object
com.atlassian.jira.portal.PortletConfigurationImpl
All Implemented Interfaces:
PortletConfiguration, Comparable<PortletConfiguration>

public class PortletConfigurationImpl extends Object implements PortletConfiguration
Represents the configuration for a portlet. This is the state that is saved to the database. This implmentation uses a passed in PropertySet to store the configurable properties. It is recommended that an in memory PropertySet is used as the store now persists this manually.
  • Constructor Details

    • PortletConfigurationImpl

      public PortletConfigurationImpl(Long id, Long dashboardPageId, Integer column, Integer row, io.atlassian.fugue.Option<URI> openSocialSpecUri, com.atlassian.gadgets.dashboard.Color color, Map<String,String> userPrefs, io.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey> completeModuleKey)
  • Method Details