Uses of Class
com.liferay.portal.kernel.exception.NoSuchPluginSettingException
Packages that use NoSuchPluginSettingException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchPluginSettingException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchPluginSettingExceptionModifier and TypeMethodDescriptionPluginSettingPersistence.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.