@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 jxPortletPreferences) |
void |
restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
PortletPreferences jxPortletPreferences) |
void |
restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
PortletPreferences jxPortletPreferences) |
void |
updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences jxPortletPreferences) |
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 jxPortletPreferences)
throws PortalException
PortalExceptionvoid restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
PortletPreferences jxPortletPreferences)
throws PortalException
PortalExceptionvoid restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
PortletPreferences jxPortletPreferences)
throws PortalException
PortalExceptionvoid updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences jxPortletPreferences)
throws PortalException
PortalException