com.liferay.portal.service.impl
Class PortletPreferencesServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.PortletPreferencesServiceBaseImpl
com.liferay.portal.service.impl.PortletPreferencesServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, PortletPreferencesService
public class PortletPreferencesServiceImpl
- extends PortletPreferencesServiceBaseImpl
|
Method Summary |
protected void |
copyPreferences(PortletPreferences sourcePreferences,
PortletPreferences targetPreferences)
|
void |
deleteArchivedPreferences(long portletItemId)
|
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)
|
| Methods inherited from class com.liferay.portal.service.base.PortletPreferencesServiceBaseImpl |
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPortletItemLocalService, getPortletItemPersistence, getPortletLocalService, getPortletPersistence, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getPortletPreferencesService, getPortletService, runSQL, setCounterLocalService, setPortletItemLocalService, setPortletItemPersistence, setPortletLocalService, setPortletPersistence, setPortletPreferencesFinder, setPortletPreferencesLocalService, setPortletPreferencesPersistence, setPortletPreferencesService, setPortletService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletPreferencesServiceImpl
public PortletPreferencesServiceImpl()
deleteArchivedPreferences
public void deleteArchivedPreferences(long portletItemId)
throws PortalException
- Throws:
PortalException
restoreArchivedPreferences
public void restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
long portletItemId,
PortletPreferences preferences)
throws PortalException
- Throws:
PortalException
restoreArchivedPreferences
public void restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
PortletPreferences preferences)
throws PortalException
- Throws:
PortalException
restoreArchivedPreferences
public void restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
PortletPreferences preferences)
throws PortalException
- Throws:
PortalException
updateArchivePreferences
public void updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences preferences)
throws PortalException
- Throws:
PortalException
copyPreferences
protected void copyPreferences(PortletPreferences sourcePreferences,
PortletPreferences targetPreferences)