com.liferay.portal.service.impl
Class PortletPreferencesServiceImpl
java.lang.Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.PortletPreferencesServiceBaseImpl
com.liferay.portal.service.impl.PortletPreferencesServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.PortletPreferencesService
public class PortletPreferencesServiceImpl
- extends PortletPreferencesServiceBaseImpl
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
|
Method Summary |
protected void |
copyPreferences(PortletPreferences sourcePreferences,
PortletPreferences targetPreferences)
|
void |
deleteArchivedPreferences(long portletItemId)
|
void |
restoreArchivedPreferences(long groupId,
com.liferay.portal.kernel.model.Layout layout,
String portletId,
long portletItemId,
PortletPreferences preferences)
|
void |
restoreArchivedPreferences(long groupId,
com.liferay.portal.kernel.model.Layout layout,
String portletId,
com.liferay.portal.kernel.model.PortletItem portletItem,
PortletPreferences preferences)
|
void |
restoreArchivedPreferences(long groupId,
String name,
com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.service.BaseServiceImpl |
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| 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 com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
restoreArchivedPreferences
public void restoreArchivedPreferences(long groupId,
com.liferay.portal.kernel.model.Layout layout,
String portletId,
long portletItemId,
PortletPreferences preferences)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
restoreArchivedPreferences
public void restoreArchivedPreferences(long groupId,
com.liferay.portal.kernel.model.Layout layout,
String portletId,
com.liferay.portal.kernel.model.PortletItem portletItem,
PortletPreferences preferences)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
restoreArchivedPreferences
public void restoreArchivedPreferences(long groupId,
String name,
com.liferay.portal.kernel.model.Layout layout,
String portletId,
PortletPreferences preferences)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
updateArchivePreferences
public void updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences preferences)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
copyPreferences
protected void copyPreferences(PortletPreferences sourcePreferences,
PortletPreferences targetPreferences)