Liferay 6.1.10-ee-ga1

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

Packages that use PluginSettingModel
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.model.impl   
 

Uses of PluginSettingModel in com.liferay.portal.model
 

Subinterfaces of PluginSettingModel in com.liferay.portal.model
 interface PluginSetting
          The extended model interface for the PluginSetting service.
 

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

Uses of PluginSettingModel in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement PluginSettingModel
 class PluginSettingBaseImpl
          The extended model base implementation for the PluginSetting service.
 class PluginSettingImpl
           
 class PluginSettingModelImpl
          The base model implementation for the PluginSetting service.
 


Liferay 6.1.10-ee-ga1