@AccessControlled @JSONWebService @ProviderType @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) |
void deleteArchivedPreferences(long portletItemId)
throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
void restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
PortletItem portletItem,
javax.portlet.PortletPreferences preferences)
throws PortalException
PortalExceptionvoid restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
long portletItemId,
javax.portlet.PortletPreferences preferences)
throws PortalException
PortalExceptionvoid restoreArchivedPreferences(long groupId,
java.lang.String name,
Layout layout,
java.lang.String portletId,
javax.portlet.PortletPreferences preferences)
throws PortalException
PortalExceptionvoid setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanvoid updateArchivePreferences(long userId,
long groupId,
java.lang.String name,
java.lang.String portletId,
javax.portlet.PortletPreferences preferences)
throws PortalException
PortalException