@AccessControlled @CTAware @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface PortletPreferencesService extends BaseService
PortletPreferencesServiceUtil| 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,
javax.portlet.PortletPreferences jxPortletPreferences) |
void |
restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
javax.portlet.PortletPreferences jxPortletPreferences) |
void |
restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
javax.portlet.PortletPreferences jxPortletPreferences) |
void |
updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
javax.portlet.PortletPreferences jxPortletPreferences) |
void deleteArchivedPreferences(long portletItemId)
throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
void restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
long portletItemId,
javax.portlet.PortletPreferences jxPortletPreferences)
throws PortalException
PortalExceptionvoid restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
javax.portlet.PortletPreferences jxPortletPreferences)
throws PortalException
PortalExceptionvoid restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
javax.portlet.PortletPreferences jxPortletPreferences)
throws PortalException
PortalExceptionvoid updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
javax.portlet.PortletPreferences jxPortletPreferences)
throws PortalException
PortalException