Liferay 6.0-ee

Uses of Class
com.liferay.portal.NoSuchPluginSettingException

Packages that use NoSuchPluginSettingException
com.liferay.portal.service.persistence   
 

Uses of NoSuchPluginSettingException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchPluginSettingException
static PluginSetting PluginSettingUtil.findByC_I_T(long companyId, String pluginId, String pluginType)
          Finds 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)
          Finds the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or throws a NoSuchPluginSettingException if it could not be found.
 PluginSetting PluginSettingPersistenceImpl.findByC_I_T(long companyId, String pluginId, String pluginType)
          Finds 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)
          Finds the first plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first plugin setting in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last plugin setting in the ordered set where companyId = ?.
static PluginSetting[] PluginSettingUtil.findByCompanyId_PrevAndNext(long pluginSettingId, long companyId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.
 PluginSetting[] PluginSettingPersistenceImpl.findByCompanyId_PrevAndNext(long pluginSettingId, long companyId, OrderByComparator orderByComparator)
          Finds the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.findByPrimaryKey(long pluginSettingId)
          Finds the plugin setting with the primary key or throws a NoSuchPluginSettingException if it could not be found.
 PluginSetting PluginSettingPersistence.findByPrimaryKey(long pluginSettingId)
          Finds the plugin setting with the primary key or throws a NoSuchPluginSettingException if it could not be found.
 PluginSetting PluginSettingPersistenceImpl.findByPrimaryKey(long pluginSettingId)
          Finds 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.
 PluginSetting PluginSettingPersistenceImpl.remove(long pluginSettingId)
          Removes the plugin setting with the primary key from the database.
static void PluginSettingUtil.removeByC_I_T(long companyId, String pluginId, String pluginType)
          Removes the plugin setting where companyId = ? and pluginId = ? and pluginType = ? from the database.
 void PluginSettingPersistence.removeByC_I_T(long companyId, String pluginId, String pluginType)
          Removes the plugin setting where companyId = ? and pluginId = ? and pluginType = ? from the database.
 void PluginSettingPersistenceImpl.removeByC_I_T(long companyId, String pluginId, String pluginType)
          Removes the plugin setting where companyId = ? and pluginId = ? and pluginType = ? from the database.
 


Liferay 6.0-ee