Uses of Interface
com.liferay.portal.kernel.model.PluginSetting
Packages that use PluginSetting
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 PluginSetting in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement PluginSettingFields in com.liferay.portal.kernel.model with type parameters of type PluginSettingModifier and TypeFieldDescriptionstatic final Accessor<PluginSetting,
Long> PluginSetting.PLUGIN_SETTING_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return PluginSettingModifier and TypeMethodDescriptionPluginSettingModel.cloneWithOriginalValues()
PluginSettingWrapper.cloneWithOriginalValues()
Plugin.getDefaultPluginSetting()
Plugin.getDefaultPluginSetting
(long companyId) Portlet.getDefaultPluginSetting()
Get the default plugin settings of the portlet.PortletWrapper.getDefaultPluginSetting()
Get the default plugin settings of the portlet.Methods in com.liferay.portal.kernel.model with parameters of type PluginSettingModifier and TypeMethodDescriptionvoid
Plugin.setDefaultPluginSetting
(PluginSetting pluginSetting) void
Portlet.setDefaultPluginSetting
(PluginSetting pluginSetting) Sets the default plugin settings of the portlet.void
PortletWrapper.setDefaultPluginSetting
(PluginSetting pluginSetting) Sets the default plugin settings of the portlet.protected PluginSettingWrapper
PluginSettingWrapper.wrap
(PluginSetting pluginSetting) Constructors in com.liferay.portal.kernel.model with parameters of type PluginSetting -
Uses of PluginSetting in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return PluginSettingModifier and TypeMethodDescriptionPluginSettingLocalService.addPluginSetting
(PluginSetting pluginSetting) Adds the plugin setting to the database.static PluginSetting
PluginSettingLocalServiceUtil.addPluginSetting
(PluginSetting pluginSetting) Adds the plugin setting to the database.PluginSettingLocalServiceWrapper.addPluginSetting
(PluginSetting pluginSetting) Adds the plugin setting to the database.PluginSettingLocalService.createPluginSetting
(long pluginSettingId) Creates a new plugin setting with the primary key.static PluginSetting
PluginSettingLocalServiceUtil.createPluginSetting
(long pluginSettingId) Creates a new plugin setting with the primary key.PluginSettingLocalServiceWrapper.createPluginSetting
(long pluginSettingId) Creates a new plugin setting with the primary key.PluginSettingLocalService.deletePluginSetting
(long pluginSettingId) Deletes the plugin setting with the primary key from the database.PluginSettingLocalService.deletePluginSetting
(PluginSetting pluginSetting) Deletes the plugin setting from the database.static PluginSetting
PluginSettingLocalServiceUtil.deletePluginSetting
(long pluginSettingId) Deletes the plugin setting with the primary key from the database.static PluginSetting
PluginSettingLocalServiceUtil.deletePluginSetting
(PluginSetting pluginSetting) Deletes the plugin setting from the database.PluginSettingLocalServiceWrapper.deletePluginSetting
(long pluginSettingId) Deletes the plugin setting with the primary key from the database.PluginSettingLocalServiceWrapper.deletePluginSetting
(PluginSetting pluginSetting) Deletes the plugin setting from the database.PluginSettingLocalService.fetchPluginSetting
(long pluginSettingId) static PluginSetting
PluginSettingLocalServiceUtil.fetchPluginSetting
(long pluginSettingId) PluginSettingLocalServiceWrapper.fetchPluginSetting
(long pluginSettingId) PluginSettingLocalService.getDefaultPluginSetting()
static PluginSetting
PluginSettingLocalServiceUtil.getDefaultPluginSetting()
PluginSettingLocalServiceWrapper.getDefaultPluginSetting()
PluginSettingLocalService.getPluginSetting
(long pluginSettingId) Returns the plugin setting with the primary key.PluginSettingLocalService.getPluginSetting
(long companyId, String pluginId, String pluginType) static PluginSetting
PluginSettingLocalServiceUtil.getPluginSetting
(long pluginSettingId) Returns the plugin setting with the primary key.static PluginSetting
PluginSettingLocalServiceUtil.getPluginSetting
(long companyId, String pluginId, String pluginType) PluginSettingLocalServiceWrapper.getPluginSetting
(long pluginSettingId) Returns the plugin setting with the primary key.PluginSettingLocalServiceWrapper.getPluginSetting
(long companyId, String pluginId, String pluginType) PluginSettingLocalService.updatePluginSetting
(long companyId, String pluginId, String pluginType, String roles, boolean active) PluginSettingLocalService.updatePluginSetting
(PluginSetting pluginSetting) Updates the plugin setting in the database or adds it if it does not yet exist.static PluginSetting
PluginSettingLocalServiceUtil.updatePluginSetting
(long companyId, String pluginId, String pluginType, String roles, boolean active) static PluginSetting
PluginSettingLocalServiceUtil.updatePluginSetting
(PluginSetting pluginSetting) Updates the plugin setting in the database or adds it if it does not yet exist.PluginSettingLocalServiceWrapper.updatePluginSetting
(long companyId, String pluginId, String pluginType, String roles, boolean active) PluginSettingLocalServiceWrapper.updatePluginSetting
(PluginSetting pluginSetting) Updates the plugin setting in the database or adds it if it does not yet exist.PluginSettingService.updatePluginSetting
(long companyId, String pluginId, String pluginType, String roles, boolean active) static PluginSetting
PluginSettingServiceUtil.updatePluginSetting
(long companyId, String pluginId, String pluginType, String roles, boolean active) PluginSettingServiceWrapper.updatePluginSetting
(long companyId, String pluginId, String pluginType, String roles, boolean active) Methods in com.liferay.portal.kernel.service that return types with arguments of type PluginSettingModifier and TypeMethodDescriptionPluginSettingLocalService.getPluginSettings
(int start, int end) Returns a range of all the plugin settings.static List<PluginSetting>
PluginSettingLocalServiceUtil.getPluginSettings
(int start, int end) Returns a range of all the plugin settings.PluginSettingLocalServiceWrapper.getPluginSettings
(int start, int end) Returns a range of all the plugin settings.Methods in com.liferay.portal.kernel.service with parameters of type PluginSettingModifier and TypeMethodDescriptionPluginSettingLocalService.addPluginSetting
(PluginSetting pluginSetting) Adds the plugin setting to the database.static PluginSetting
PluginSettingLocalServiceUtil.addPluginSetting
(PluginSetting pluginSetting) Adds the plugin setting to the database.PluginSettingLocalServiceWrapper.addPluginSetting
(PluginSetting pluginSetting) Adds the plugin setting to the database.PluginSettingLocalService.deletePluginSetting
(PluginSetting pluginSetting) Deletes the plugin setting from the database.static PluginSetting
PluginSettingLocalServiceUtil.deletePluginSetting
(PluginSetting pluginSetting) Deletes the plugin setting from the database.PluginSettingLocalServiceWrapper.deletePluginSetting
(PluginSetting pluginSetting) Deletes the plugin setting from the database.PluginSettingLocalService.updatePluginSetting
(PluginSetting pluginSetting) Updates the plugin setting in the database or adds it if it does not yet exist.static PluginSetting
PluginSettingLocalServiceUtil.updatePluginSetting
(PluginSetting pluginSetting) Updates the plugin setting in the database or adds it if it does not yet exist.PluginSettingLocalServiceWrapper.updatePluginSetting
(PluginSetting pluginSetting) Updates the plugin setting in the database or adds it if it does not yet exist. -
Uses of PluginSetting in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return PluginSettingModifier and TypeMethodDescriptionPluginSettingPersistence.create
(long pluginSettingId) Creates a new plugin setting with the primary key.static PluginSetting
PluginSettingUtil.create
(long pluginSettingId) Creates a new plugin setting with the primary key.PluginSettingPersistence.fetchByC_P_P
(long companyId, String pluginId, String pluginType) Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returnsnull
if it could not be found.PluginSettingPersistence.fetchByC_P_P
(long companyId, String pluginId, String pluginType, boolean useFinderCache) Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returnsnull
if it could not be found, optionally using the finder cache.static PluginSetting
PluginSettingUtil.fetchByC_P_P
(long companyId, String pluginId, String pluginType) Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returnsnull
if it could not be found.static PluginSetting
PluginSettingUtil.fetchByC_P_P
(long companyId, String pluginId, String pluginType, boolean useFinderCache) Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returnsnull
if it could not be found, optionally using the finder cache.PluginSettingPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the first plugin setting in the ordered set where companyId = ?.static PluginSetting
PluginSettingUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the first plugin setting in the ordered set where companyId = ?.PluginSettingPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the last plugin setting in the ordered set where companyId = ?.static PluginSetting
PluginSettingUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the last plugin setting in the ordered set where companyId = ?.PluginSettingPersistence.fetchByPrimaryKey
(long pluginSettingId) Returns the plugin setting with the primary key or returnsnull
if it could not be found.static PluginSetting
PluginSettingUtil.fetchByPrimaryKey
(long pluginSettingId) Returns the plugin setting with the primary key or returnsnull
if it could not be found.PluginSettingPersistence.findByC_P_P
(long companyId, String pluginId, String pluginType) Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or throws aNoSuchPluginSettingException
if it could not be found.static PluginSetting
PluginSettingUtil.findByC_P_P
(long companyId, String pluginId, String pluginType) Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or throws aNoSuchPluginSettingException
if it could not be found.PluginSettingPersistence.findByCompanyId_First
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the first plugin setting in the ordered set where companyId = ?.static PluginSetting
PluginSettingUtil.findByCompanyId_First
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the first plugin setting in the ordered set where companyId = ?.PluginSettingPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the last plugin setting in the ordered set where companyId = ?.static PluginSetting
PluginSettingUtil.findByCompanyId_Last
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the last plugin setting in the ordered set where companyId = ?.PluginSettingPersistence.findByCompanyId_PrevAndNext
(long pluginSettingId, long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.static PluginSetting[]
PluginSettingUtil.findByCompanyId_PrevAndNext
(long pluginSettingId, long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.PluginSettingPersistence.findByPrimaryKey
(long pluginSettingId) Returns the plugin setting with the primary key or throws aNoSuchPluginSettingException
if it could not be found.static PluginSetting
PluginSettingUtil.findByPrimaryKey
(long pluginSettingId) Returns the plugin setting with the primary key or throws aNoSuchPluginSettingException
if it could not be found.PluginSettingPersistence.remove
(long pluginSettingId) Removes the plugin setting with the primary key from the database.static PluginSetting
PluginSettingUtil.remove
(long pluginSettingId) Removes the plugin setting with the primary key from the database.PluginSettingPersistence.removeByC_P_P
(long companyId, String pluginId, String pluginType) Removes the plugin setting where companyId = ? and pluginId = ? and pluginType = ? from the database.static PluginSetting
PluginSettingUtil.removeByC_P_P
(long companyId, String pluginId, String pluginType) Removes the plugin setting where companyId = ? and pluginId = ? and pluginType = ? from the database.static PluginSetting
PluginSettingUtil.update
(PluginSetting pluginSetting) static PluginSetting
PluginSettingUtil.update
(PluginSetting pluginSetting, ServiceContext serviceContext) PluginSettingPersistence.updateImpl
(PluginSetting pluginSetting) static PluginSetting
PluginSettingUtil.updateImpl
(PluginSetting pluginSetting) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type PluginSettingModifier and TypeMethodDescriptionstatic Map<Serializable,
PluginSetting> PluginSettingUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) PluginSettingPersistence.findAll()
Returns all the plugin settings.PluginSettingPersistence.findAll
(int start, int end) Returns a range of all the plugin settings.PluginSettingPersistence.findAll
(int start, int end, OrderByComparator<PluginSetting> orderByComparator) Returns an ordered range of all the plugin settings.PluginSettingPersistence.findAll
(int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the plugin settings.static List<PluginSetting>
PluginSettingUtil.findAll()
Returns all the plugin settings.static List<PluginSetting>
PluginSettingUtil.findAll
(int start, int end) Returns a range of all the plugin settings.static List<PluginSetting>
PluginSettingUtil.findAll
(int start, int end, OrderByComparator<PluginSetting> orderByComparator) Returns an ordered range of all the plugin settings.static List<PluginSetting>
PluginSettingUtil.findAll
(int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the plugin settings.PluginSettingPersistence.findByCompanyId
(long companyId) Returns all the plugin settings where companyId = ?.PluginSettingPersistence.findByCompanyId
(long companyId, int start, int end) Returns a range of all the plugin settings where companyId = ?.PluginSettingPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator) Returns an ordered range of all the plugin settings where companyId = ?.PluginSettingPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the plugin settings where companyId = ?.static List<PluginSetting>
PluginSettingUtil.findByCompanyId
(long companyId) Returns all the plugin settings where companyId = ?.static List<PluginSetting>
PluginSettingUtil.findByCompanyId
(long companyId, int start, int end) Returns a range of all the plugin settings where companyId = ?.static List<PluginSetting>
PluginSettingUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator) Returns an ordered range of all the plugin settings where companyId = ?.static List<PluginSetting>
PluginSettingUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the plugin settings where companyId = ?.static List<PluginSetting>
PluginSettingUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<PluginSetting>
PluginSettingUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<PluginSetting>
PluginSettingUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PluginSetting> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type PluginSettingModifier and TypeMethodDescriptionvoid
PluginSettingPersistence.cacheResult
(PluginSetting pluginSetting) Caches the plugin setting in the entity cache if it is enabled.static void
PluginSettingUtil.cacheResult
(PluginSetting pluginSetting) Caches the plugin setting in the entity cache if it is enabled.static void
PluginSettingUtil.clearCache
(PluginSetting pluginSetting) static PluginSetting
PluginSettingUtil.update
(PluginSetting pluginSetting) static PluginSetting
PluginSettingUtil.update
(PluginSetting pluginSetting, ServiceContext serviceContext) PluginSettingPersistence.updateImpl
(PluginSetting pluginSetting) static PluginSetting
PluginSettingUtil.updateImpl
(PluginSetting pluginSetting) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type PluginSettingModifier and TypeMethodDescriptionvoid
PluginSettingPersistence.cacheResult
(List<PluginSetting> pluginSettings) Caches the plugin settings in the entity cache if it is enabled.static void
PluginSettingUtil.cacheResult
(List<PluginSetting> pluginSettings) Caches the plugin settings in the entity cache if it is enabled.PluginSettingPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the first plugin setting in the ordered set where companyId = ?.static PluginSetting
PluginSettingUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the first plugin setting in the ordered set where companyId = ?.PluginSettingPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the last plugin setting in the ordered set where companyId = ?.static PluginSetting
PluginSettingUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the last plugin setting in the ordered set where companyId = ?.PluginSettingPersistence.findAll
(int start, int end, OrderByComparator<PluginSetting> orderByComparator) Returns an ordered range of all the plugin settings.PluginSettingPersistence.findAll
(int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the plugin settings.static List<PluginSetting>
PluginSettingUtil.findAll
(int start, int end, OrderByComparator<PluginSetting> orderByComparator) Returns an ordered range of all the plugin settings.static List<PluginSetting>
PluginSettingUtil.findAll
(int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the plugin settings.PluginSettingPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator) Returns an ordered range of all the plugin settings where companyId = ?.PluginSettingPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the plugin settings where companyId = ?.static List<PluginSetting>
PluginSettingUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator) Returns an ordered range of all the plugin settings where companyId = ?.static List<PluginSetting>
PluginSettingUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the plugin settings where companyId = ?.PluginSettingPersistence.findByCompanyId_First
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the first plugin setting in the ordered set where companyId = ?.static PluginSetting
PluginSettingUtil.findByCompanyId_First
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the first plugin setting in the ordered set where companyId = ?.PluginSettingPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the last plugin setting in the ordered set where companyId = ?.static PluginSetting
PluginSettingUtil.findByCompanyId_Last
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the last plugin setting in the ordered set where companyId = ?.PluginSettingPersistence.findByCompanyId_PrevAndNext
(long pluginSettingId, long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.static PluginSetting[]
PluginSettingUtil.findByCompanyId_PrevAndNext
(long pluginSettingId, long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.static List<PluginSetting>
PluginSettingUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PluginSetting> orderByComparator)