com.liferay.portal.service
Interface PortletPreferencesService
- All Known Implementing Classes:
- PortletPreferencesServiceBaseImpl, PortletPreferencesServiceImpl, PortletPreferencesServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface PortletPreferencesService
This interface defines the service. The default implementation is
PortletPreferencesServiceImpl.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
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.
- See Also:
PortletPreferencesServiceUtil- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
deleteArchivedPreferences
void deleteArchivedPreferences(long portletItemId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
restoreArchivedPreferences
void restoreArchivedPreferences(long groupId,
String name,
String portletId,
PortletPreferences preferences)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateArchivePreferences
void updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences preferences)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException