Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginSettingWrapper
This class is a wrapper for
PluginSetting . |
Modifier and Type | Field and Description |
---|---|
static Accessor<PluginSetting,Long> |
PluginSetting.PLUGIN_SETTING_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
PluginSetting |
Plugin.getDefaultPluginSetting() |
PluginSetting |
PortletWrapper.getDefaultPluginSetting()
Get the default plugin settings of the portlet.
|
PluginSetting |
Portlet.getDefaultPluginSetting()
Get the default plugin settings of the portlet.
|
PluginSetting |
Plugin.getDefaultPluginSetting(long companyId) |
PluginSetting |
PluginSettingWrapper.getWrappedModel() |
PluginSetting |
PluginSettingModel.toEscapedModel() |
PluginSetting |
PluginSettingWrapper.toEscapedModel() |
PluginSetting |
PluginSettingModel.toUnescapedModel() |
PluginSetting |
PluginSettingWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<PluginSetting> |
PluginSettingModel.toCacheModel() |
CacheModel<PluginSetting> |
PluginSettingWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
PluginSettingModel.compareTo(PluginSetting pluginSetting) |
int |
PluginSettingWrapper.compareTo(PluginSetting pluginSetting) |
void |
Plugin.setDefaultPluginSetting(PluginSetting pluginSetting) |
void |
PortletWrapper.setDefaultPluginSetting(PluginSetting pluginSetting)
Sets the default plugin settings of the portlet.
|
void |
Portlet.setDefaultPluginSetting(PluginSetting pluginSetting)
Sets the default plugin settings of the portlet.
|
static PluginSettingSoap |
PluginSettingSoap.toSoapModel(PluginSetting model) |
static PluginSettingSoap[] |
PluginSettingSoap.toSoapModels(PluginSetting[] models) |
static PluginSettingSoap[][] |
PluginSettingSoap.toSoapModels(PluginSetting[][] models) |
Modifier and Type | Method and Description |
---|---|
static PluginSettingSoap[] |
PluginSettingSoap.toSoapModels(List<PluginSetting> models) |
Constructor and Description |
---|
PluginSettingWrapper(PluginSetting pluginSetting) |
Modifier and Type | Method and Description |
---|---|
static PluginSetting |
PluginSettingLocalServiceUtil.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database.
|
PluginSetting |
PluginSettingLocalServiceWrapper.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database.
|
PluginSetting |
PluginSettingLocalService.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database.
|
static PluginSetting |
PluginSettingLocalServiceUtil.createPluginSetting(long pluginSettingId)
Creates a new plugin setting with the primary key.
|
PluginSetting |
PluginSettingLocalServiceWrapper.createPluginSetting(long pluginSettingId)
Creates a new plugin setting with the primary key.
|
PluginSetting |
PluginSettingLocalService.createPluginSetting(long pluginSettingId)
Creates a new plugin setting with the primary key.
|
static PluginSetting |
PluginSettingLocalServiceUtil.deletePluginSetting(long pluginSettingId)
Deletes the plugin setting with the primary key from the database.
|
PluginSetting |
PluginSettingLocalServiceWrapper.deletePluginSetting(long pluginSettingId)
Deletes the plugin setting with the primary key from the database.
|
PluginSetting |
PluginSettingLocalService.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.
|
PluginSetting |
PluginSettingLocalServiceWrapper.deletePluginSetting(PluginSetting pluginSetting)
Deletes the plugin setting from the database.
|
PluginSetting |
PluginSettingLocalService.deletePluginSetting(PluginSetting pluginSetting)
Deletes the plugin setting from the database.
|
static PluginSetting |
PluginSettingLocalServiceUtil.fetchPluginSetting(long pluginSettingId) |
PluginSetting |
PluginSettingLocalServiceWrapper.fetchPluginSetting(long pluginSettingId) |
PluginSetting |
PluginSettingLocalService.fetchPluginSetting(long pluginSettingId) |
static PluginSetting |
PluginSettingLocalServiceUtil.getDefaultPluginSetting() |
PluginSetting |
PluginSettingLocalServiceWrapper.getDefaultPluginSetting() |
PluginSetting |
PluginSettingLocalService.getDefaultPluginSetting() |
static PluginSetting |
PluginSettingLocalServiceUtil.getPluginSetting(long pluginSettingId)
Returns the plugin setting with the primary key.
|
PluginSetting |
PluginSettingLocalServiceWrapper.getPluginSetting(long pluginSettingId)
Returns the plugin setting with the primary key.
|
PluginSetting |
PluginSettingLocalService.getPluginSetting(long pluginSettingId)
Returns the plugin setting with the primary key.
|
static PluginSetting |
PluginSettingLocalServiceUtil.getPluginSetting(long companyId,
String pluginId,
String pluginType) |
PluginSetting |
PluginSettingLocalServiceWrapper.getPluginSetting(long companyId,
String pluginId,
String pluginType) |
PluginSetting |
PluginSettingLocalService.getPluginSetting(long companyId,
String pluginId,
String pluginType) |
static PluginSetting |
PluginSettingLocalServiceUtil.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active) |
PluginSetting |
PluginSettingLocalServiceWrapper.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active) |
PluginSetting |
PluginSettingService.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active) |
PluginSetting |
PluginSettingLocalService.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active) |
PluginSetting |
PluginSettingServiceWrapper.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) |
static PluginSetting |
PluginSettingLocalServiceUtil.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database or adds it if it does not yet exist.
|
PluginSetting |
PluginSettingLocalServiceWrapper.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database or adds it if it does not yet exist.
|
PluginSetting |
PluginSettingLocalService.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<PluginSetting> |
PluginSettingLocalServiceUtil.getPluginSettings(int start,
int end)
Returns a range of all the plugin settings.
|
List<PluginSetting> |
PluginSettingLocalServiceWrapper.getPluginSettings(int start,
int end)
Returns a range of all the plugin settings.
|
List<PluginSetting> |
PluginSettingLocalService.getPluginSettings(int start,
int end)
Returns a range of all the plugin settings.
|
Modifier and Type | Method and Description |
---|---|
static PluginSetting |
PluginSettingLocalServiceUtil.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database.
|
PluginSetting |
PluginSettingLocalServiceWrapper.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database.
|
PluginSetting |
PluginSettingLocalService.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database.
|
static PluginSetting |
PluginSettingLocalServiceUtil.deletePluginSetting(PluginSetting pluginSetting)
Deletes the plugin setting from the database.
|
PluginSetting |
PluginSettingLocalServiceWrapper.deletePluginSetting(PluginSetting pluginSetting)
Deletes the plugin setting from the database.
|
PluginSetting |
PluginSettingLocalService.deletePluginSetting(PluginSetting pluginSetting)
Deletes the plugin setting from the database.
|
static PluginSetting |
PluginSettingLocalServiceUtil.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database or adds it if it does not yet exist.
|
PluginSetting |
PluginSettingLocalServiceWrapper.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database or adds it if it does not yet exist.
|
PluginSetting |
PluginSettingLocalService.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static PluginSetting |
PluginSettingUtil.create(long pluginSettingId)
Creates a new plugin setting with the primary key.
|
PluginSetting |
PluginSettingPersistence.create(long pluginSettingId)
Creates a new plugin setting with the primary key.
|
static PluginSetting |
PluginSettingUtil.fetchByC_I_T(long companyId,
String pluginId,
String pluginType)
Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns
null if it could not be found. |
PluginSetting |
PluginSettingPersistence.fetchByC_I_T(long companyId,
String pluginId,
String pluginType)
Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns
null if it could not be found. |
static PluginSetting |
PluginSettingUtil.fetchByC_I_T(long companyId,
String pluginId,
String pluginType,
boolean retrieveFromCache)
Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns
null if it could not be found, optionally using the finder cache. |
PluginSetting |
PluginSettingPersistence.fetchByC_I_T(long companyId,
String pluginId,
String pluginType,
boolean retrieveFromCache)
Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns
null if it could not be found, optionally using the finder cache. |
static PluginSetting |
PluginSettingUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the first plugin setting in the ordered set where companyId = ?.
|
PluginSetting |
PluginSettingPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the first 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 = ?.
|
PluginSetting |
PluginSettingPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the last plugin setting in the ordered set where companyId = ?.
|
static PluginSetting |
PluginSettingUtil.fetchByPrimaryKey(long pluginSettingId)
Returns the plugin setting with the primary key or returns
null if it could not be found. |
PluginSetting |
PluginSettingPersistence.fetchByPrimaryKey(long pluginSettingId)
Returns the plugin setting with the primary key or returns
null if it could not be found. |
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.
|
static PluginSetting |
PluginSettingUtil.update(PluginSetting pluginSetting) |
static PluginSetting |
PluginSettingUtil.update(PluginSetting pluginSetting,
ServiceContext serviceContext) |
static PluginSetting |
PluginSettingUtil.updateImpl(PluginSetting pluginSetting) |
PluginSetting |
PluginSettingPersistence.updateImpl(PluginSetting pluginSetting) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,PluginSetting> |
PluginSettingUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,PluginSetting> |
PluginSettingPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<PluginSetting> |
PluginSettingUtil.findAll()
Returns all the plugin settings.
|
List<PluginSetting> |
PluginSettingPersistence.findAll()
Returns all the plugin settings.
|
static List<PluginSetting> |
PluginSettingUtil.findAll(int start,
int end)
Returns a range of all the plugin settings.
|
List<PluginSetting> |
PluginSettingPersistence.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.
|
List<PluginSetting> |
PluginSettingPersistence.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 retrieveFromCache)
Returns an ordered range of all the plugin settings.
|
List<PluginSetting> |
PluginSettingPersistence.findAll(int start,
int end,
OrderByComparator<PluginSetting> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the plugin settings.
|
static List<PluginSetting> |
PluginSettingUtil.findByCompanyId(long companyId)
Returns all the plugin settings where companyId = ?.
|
List<PluginSetting> |
PluginSettingPersistence.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 = ?.
|
List<PluginSetting> |
PluginSettingPersistence.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 = ?.
|
List<PluginSetting> |
PluginSettingPersistence.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 retrieveFromCache)
Returns an ordered range of all the plugin settings where companyId = ?.
|
List<PluginSetting> |
PluginSettingPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<PluginSetting> orderByComparator,
boolean retrieveFromCache)
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) |
Modifier and Type | Method and Description |
---|---|
static void |
PluginSettingUtil.cacheResult(PluginSetting pluginSetting)
Caches the plugin setting in the entity cache if it is enabled.
|
void |
PluginSettingPersistence.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) |
static PluginSetting |
PluginSettingUtil.updateImpl(PluginSetting pluginSetting) |
PluginSetting |
PluginSettingPersistence.updateImpl(PluginSetting pluginSetting) |
Modifier and Type | Method and Description |
---|---|
static void |
PluginSettingUtil.cacheResult(List<PluginSetting> pluginSettings)
Caches the plugin settings in the entity cache if it is enabled.
|
void |
PluginSettingPersistence.cacheResult(List<PluginSetting> pluginSettings)
Caches the plugin settings in the entity cache if it is enabled.
|
static PluginSetting |
PluginSettingUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the first plugin setting in the ordered set where companyId = ?.
|
PluginSetting |
PluginSettingPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the first 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 = ?.
|
PluginSetting |
PluginSettingPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the last plugin setting in the ordered set where companyId = ?.
|
static List<PluginSetting> |
PluginSettingUtil.findAll(int start,
int end,
OrderByComparator<PluginSetting> orderByComparator)
Returns an ordered range of all the plugin settings.
|
List<PluginSetting> |
PluginSettingPersistence.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 retrieveFromCache)
Returns an ordered range of all the plugin settings.
|
List<PluginSetting> |
PluginSettingPersistence.findAll(int start,
int end,
OrderByComparator<PluginSetting> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the plugin settings.
|
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 List<PluginSetting> |
PluginSettingUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<PluginSetting> orderByComparator)
Returns an ordered range of all the plugin settings where companyId = ?.
|
List<PluginSetting> |
PluginSettingPersistence.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 retrieveFromCache)
Returns an ordered range of all the plugin settings where companyId = ?.
|
List<PluginSetting> |
PluginSettingPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<PluginSetting> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the plugin settings where companyId = ?.
|
static List<PluginSetting> |
PluginSettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<PluginSetting> orderByComparator) |