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_ACCESSORMethods 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 TypeMethodDescriptionvoidPlugin.setDefaultPluginSetting(PluginSetting pluginSetting) voidPortlet.setDefaultPluginSetting(PluginSetting pluginSetting) Sets the default plugin settings of the portlet.voidPortletWrapper.setDefaultPluginSetting(PluginSetting pluginSetting) Sets the default plugin settings of the portlet.protected PluginSettingWrapperPluginSettingWrapper.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 PluginSettingPluginSettingLocalServiceUtil.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 PluginSettingPluginSettingLocalServiceUtil.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 PluginSettingPluginSettingLocalServiceUtil.deletePluginSetting(long pluginSettingId) Deletes the plugin setting with the primary key from the database.static PluginSettingPluginSettingLocalServiceUtil.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 PluginSettingPluginSettingLocalServiceUtil.fetchPluginSetting(long pluginSettingId) PluginSettingLocalServiceWrapper.fetchPluginSetting(long pluginSettingId) PluginSettingLocalService.getDefaultPluginSetting()static PluginSettingPluginSettingLocalServiceUtil.getDefaultPluginSetting()PluginSettingLocalServiceWrapper.getDefaultPluginSetting()PluginSettingLocalService.getPluginSetting(long pluginSettingId) Returns the plugin setting with the primary key.PluginSettingLocalService.getPluginSetting(long companyId, String pluginId, String pluginType) static PluginSettingPluginSettingLocalServiceUtil.getPluginSetting(long pluginSettingId) Returns the plugin setting with the primary key.static PluginSettingPluginSettingLocalServiceUtil.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 PluginSettingPluginSettingLocalServiceUtil.updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active) static PluginSettingPluginSettingLocalServiceUtil.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 PluginSettingPluginSettingServiceUtil.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 PluginSettingPluginSettingLocalServiceUtil.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 PluginSettingPluginSettingLocalServiceUtil.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 PluginSettingPluginSettingLocalServiceUtil.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 PluginSettingPluginSettingUtil.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 returnsnullif 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 returnsnullif it could not be found, optionally using the finder cache.static PluginSettingPluginSettingUtil.fetchByC_P_P(long companyId, String pluginId, String pluginType) Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returnsnullif it could not be found.static PluginSettingPluginSettingUtil.fetchByC_P_P(long companyId, String pluginId, String pluginType, boolean useFinderCache) Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returnsnullif 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 PluginSettingPluginSettingUtil.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 PluginSettingPluginSettingUtil.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 returnsnullif it could not be found.static PluginSettingPluginSettingUtil.fetchByPrimaryKey(long pluginSettingId) Returns the plugin setting with the primary key or returnsnullif 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 aNoSuchPluginSettingExceptionif it could not be found.static PluginSettingPluginSettingUtil.findByC_P_P(long companyId, String pluginId, String pluginType) Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or throws aNoSuchPluginSettingExceptionif 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 PluginSettingPluginSettingUtil.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 PluginSettingPluginSettingUtil.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 aNoSuchPluginSettingExceptionif it could not be found.static PluginSettingPluginSettingUtil.findByPrimaryKey(long pluginSettingId) Returns the plugin setting with the primary key or throws aNoSuchPluginSettingExceptionif it could not be found.PluginSettingPersistence.remove(long pluginSettingId) Removes the plugin setting with the primary key from the database.static PluginSettingPluginSettingUtil.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 PluginSettingPluginSettingUtil.removeByC_P_P(long companyId, String pluginId, String pluginType) Removes the plugin setting where companyId = ? and pluginId = ? and pluginType = ? from the database.static PluginSettingPluginSettingUtil.update(PluginSetting pluginSetting) static PluginSettingPluginSettingUtil.update(PluginSetting pluginSetting, ServiceContext serviceContext) PluginSettingPersistence.updateImpl(PluginSetting pluginSetting) static PluginSettingPluginSettingUtil.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 TypeMethodDescriptionvoidPluginSettingPersistence.cacheResult(PluginSetting pluginSetting) Caches the plugin setting in the entity cache if it is enabled.static voidPluginSettingUtil.cacheResult(PluginSetting pluginSetting) Caches the plugin setting in the entity cache if it is enabled.static voidPluginSettingUtil.clearCache(PluginSetting pluginSetting) static PluginSettingPluginSettingUtil.update(PluginSetting pluginSetting) static PluginSettingPluginSettingUtil.update(PluginSetting pluginSetting, ServiceContext serviceContext) PluginSettingPersistence.updateImpl(PluginSetting pluginSetting) static PluginSettingPluginSettingUtil.updateImpl(PluginSetting pluginSetting) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type PluginSettingModifier and TypeMethodDescriptionvoidPluginSettingPersistence.cacheResult(List<PluginSetting> pluginSettings) Caches the plugin settings in the entity cache if it is enabled.static voidPluginSettingUtil.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 PluginSettingPluginSettingUtil.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 PluginSettingPluginSettingUtil.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 PluginSettingPluginSettingUtil.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 PluginSettingPluginSettingUtil.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)