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 |
getSettings(SettingsLocator settingsLocator) |
ArchivedSettings getPortletInstanceArchivedSettings(long groupId, String portletId, String name) throws SettingsException
SettingsExceptionList<ArchivedSettings> getPortletInstanceArchivedSettingsList(long groupId, String portletId)
Settings getSettings(SettingsLocator settingsLocator) throws SettingsException
SettingsException