com.liferay.portal.service
Interface PortletPreferencesService
- All Superinterfaces:
- BaseService
- All Known Implementing Classes:
- PortletPreferencesServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface PortletPreferencesService- extends BaseService
Provides the remote service interface for PortletPreferences. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
PortletPreferencesServiceUtil,
PortletPreferencesServiceBaseImpl,
com.liferay.portal.service.impl.PortletPreferencesServiceImpl
|
Method Summary |
void |
deleteArchivedPreferences(long portletItemId)
|
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)
|
deleteArchivedPreferences
void deleteArchivedPreferences(long portletItemId)
throws PortalException
- Throws:
PortalException
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Returns:
- the OSGi service identifier
restoreArchivedPreferences
void restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
PortletPreferences preferences)
throws PortalException
- Throws:
PortalException
restoreArchivedPreferences
void restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
long portletItemId,
PortletPreferences preferences)
throws PortalException
- Throws:
PortalException
restoreArchivedPreferences
void restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
PortletPreferences preferences)
throws PortalException
- Throws:
PortalException
updateArchivePreferences
void updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences preferences)
throws PortalException
- Throws:
PortalException