Uses of Interface
com.liferay.portal.kernel.model.PortalPreferences
Packages that use PortalPreferences
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of PortalPreferences in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement PortalPreferencesFields in com.liferay.portal.kernel.model with type parameters of type PortalPreferencesModifier and TypeFieldDescriptionstatic final Accessor<PortalPreferences,
Long> PortalPreferences.PORTAL_PREFERENCES_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return PortalPreferencesModifier and TypeMethodDescriptionPortalPreferencesModel.cloneWithOriginalValues()
PortalPreferencesWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type PortalPreferencesModifier and TypeMethodDescriptionprotected PortalPreferencesWrapper
PortalPreferencesWrapper.wrap
(PortalPreferences portalPreferences) Constructors in com.liferay.portal.kernel.model with parameters of type PortalPreferences -
Uses of PortalPreferences in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return PortalPreferencesModifier and TypeMethodDescriptionPortalPreferencesLocalService.addPortalPreferences
(long ownerId, int ownerType, String defaultPreferences) PortalPreferencesLocalService.addPortalPreferences
(PortalPreferences portalPreferences) Adds the portal preferences to the database.static PortalPreferences
PortalPreferencesLocalServiceUtil.addPortalPreferences
(long ownerId, int ownerType, String defaultPreferences) static PortalPreferences
PortalPreferencesLocalServiceUtil.addPortalPreferences
(PortalPreferences portalPreferences) Adds the portal preferences to the database.PortalPreferencesLocalServiceWrapper.addPortalPreferences
(long ownerId, int ownerType, String defaultPreferences) PortalPreferencesLocalServiceWrapper.addPortalPreferences
(PortalPreferences portalPreferences) Adds the portal preferences to the database.PortalPreferencesLocalService.createPortalPreferences
(long portalPreferencesId) Creates a new portal preferences with the primary key.static PortalPreferences
PortalPreferencesLocalServiceUtil.createPortalPreferences
(long portalPreferencesId) Creates a new portal preferences with the primary key.PortalPreferencesLocalServiceWrapper.createPortalPreferences
(long portalPreferencesId) Creates a new portal preferences with the primary key.PortalPreferencesLocalService.deletePortalPreferences
(long portalPreferencesId) Deletes the portal preferences with the primary key from the database.PortalPreferencesLocalService.deletePortalPreferences
(PortalPreferences portalPreferences) Deletes the portal preferences from the database.static PortalPreferences
PortalPreferencesLocalServiceUtil.deletePortalPreferences
(long portalPreferencesId) Deletes the portal preferences with the primary key from the database.static PortalPreferences
PortalPreferencesLocalServiceUtil.deletePortalPreferences
(PortalPreferences portalPreferences) Deletes the portal preferences from the database.PortalPreferencesLocalServiceWrapper.deletePortalPreferences
(long portalPreferencesId) Deletes the portal preferences with the primary key from the database.PortalPreferencesLocalServiceWrapper.deletePortalPreferences
(PortalPreferences portalPreferences) Deletes the portal preferences from the database.PortalPreferencesLocalService.fetchPortalPreferences
(long portalPreferencesId) PortalPreferencesLocalService.fetchPortalPreferences
(long ownerId, int ownerType) static PortalPreferences
PortalPreferencesLocalServiceUtil.fetchPortalPreferences
(long portalPreferencesId) static PortalPreferences
PortalPreferencesLocalServiceUtil.fetchPortalPreferences
(long ownerId, int ownerType) PortalPreferencesLocalServiceWrapper.fetchPortalPreferences
(long portalPreferencesId) PortalPreferencesLocalServiceWrapper.fetchPortalPreferences
(long ownerId, int ownerType) PortalPreferencesLocalService.getPortalPreferences
(long portalPreferencesId) Returns the portal preferences with the primary key.static PortalPreferences
PortalPreferencesLocalServiceUtil.getPortalPreferences
(long portalPreferencesId) Returns the portal preferences with the primary key.PortalPreferencesLocalServiceWrapper.getPortalPreferences
(long portalPreferencesId) Returns the portal preferences with the primary key.PortalPreferencesLocalService.updatePortalPreferences
(PortalPreferences portalPreferences) Updates the portal preferences in the database or adds it if it does not yet exist.static PortalPreferences
PortalPreferencesLocalServiceUtil.updatePortalPreferences
(PortalPreferences portalPreferences) Updates the portal preferences in the database or adds it if it does not yet exist.PortalPreferencesLocalServiceWrapper.updatePortalPreferences
(PortalPreferences portalPreferences) Updates the portal preferences in the database or adds it if it does not yet exist.PortalPreferencesLocalService.updatePreferences
(long ownerId, int ownerType, PortalPreferences portalPreferences) PortalPreferencesLocalService.updatePreferences
(long ownerId, int ownerType, String xml) static PortalPreferences
PortalPreferencesLocalServiceUtil.updatePreferences
(long ownerId, int ownerType, PortalPreferences portalPreferences) static PortalPreferences
PortalPreferencesLocalServiceUtil.updatePreferences
(long ownerId, int ownerType, String xml) PortalPreferencesLocalServiceWrapper.updatePreferences
(long ownerId, int ownerType, PortalPreferences portalPreferences) PortalPreferencesLocalServiceWrapper.updatePreferences
(long ownerId, int ownerType, String xml) Methods in com.liferay.portal.kernel.service that return types with arguments of type PortalPreferencesModifier and TypeMethodDescriptionPortalPreferencesLocalService.getPortalPreferenceses
(int start, int end) Returns a range of all the portal preferenceses.static List<PortalPreferences>
PortalPreferencesLocalServiceUtil.getPortalPreferenceses
(int start, int end) Returns a range of all the portal preferenceses.PortalPreferencesLocalServiceWrapper.getPortalPreferenceses
(int start, int end) Returns a range of all the portal preferenceses.Methods in com.liferay.portal.kernel.service with parameters of type PortalPreferencesModifier and TypeMethodDescriptionPortalPreferencesLocalService.addPortalPreferences
(PortalPreferences portalPreferences) Adds the portal preferences to the database.static PortalPreferences
PortalPreferencesLocalServiceUtil.addPortalPreferences
(PortalPreferences portalPreferences) Adds the portal preferences to the database.PortalPreferencesLocalServiceWrapper.addPortalPreferences
(PortalPreferences portalPreferences) Adds the portal preferences to the database.PortalPreferencesLocalService.deletePortalPreferences
(PortalPreferences portalPreferences) Deletes the portal preferences from the database.static PortalPreferences
PortalPreferencesLocalServiceUtil.deletePortalPreferences
(PortalPreferences portalPreferences) Deletes the portal preferences from the database.PortalPreferencesLocalServiceWrapper.deletePortalPreferences
(PortalPreferences portalPreferences) Deletes the portal preferences from the database.PortalPreferenceValueLocalService.getPortalPreferences
(PortalPreferences portalPreferences, boolean signedIn) static PortalPreferences
PortalPreferenceValueLocalServiceUtil.getPortalPreferences
(PortalPreferences portalPreferences, boolean signedIn) PortalPreferenceValueLocalServiceWrapper.getPortalPreferences
(PortalPreferences portalPreferences, boolean signedIn) PortalPreferencesLocalService.updatePortalPreferences
(PortalPreferences portalPreferences) Updates the portal preferences in the database or adds it if it does not yet exist.static PortalPreferences
PortalPreferencesLocalServiceUtil.updatePortalPreferences
(PortalPreferences portalPreferences) Updates the portal preferences in the database or adds it if it does not yet exist.PortalPreferencesLocalServiceWrapper.updatePortalPreferences
(PortalPreferences portalPreferences) Updates the portal preferences in the database or adds it if it does not yet exist. -
Uses of PortalPreferences in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return PortalPreferencesModifier and TypeMethodDescriptionPortalPreferencesPersistence.create
(long portalPreferencesId) Creates a new portal preferences with the primary key.static PortalPreferences
PortalPreferencesUtil.create
(long portalPreferencesId) Creates a new portal preferences with the primary key.PortalPreferencesPersistence.fetchByO_O
(long ownerId, int ownerType) Returns the portal preferences where ownerId = ? and ownerType = ? or returnsnull
if it could not be found.PortalPreferencesPersistence.fetchByO_O
(long ownerId, int ownerType, boolean useFinderCache) Returns the portal preferences where ownerId = ? and ownerType = ? or returnsnull
if it could not be found, optionally using the finder cache.static PortalPreferences
PortalPreferencesUtil.fetchByO_O
(long ownerId, int ownerType) Returns the portal preferences where ownerId = ? and ownerType = ? or returnsnull
if it could not be found.static PortalPreferences
PortalPreferencesUtil.fetchByO_O
(long ownerId, int ownerType, boolean useFinderCache) Returns the portal preferences where ownerId = ? and ownerType = ? or returnsnull
if it could not be found, optionally using the finder cache.PortalPreferencesPersistence.fetchByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.fetchByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.fetchByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.fetchByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.fetchByPrimaryKey
(long portalPreferencesId) Returns the portal preferences with the primary key or returnsnull
if it could not be found.static PortalPreferences
PortalPreferencesUtil.fetchByPrimaryKey
(long portalPreferencesId) Returns the portal preferences with the primary key or returnsnull
if it could not be found.PortalPreferencesPersistence.findByO_O
(long ownerId, int ownerType) Returns the portal preferences where ownerId = ? and ownerType = ? or throws aNoSuchPreferencesException
if it could not be found.static PortalPreferences
PortalPreferencesUtil.findByO_O
(long ownerId, int ownerType) Returns the portal preferences where ownerId = ? and ownerType = ? or throws aNoSuchPreferencesException
if it could not be found.PortalPreferencesPersistence.findByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.findByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.findByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.findByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.findByOwnerType_PrevAndNext
(long portalPreferencesId, int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the portal preferenceses before and after the current portal preferences in the ordered set where ownerType = ?.static PortalPreferences[]
PortalPreferencesUtil.findByOwnerType_PrevAndNext
(long portalPreferencesId, int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the portal preferenceses before and after the current portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.findByPrimaryKey
(long portalPreferencesId) Returns the portal preferences with the primary key or throws aNoSuchPreferencesException
if it could not be found.static PortalPreferences
PortalPreferencesUtil.findByPrimaryKey
(long portalPreferencesId) Returns the portal preferences with the primary key or throws aNoSuchPreferencesException
if it could not be found.PortalPreferencesPersistence.remove
(long portalPreferencesId) Removes the portal preferences with the primary key from the database.static PortalPreferences
PortalPreferencesUtil.remove
(long portalPreferencesId) Removes the portal preferences with the primary key from the database.PortalPreferencesPersistence.removeByO_O
(long ownerId, int ownerType) Removes the portal preferences where ownerId = ? and ownerType = ? from the database.static PortalPreferences
PortalPreferencesUtil.removeByO_O
(long ownerId, int ownerType) Removes the portal preferences where ownerId = ? and ownerType = ? from the database.static PortalPreferences
PortalPreferencesUtil.update
(PortalPreferences portalPreferences) static PortalPreferences
PortalPreferencesUtil.update
(PortalPreferences portalPreferences, ServiceContext serviceContext) PortalPreferencesPersistence.updateImpl
(PortalPreferences portalPreferences) static PortalPreferences
PortalPreferencesUtil.updateImpl
(PortalPreferences portalPreferences) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type PortalPreferencesModifier and TypeMethodDescriptionstatic Map<Serializable,
PortalPreferences> PortalPreferencesUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) PortalPreferencesPersistence.findAll()
Returns all the portal preferenceses.PortalPreferencesPersistence.findAll
(int start, int end) Returns a range of all the portal preferenceses.PortalPreferencesPersistence.findAll
(int start, int end, OrderByComparator<PortalPreferences> orderByComparator) Returns an ordered range of all the portal preferenceses.PortalPreferencesPersistence.findAll
(int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preferenceses.static List<PortalPreferences>
PortalPreferencesUtil.findAll()
Returns all the portal preferenceses.static List<PortalPreferences>
PortalPreferencesUtil.findAll
(int start, int end) Returns a range of all the portal preferenceses.static List<PortalPreferences>
PortalPreferencesUtil.findAll
(int start, int end, OrderByComparator<PortalPreferences> orderByComparator) Returns an ordered range of all the portal preferenceses.static List<PortalPreferences>
PortalPreferencesUtil.findAll
(int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preferenceses.PortalPreferencesPersistence.findByOwnerType
(int ownerType) Returns all the portal preferenceses where ownerType = ?.PortalPreferencesPersistence.findByOwnerType
(int ownerType, int start, int end) Returns a range of all the portal preferenceses where ownerType = ?.PortalPreferencesPersistence.findByOwnerType
(int ownerType, int start, int end, OrderByComparator<PortalPreferences> orderByComparator) Returns an ordered range of all the portal preferenceses where ownerType = ?.PortalPreferencesPersistence.findByOwnerType
(int ownerType, int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preferenceses where ownerType = ?.static List<PortalPreferences>
PortalPreferencesUtil.findByOwnerType
(int ownerType) Returns all the portal preferenceses where ownerType = ?.static List<PortalPreferences>
PortalPreferencesUtil.findByOwnerType
(int ownerType, int start, int end) Returns a range of all the portal preferenceses where ownerType = ?.static List<PortalPreferences>
PortalPreferencesUtil.findByOwnerType
(int ownerType, int start, int end, OrderByComparator<PortalPreferences> orderByComparator) Returns an ordered range of all the portal preferenceses where ownerType = ?.static List<PortalPreferences>
PortalPreferencesUtil.findByOwnerType
(int ownerType, int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preferenceses where ownerType = ?.static List<PortalPreferences>
PortalPreferencesUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<PortalPreferences>
PortalPreferencesUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<PortalPreferences>
PortalPreferencesUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortalPreferences> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type PortalPreferencesModifier and TypeMethodDescriptionvoid
PortalPreferencesPersistence.cacheResult
(PortalPreferences portalPreferences) Caches the portal preferences in the entity cache if it is enabled.static void
PortalPreferencesUtil.cacheResult
(PortalPreferences portalPreferences) Caches the portal preferences in the entity cache if it is enabled.static void
PortalPreferencesUtil.clearCache
(PortalPreferences portalPreferences) static PortalPreferences
PortalPreferencesUtil.update
(PortalPreferences portalPreferences) static PortalPreferences
PortalPreferencesUtil.update
(PortalPreferences portalPreferences, ServiceContext serviceContext) PortalPreferencesPersistence.updateImpl
(PortalPreferences portalPreferences) static PortalPreferences
PortalPreferencesUtil.updateImpl
(PortalPreferences portalPreferences) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type PortalPreferencesModifier and TypeMethodDescriptionvoid
PortalPreferencesPersistence.cacheResult
(List<PortalPreferences> portalPreferenceses) Caches the portal preferenceses in the entity cache if it is enabled.static void
PortalPreferencesUtil.cacheResult
(List<PortalPreferences> portalPreferenceses) Caches the portal preferenceses in the entity cache if it is enabled.PortalPreferencesPersistence.fetchByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.fetchByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.fetchByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.fetchByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.findAll
(int start, int end, OrderByComparator<PortalPreferences> orderByComparator) Returns an ordered range of all the portal preferenceses.PortalPreferencesPersistence.findAll
(int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preferenceses.static List<PortalPreferences>
PortalPreferencesUtil.findAll
(int start, int end, OrderByComparator<PortalPreferences> orderByComparator) Returns an ordered range of all the portal preferenceses.static List<PortalPreferences>
PortalPreferencesUtil.findAll
(int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preferenceses.PortalPreferencesPersistence.findByOwnerType
(int ownerType, int start, int end, OrderByComparator<PortalPreferences> orderByComparator) Returns an ordered range of all the portal preferenceses where ownerType = ?.PortalPreferencesPersistence.findByOwnerType
(int ownerType, int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preferenceses where ownerType = ?.static List<PortalPreferences>
PortalPreferencesUtil.findByOwnerType
(int ownerType, int start, int end, OrderByComparator<PortalPreferences> orderByComparator) Returns an ordered range of all the portal preferenceses where ownerType = ?.static List<PortalPreferences>
PortalPreferencesUtil.findByOwnerType
(int ownerType, int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preferenceses where ownerType = ?.PortalPreferencesPersistence.findByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.findByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.findByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.findByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.findByOwnerType_PrevAndNext
(long portalPreferencesId, int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the portal preferenceses before and after the current portal preferences in the ordered set where ownerType = ?.static PortalPreferences[]
PortalPreferencesUtil.findByOwnerType_PrevAndNext
(long portalPreferencesId, int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the portal preferenceses before and after the current portal preferences in the ordered set where ownerType = ?.static List<PortalPreferences>
PortalPreferencesUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortalPreferences> orderByComparator)