Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
static PluginSetting |
PluginSettingUtil.findByC_I_T(long companyId,
String pluginId,
String pluginType)
Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or throws a
NoSuchPluginSettingException if it could not be found. |
PluginSetting |
PluginSettingPersistence.findByC_I_T(long companyId,
String pluginId,
String pluginType)
Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or throws a
NoSuchPluginSettingException if it could not be found. |
static PluginSetting |
PluginSettingUtil.findByCompanyId_First(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the first plugin setting in the ordered set where companyId = ?.
|
PluginSetting |
PluginSettingPersistence.findByCompanyId_First(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the first 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 = ?.
|
PluginSetting |
PluginSettingPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the last 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 = ?.
|
PluginSetting[] |
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.findByPrimaryKey(long pluginSettingId)
Returns the plugin setting with the primary key or throws a
NoSuchPluginSettingException if it could not be found. |
PluginSetting |
PluginSettingPersistence.findByPrimaryKey(long pluginSettingId)
Returns the plugin setting with the primary key or throws a
NoSuchPluginSettingException if it could not be found. |
static PluginSetting |
PluginSettingUtil.remove(long pluginSettingId)
Removes the plugin setting with the primary key from the database.
|
PluginSetting |
PluginSettingPersistence.remove(long pluginSettingId)
Removes the plugin setting with the primary key from the database.
|
static PluginSetting |
PluginSettingUtil.removeByC_I_T(long companyId,
String pluginId,
String pluginType)
Removes the plugin setting where companyId = ? and pluginId = ? and pluginType = ? from the database.
|
PluginSetting |
PluginSettingPersistence.removeByC_I_T(long companyId,
String pluginId,
String pluginType)
Removes the plugin setting where companyId = ? and pluginId = ? and pluginType = ? from the database.
|