@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface PortletPreferencesService extends BaseService
PortletPreferencesServiceUtil,
PortletPreferencesServiceBaseImpl,
com.liferay.portal.service.impl.PortletPreferencesServiceImpl| Modifier and Type | Method and Description |
|---|---|
void |
deleteArchivedPreferences(long portletItemId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
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 |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
updateArchivePreferences(long userId,
long groupId,
java.lang.String name,
java.lang.String portletId,
javax.portlet.PortletPreferences preferences) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanvoid deleteArchivedPreferences(long portletItemId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
long portletItemId,
javax.portlet.PortletPreferences preferences)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
PortletItem portletItem,
javax.portlet.PortletPreferences preferences)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid restoreArchivedPreferences(long groupId,
java.lang.String name,
Layout layout,
java.lang.String portletId,
javax.portlet.PortletPreferences preferences)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid updateArchivePreferences(long userId,
long groupId,
java.lang.String name,
java.lang.String portletId,
javax.portlet.PortletPreferences preferences)
throws PortalException,
SystemException
PortalExceptionSystemException