public class PortalPreferencesLocalServiceImpl extends PortalPreferencesLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, portalPreferencesLocalService, portalPreferencesPersistence| Constructor and Description |
|---|
PortalPreferencesLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.model.PortalPreferences |
addPortalPreferences(long ownerId,
int ownerType,
String defaultPreferences) |
com.liferay.portal.kernel.model.PortalPreferences |
deletePortalPreferences(long portalPreferencesId)
Deletes the portal preferences with the primary key from the database.
|
com.liferay.portal.kernel.model.PortalPreferences |
deletePortalPreferences(com.liferay.portal.kernel.model.PortalPreferences portalPreferences)
Deletes the portal preferences from the database.
|
com.liferay.portal.kernel.model.PortalPreferences |
fetchPortalPreferences(long ownerId,
int ownerType) |
javax.portlet.PortletPreferences |
getPreferences(long ownerId,
int ownerType) |
javax.portlet.PortletPreferences |
getPreferences(long ownerId,
int ownerType,
String defaultPreferences) |
com.liferay.portal.kernel.model.PortalPreferences |
updatePreferences(long ownerId,
int ownerType,
com.liferay.portal.kernel.portlet.PortalPreferences portalPreferences) |
com.liferay.portal.kernel.model.PortalPreferences |
updatePreferences(long ownerId,
int ownerType,
String xml) |
addPortalPreferences, afterPropertiesSet, createPersistedModel, createPortalPreferences, deletePersistedModel, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchPortalPreferences, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getPortalPreferences, getPortalPreferenceses, getPortalPreferencesesCount, getPortalPreferencesLocalService, getPortalPreferencesPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setPortalPreferencesLocalService, setPortalPreferencesPersistence, updatePortalPreferencespublic com.liferay.portal.kernel.model.PortalPreferences addPortalPreferences(long ownerId,
int ownerType,
String defaultPreferences)
@Indexable(type=DELETE)
public com.liferay.portal.kernel.model.PortalPreferences deletePortalPreferences(long portalPreferencesId)
throws com.liferay.portal.kernel.exception.PortalException
PortalPreferencesLocalServiceBaseImplImportant: Inspect PortalPreferencesLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deletePortalPreferences in interface com.liferay.portal.kernel.service.PortalPreferencesLocalServicedeletePortalPreferences in class PortalPreferencesLocalServiceBaseImplportalPreferencesId - the primary key of the portal preferencescom.liferay.portal.kernel.exception.PortalException - if a portal preferences with the primary key could not be found@Indexable(type=DELETE) public com.liferay.portal.kernel.model.PortalPreferences deletePortalPreferences(com.liferay.portal.kernel.model.PortalPreferences portalPreferences)
PortalPreferencesLocalServiceBaseImplImportant: Inspect PortalPreferencesLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deletePortalPreferences in interface com.liferay.portal.kernel.service.PortalPreferencesLocalServicedeletePortalPreferences in class PortalPreferencesLocalServiceBaseImplportalPreferences - the portal preferencespublic com.liferay.portal.kernel.model.PortalPreferences fetchPortalPreferences(long ownerId,
int ownerType)
public javax.portlet.PortletPreferences getPreferences(long ownerId,
int ownerType)
public javax.portlet.PortletPreferences getPreferences(long ownerId,
int ownerType,
String defaultPreferences)
public com.liferay.portal.kernel.model.PortalPreferences updatePreferences(long ownerId,
int ownerType,
com.liferay.portal.kernel.portlet.PortalPreferences portalPreferences)
public com.liferay.portal.kernel.model.PortalPreferences updatePreferences(long ownerId,
int ownerType,
String xml)