@AccessControlled @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)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
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
PortletPreferencesServiceUtil to access the portlet preferences remote service. Add custom service methods to com.liferay.portal.service.impl.PortletPreferencesServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.PortalExceptionString getOSGiServiceIdentifier()
void restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
long portletItemId,
PortletPreferences preferences)
throws PortalException
PortalExceptionvoid restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
PortletPreferences preferences)
throws PortalException
PortalExceptionvoid restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
PortletPreferences preferences)
throws PortalException
PortalExceptionvoid updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences preferences)
throws PortalException
PortalException