public interface SettingsFactory
Modifier and Type | Method and Description |
---|---|
ArchivedSettings |
getPortletInstanceArchivedSettings(long groupId,
String portletId,
String name) |
List<ArchivedSettings> |
getPortletInstanceArchivedSettingsList(long groupId,
String portletId) |
Settings |
getServerSettings(String settingsId)
Deprecated.
As of Judson (7.1.x), replaced by
SettingsLocatorHelper.getServerSettings(String) |
Settings |
getSettings(SettingsLocator settingsLocator) |
SettingsDescriptor |
getSettingsDescriptor(String settingsId) |
void |
registerSettingsMetadata(Class<?> settingsClass,
Object configurationBean,
FallbackKeys fallbackKeys) |
ArchivedSettings getPortletInstanceArchivedSettings(long groupId, String portletId, String name) throws SettingsException
SettingsException
List<ArchivedSettings> getPortletInstanceArchivedSettingsList(long groupId, String portletId)
@Deprecated Settings getServerSettings(String settingsId)
SettingsLocatorHelper.getServerSettings(String)
Settings getSettings(SettingsLocator settingsLocator) throws SettingsException
SettingsException
SettingsDescriptor getSettingsDescriptor(String settingsId)
void registerSettingsMetadata(Class<?> settingsClass, Object configurationBean, FallbackKeys fallbackKeys)