Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.PluginSetting

Packages that use PluginSetting
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of PluginSetting in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement PluginSetting
 class PluginSettingWrapper
           This class is a wrapper for PluginSetting.
 

Methods in com.liferay.portal.model that return PluginSetting
 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()
           
 PluginSetting Plugin.getDefaultPluginSetting(long companyId)
           
 PluginSetting PluginSettingWrapper.getWrappedModel()
           
 PluginSetting PluginSettingWrapper.getWrappedPluginSetting()
          Deprecated. As of 6.1.0, replaced by PluginSettingWrapper.getWrappedModel()
 PluginSetting PluginSettingWrapper.toEscapedModel()
           
 PluginSetting PluginSettingModel.toEscapedModel()
           
 PluginSetting PluginSettingWrapper.toUnescapedModel()
           
 PluginSetting PluginSettingModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type PluginSetting
 CacheModel<PluginSetting> PluginSettingWrapper.toCacheModel()
           
 CacheModel<PluginSetting> PluginSettingModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type PluginSetting
 int PluginSettingWrapper.compareTo(PluginSetting pluginSetting)
           
 int PluginSettingModel.compareTo(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.
 void Plugin.setDefaultPluginSetting(PluginSetting pluginSetting)
           
static PluginSettingSoap PluginSettingSoap.toSoapModel(PluginSetting model)
           
static PluginSettingSoap[] PluginSettingSoap.toSoapModels(PluginSetting[] models)
           
static PluginSettingSoap[][] PluginSettingSoap.toSoapModels(PluginSetting[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type PluginSetting
static PluginSettingSoap[] PluginSettingSoap.toSoapModels(List<PluginSetting> models)
           
 

Constructors in com.liferay.portal.model with parameters of type PluginSetting
PluginSettingWrapper(PluginSetting pluginSetting)
           
 

Uses of PluginSetting in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PluginSetting
 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.addPluginSetting(PluginSetting pluginSetting)
          Adds the plugin setting to the database.
 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.createPluginSetting(long pluginSettingId)
          Creates a new plugin setting with the primary key.
 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(long pluginSettingId)
          Deletes the plugin setting with the primary key 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.deletePluginSetting(PluginSetting pluginSetting)
          Deletes the plugin setting from the database.
 PluginSetting PluginSettingLocalServiceWrapper.fetchPluginSetting(long pluginSettingId)
           
 PluginSetting PluginSettingLocalService.fetchPluginSetting(long pluginSettingId)
           
static PluginSetting PluginSettingLocalServiceUtil.fetchPluginSetting(long pluginSettingId)
           
 PluginSetting PluginSettingLocalServiceWrapper.getDefaultPluginSetting()
           
 PluginSetting PluginSettingLocalService.getDefaultPluginSetting()
           
static PluginSetting PluginSettingLocalServiceUtil.getDefaultPluginSetting()
           
 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 pluginSettingId)
          Returns the plugin setting with the primary key.
 PluginSetting PluginSettingLocalServiceWrapper.getPluginSetting(long companyId, String pluginId, String pluginType)
           
 PluginSetting PluginSettingLocalService.getPluginSetting(long companyId, String pluginId, String pluginType)
           
static PluginSetting PluginSettingLocalServiceUtil.getPluginSetting(long companyId, String pluginId, String pluginType)
           
 PluginSetting PluginSettingService.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)
           
 PluginSetting PluginSettingLocalServiceWrapper.updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active)
           
 PluginSetting PluginSettingLocalService.updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active)
           
static PluginSetting PluginSettingLocalServiceUtil.updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active)
           
 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.
static PluginSetting PluginSettingLocalServiceUtil.updatePluginSetting(PluginSetting pluginSetting)
          Updates the plugin setting in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type PluginSetting
 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.
static List<PluginSetting> PluginSettingLocalServiceUtil.getPluginSettings(int start, int end)
          Returns a range of all the plugin settings.
 

Methods in com.liferay.portal.service with parameters of type PluginSetting
 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.addPluginSetting(PluginSetting pluginSetting)
          Adds the plugin setting to 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.deletePluginSetting(PluginSetting pluginSetting)
          Deletes the plugin setting from the database.
 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.
static PluginSetting PluginSettingLocalServiceUtil.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.service.persistence
 

Methods in com.liferay.portal.service.persistence that return PluginSetting
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 orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator 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 orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
static PluginSetting[] PluginSettingUtil.findByCompanyId_PrevAndNext(long pluginSettingId, long companyId, OrderByComparator 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 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)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PluginSetting
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 orderByComparator)
          Returns an ordered range of all the plugin settings.
 List<PluginSetting> PluginSettingPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          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 orderByComparator)
          Returns an ordered range of all the plugin settings where companyId = ?.
 List<PluginSetting> PluginSettingPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          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 orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type PluginSetting
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)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type PluginSetting
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.
 


Liferay 6.2-ce-ga5