com.liferay.portal.service.impl
Class PortalPreferencesLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.PortalPreferencesLocalServiceBaseImpl
com.liferay.portal.service.impl.PortalPreferencesLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, PersistedModelLocalService, PortalPreferencesLocalService
public class PortalPreferencesLocalServiceImpl
- extends PortalPreferencesLocalServiceBaseImpl
|
Method Summary |
PortalPreferences |
addPortalPreferences(long ownerId,
int ownerType,
String defaultPreferences)
|
PortalPreferences |
addPortalPreferences(long companyId,
long ownerId,
int ownerType,
String defaultPreferences)
Deprecated. As of 6.2.0, replaced by addPortalPreferences(long,
int, String) |
protected PortletPreferences |
doGetPreferences(long ownerId,
int ownerType,
String defaultPreferences)
|
PortletPreferences |
getPreferences(long ownerId,
int ownerType)
|
PortletPreferences |
getPreferences(long ownerId,
int ownerType,
String defaultPreferences)
|
PortletPreferences |
getPreferences(long companyId,
long ownerId,
int ownerType)
Deprecated. As of 6.2.0, replaced by getPreferences(long, int) |
PortletPreferences |
getPreferences(long companyId,
long ownerId,
int ownerType,
String defaultPreferences)
Deprecated. As of 6.2.0, replaced by getPreferences(long, int,
String) |
PortalPreferences |
updatePreferences(long ownerId,
int ownerType,
PortalPreferences portalPreferences)
|
PortalPreferences |
updatePreferences(long ownerId,
int ownerType,
String xml)
|
| Methods inherited from class com.liferay.portal.service.base.PortalPreferencesLocalServiceBaseImpl |
addPortalPreferences, afterPropertiesSet, createPortalPreferences, deletePersistedModel, deletePortalPreferences, deletePortalPreferences, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchPortalPreferences, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getPersistedModel, getPortalPreferences, getPortalPreferenceses, getPortalPreferencesesCount, getPortalPreferencesLocalService, getPortalPreferencesPersistence, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setPortalPreferencesLocalService, setPortalPreferencesPersistence, updatePortalPreferences |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalPreferencesLocalServiceImpl
public PortalPreferencesLocalServiceImpl()
addPortalPreferences
public PortalPreferences addPortalPreferences(long ownerId,
int ownerType,
String defaultPreferences)
addPortalPreferences
@Deprecated
public PortalPreferences addPortalPreferences(long companyId,
long ownerId,
int ownerType,
String defaultPreferences)
- Deprecated. As of 6.2.0, replaced by
addPortalPreferences(long,
int, String)
getPreferences
public PortletPreferences getPreferences(long ownerId,
int ownerType)
getPreferences
public PortletPreferences getPreferences(long ownerId,
int ownerType,
String defaultPreferences)
getPreferences
@Deprecated
public PortletPreferences getPreferences(long companyId,
long ownerId,
int ownerType)
- Deprecated. As of 6.2.0, replaced by
getPreferences(long, int)
getPreferences
@Deprecated
public PortletPreferences getPreferences(long companyId,
long ownerId,
int ownerType,
String defaultPreferences)
- Deprecated. As of 6.2.0, replaced by
getPreferences(long, int,
String)
updatePreferences
public PortalPreferences updatePreferences(long ownerId,
int ownerType,
PortalPreferences portalPreferences)
updatePreferences
public PortalPreferences updatePreferences(long ownerId,
int ownerType,
String xml)
doGetPreferences
protected PortletPreferences doGetPreferences(long ownerId,
int ownerType,
String defaultPreferences)