@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface PortletPreferencesService extends BaseService
PortletPreferencesServiceUtil
,
PortletPreferencesServiceBaseImpl
,
PortletPreferencesServiceImpl
Modifier and Type | Method and Description |
---|---|
void |
deleteArchivedPreferences(long portletItemId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void |
restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
long portletItemId,
PortletPreferences preferences) |
void |
restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
PortletPreferences preferences) |
void |
restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
PortletPreferences preferences) |
void |
updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences preferences) |
void deleteArchivedPreferences(long portletItemId) throws PortalException
PortalException
String getOSGiServiceIdentifier()
void restoreArchivedPreferences(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences preferences) throws PortalException
PortalException
void restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences preferences) throws PortalException
PortalException
void restoreArchivedPreferences(long groupId, String name, Layout layout, String portletId, PortletPreferences preferences) throws PortalException
PortalException
void updateArchivePreferences(long userId, long groupId, String name, String portletId, PortletPreferences preferences) throws PortalException
PortalException