com.liferay.portal.service
Interface PortletPreferencesService
- All Known Implementing Classes:
- PortletPreferencesServiceWrapper
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface PortletPreferencesService
The interface for the portlet preferences remote service.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- Author:
- Brian Wing Shun Chan
- See Also:
PortletPreferencesServiceUtil,
PortletPreferencesServiceBaseImpl,
com.liferay.portal.service.impl.PortletPreferencesServiceImpl- Generated:
|
Method Summary |
void |
deleteArchivedPreferences(long portletItemId)
|
void |
restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
long portletItemId,
javax.portlet.PortletPreferences preferences)
|
void |
restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
PortletItem portletItem,
javax.portlet.PortletPreferences preferences)
|
void |
restoreArchivedPreferences(long groupId,
java.lang.String name,
Layout layout,
java.lang.String portletId,
javax.portlet.PortletPreferences preferences)
|
void |
updateArchivePreferences(long userId,
long groupId,
java.lang.String name,
java.lang.String portletId,
javax.portlet.PortletPreferences preferences)
|
deleteArchivedPreferences
void deleteArchivedPreferences(long portletItemId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
restoreArchivedPreferences
void restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
long portletItemId,
javax.portlet.PortletPreferences preferences)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
restoreArchivedPreferences
void restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
PortletItem portletItem,
javax.portlet.PortletPreferences preferences)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
restoreArchivedPreferences
void restoreArchivedPreferences(long groupId,
java.lang.String name,
Layout layout,
java.lang.String portletId,
javax.portlet.PortletPreferences preferences)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateArchivePreferences
void updateArchivePreferences(long userId,
long groupId,
java.lang.String name,
java.lang.String portletId,
javax.portlet.PortletPreferences preferences)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException