Liferay 6.1.2-ce-ga3

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.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
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 Plugin.getDefaultPluginSetting()
           
 PluginSetting Portlet.getDefaultPluginSetting()
          Get the default plugin settings of the portlet.
 PluginSetting PortletWrapper.getDefaultPluginSetting()
          Get the default plugin settings of the portlet.
 PluginSetting Plugin.getDefaultPluginSetting(long companyId)
           
 PluginSetting PluginSettingWrapper.getWrappedModel()
           
 PluginSetting PluginSettingWrapper.getWrappedPluginSetting()
          Deprecated. Renamed to 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 Plugin.setDefaultPluginSetting(PluginSetting pluginSetting)
           
 void Portlet.setDefaultPluginSetting(PluginSetting pluginSetting)
          Sets the default plugin settings of the portlet.
 void PortletWrapper.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)
           
 

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.model.impl
 

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

Methods in com.liferay.portal.model.impl that return PluginSetting
 PluginSetting PortletImpl.getDefaultPluginSetting()
          Get the default plugin settings of the portlet.
 PluginSetting PluginBaseImpl.getDefaultPluginSetting()
           
 PluginSetting PluginBaseImpl.getDefaultPluginSetting(long companyId)
           
 PluginSetting PluginSettingCacheModel.toEntityModel()
           
 PluginSetting PluginSettingModelImpl.toEscapedModel()
           
static PluginSetting PluginSettingModelImpl.toModel(PluginSettingSoap soapModel)
          Converts the soap model instance into a normal model instance.
 PluginSetting PluginSettingModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type PluginSetting
 CacheModel<PluginSetting> PluginSettingModelImpl.toCacheModel()
           
static List<PluginSetting> PluginSettingModelImpl.toModels(PluginSettingSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type PluginSetting
 int PluginSettingModelImpl.compareTo(PluginSetting pluginSetting)
           
 void PortletImpl.setDefaultPluginSetting(PluginSetting pluginSetting)
          Sets the default plugin settings of the portlet.
 void PluginBaseImpl.setDefaultPluginSetting(PluginSetting pluginSetting)
           
 

Constructors in com.liferay.portal.model.impl with parameters of type PluginSetting
PluginSettingImpl(PluginSetting pluginSetting)
           
PortletImpl(String portletId, Portlet rootPortlet, PluginPackage pluginPackage, PluginSetting pluginSetting, long companyId, long timestamp, String icon, String virtualPath, String strutsPath, String parentStrutsPath, String portletName, String displayName, String portletClass, String configurationActionClass, List<String> indexerClasses, String openSearchClass, List<SchedulerEntry> schedulerEntries, String portletURLClass, String friendlyURLMapperClass, String friendlyURLMapping, String friendlyURLRoutes, String urlEncoderClass, String portletDataHandlerClass, String portletLayoutListenerClass, String pollerProcessorClass, String popMessageListenerClass, String socialActivityInterpreterClass, String socialRequestInterpreterClass, String webDAVStorageToken, String webDAVStorageClass, String xmlRpcMethodClass, String controlPanelEntryCategory, double controlPanelEntryWeight, String controlPanelClass, List<String> assetRendererFactoryClasses, List<String> atomCollectionAdapterClasses, List<String> customAttributesDisplayClasses, String permissionPropagatorClass, List<String> workflowHandlerClasses, String defaultPreferences, String preferencesValidator, boolean preferencesCompanyWide, boolean preferencesUniquePerLayout, boolean preferencesOwnedByGroup, boolean useDefaultTemplate, boolean showPortletAccessDenied, boolean showPortletInactive, boolean actionURLRedirect, boolean restoreCurrentView, boolean maximizeEdit, boolean maximizeHelp, boolean popUpPrint, boolean layoutCacheable, boolean instanceable, boolean remoteable, boolean scopeable, String userPrincipalStrategy, boolean privateRequestAttributes, boolean privateSessionAttributes, Set<String> autopropagatedParameters, int actionTimeout, int renderTimeout, int renderWeight, boolean ajaxable, List<String> headerPortalCss, List<String> headerPortletCss, List<String> headerPortalJavaScript, List<String> headerPortletJavaScript, List<String> footerPortalCss, List<String> footerPortletCss, List<String> footerPortalJavaScript, List<String> footerPortletJavaScript, String cssClassWrapper, String facebookIntegration, boolean addDefaultResource, String roles, Set<String> unlinkedRoles, Map<String,String> roleMappers, boolean system, boolean active, boolean include, Map<String,String> initParams, Integer expCache, Map<String,Set<String>> portletModes, Map<String,Set<String>> windowStates, Set<String> supportedLocales, String resourceBundle, PortletInfo portletInfo, Map<String,PortletFilter> portletFilters, Set<QName> processingEvents, Set<QName> publishingEvents, Set<PublicRenderParameter> publicRenderParameters, PortletApp portletApp)
          Constructs a portlet with the specified parameters.
 

Uses of PluginSetting in com.liferay.portal.service
 

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

Uses of PluginSetting in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return PluginSetting
 PluginSetting PluginSettingLocalServiceBaseImpl.addPluginSetting(PluginSetting pluginSetting)
          Adds the plugin setting to the database.
 PluginSetting PluginSettingLocalServiceBaseImpl.createPluginSetting(long pluginSettingId)
          Creates a new plugin setting with the primary key.
 PluginSetting PluginSettingLocalServiceBaseImpl.deletePluginSetting(long pluginSettingId)
          Deletes the plugin setting with the primary key from the database.
 PluginSetting PluginSettingLocalServiceBaseImpl.deletePluginSetting(PluginSetting pluginSetting)
          Deletes the plugin setting from the database.
 PluginSetting PluginSettingLocalServiceBaseImpl.fetchPluginSetting(long pluginSettingId)
           
 PluginSetting PluginSettingLocalServiceBaseImpl.getPluginSetting(long pluginSettingId)
          Returns the plugin setting with the primary key.
 PluginSetting PluginSettingLocalServiceBaseImpl.updatePluginSetting(PluginSetting pluginSetting)
          Updates the plugin setting in the database or adds it if it does not yet exist.
 PluginSetting PluginSettingLocalServiceBaseImpl.updatePluginSetting(PluginSetting pluginSetting, boolean merge)
          Updates the plugin setting in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type PluginSetting
 List<PluginSetting> PluginSettingLocalServiceBaseImpl.getPluginSettings(int start, int end)
          Returns a range of all the plugin settings.
 

Methods in com.liferay.portal.service.base with parameters of type PluginSetting
 PluginSetting PluginSettingLocalServiceBaseImpl.addPluginSetting(PluginSetting pluginSetting)
          Adds the plugin setting to the database.
 PluginSetting PluginSettingLocalServiceBaseImpl.deletePluginSetting(PluginSetting pluginSetting)
          Deletes the plugin setting from the database.
 PluginSetting PluginSettingLocalServiceBaseImpl.updatePluginSetting(PluginSetting pluginSetting)
          Updates the plugin setting in the database or adds it if it does not yet exist.
 PluginSetting PluginSettingLocalServiceBaseImpl.updatePluginSetting(PluginSetting pluginSetting, boolean merge)
          Updates the plugin setting in the database or adds it if it does not yet exist.
 

Uses of PluginSetting in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return PluginSetting
static PluginSetting PluginSettingServiceHttp.updatePluginSetting(HttpPrincipal httpPrincipal, long companyId, String pluginId, String pluginType, String roles, boolean active)
           
 

Uses of PluginSetting in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return PluginSetting
 PluginSetting PluginSettingLocalServiceImpl.getDefaultPluginSetting()
           
 PluginSetting PluginSettingLocalServiceImpl.getPluginSetting(long companyId, String pluginId, String pluginType)
           
 PluginSetting PluginSettingLocalServiceImpl.updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active)
           
 PluginSetting PluginSettingServiceImpl.updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active)
           
 

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

Methods in com.liferay.portal.service.persistence that return PluginSetting
 PluginSetting PluginSettingPersistence.create(long pluginSettingId)
          Creates a new plugin setting with the primary key.
static PluginSetting PluginSettingUtil.create(long pluginSettingId)
          Creates a new plugin setting with the primary key.
 PluginSetting PluginSettingPersistenceImpl.create(long pluginSettingId)
          Creates a new plugin setting with the primary key.
 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)
          Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns null if it could not be found.
 PluginSetting PluginSettingPersistenceImpl.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, 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.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 PluginSettingPersistenceImpl.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.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
 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.fetchByPrimaryKey(long pluginSettingId)
          Returns the plugin setting with the primary key or returns null if it could not be found.
 PluginSetting PluginSettingPersistenceImpl.fetchByPrimaryKey(long pluginSettingId)
          Returns the plugin setting with the primary key or returns null if it could not be found.
 PluginSetting PluginSettingPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the plugin setting with the primary key or returns null 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.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 PluginSettingPersistenceImpl.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.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last 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.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[] PluginSettingPersistenceImpl.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.findByPrimaryKey(long pluginSettingId)
          Returns the plugin setting with the primary key or throws a NoSuchPluginSettingException if it could not be found.
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 PluginSettingPersistenceImpl.findByPrimaryKey(long pluginSettingId)
          Returns the plugin setting with the primary key or throws a NoSuchPluginSettingException if it could not be found.
 PluginSetting PluginSettingPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the plugin setting with the primary key or throws a NoSuchModelException if it could not be found.
protected  PluginSetting PluginSettingPersistenceImpl.getByCompanyId_PrevAndNext(Session session, PluginSetting pluginSetting, long companyId, OrderByComparator orderByComparator, boolean previous)
           
 PluginSetting PluginSettingPersistence.remove(long pluginSettingId)
          Removes the plugin setting with the primary key from the database.
static PluginSetting PluginSettingUtil.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.
 PluginSetting PluginSettingPersistenceImpl.remove(Serializable primaryKey)
          Removes the plugin setting with the primary key 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.removeByC_I_T(long companyId, String pluginId, String pluginType)
          Removes the plugin setting where companyId = ? and pluginId = ? and pluginType = ? from the database.
 PluginSetting PluginSettingPersistenceImpl.removeByC_I_T(long companyId, String pluginId, String pluginType)
          Removes the plugin setting where companyId = ? and pluginId = ? and pluginType = ? from the database.
protected  PluginSetting PluginSettingPersistenceImpl.removeImpl(PluginSetting pluginSetting)
           
protected  PluginSetting PluginSettingPersistenceImpl.toUnwrappedModel(PluginSetting pluginSetting)
           
static PluginSetting PluginSettingUtil.update(PluginSetting pluginSetting, boolean merge)
           
static PluginSetting PluginSettingUtil.update(PluginSetting pluginSetting, boolean merge, ServiceContext serviceContext)
           
 PluginSetting PluginSettingPersistence.updateImpl(PluginSetting pluginSetting, boolean merge)
           
static PluginSetting PluginSettingUtil.updateImpl(PluginSetting pluginSetting, boolean merge)
           
 PluginSetting PluginSettingPersistenceImpl.updateImpl(PluginSetting pluginSetting, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PluginSetting
 List<PluginSetting> PluginSettingPersistence.findAll()
          Returns all the plugin settings.
static List<PluginSetting> PluginSettingUtil.findAll()
          Returns all the plugin settings.
 List<PluginSetting> PluginSettingPersistenceImpl.findAll()
          Returns 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)
          Returns a range of all the plugin settings.
 List<PluginSetting> PluginSettingPersistenceImpl.findAll(int start, int end)
          Returns a 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.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the plugin settings.
 List<PluginSetting> PluginSettingPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the plugin settings.
 List<PluginSetting> PluginSettingPersistence.findByCompanyId(long companyId)
          Returns all the plugin settings where companyId = ?.
static List<PluginSetting> PluginSettingUtil.findByCompanyId(long companyId)
          Returns all the plugin settings where companyId = ?.
 List<PluginSetting> PluginSettingPersistenceImpl.findByCompanyId(long companyId)
          Returns 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)
          Returns a range of all the plugin settings where companyId = ?.
 List<PluginSetting> PluginSettingPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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> PluginSettingPersistenceImpl.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
 void PluginSettingPersistence.cacheResult(PluginSetting pluginSetting)
          Caches the plugin setting in the entity cache if it is enabled.
static void PluginSettingUtil.cacheResult(PluginSetting pluginSetting)
          Caches the plugin setting in the entity cache if it is enabled.
 void PluginSettingPersistenceImpl.cacheResult(PluginSetting pluginSetting)
          Caches the plugin setting in the entity cache if it is enabled.
protected  void PluginSettingPersistenceImpl.cacheUniqueFindersCache(PluginSetting pluginSetting)
           
static void PluginSettingUtil.clearCache(PluginSetting pluginSetting)
           
 void PluginSettingPersistenceImpl.clearCache(PluginSetting pluginSetting)
          Clears the cache for the plugin setting.
protected  void PluginSettingPersistenceImpl.clearUniqueFindersCache(PluginSetting pluginSetting)
           
protected  PluginSetting PluginSettingPersistenceImpl.getByCompanyId_PrevAndNext(Session session, PluginSetting pluginSetting, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  PluginSetting PluginSettingPersistenceImpl.removeImpl(PluginSetting pluginSetting)
           
protected  PluginSetting PluginSettingPersistenceImpl.toUnwrappedModel(PluginSetting pluginSetting)
           
static PluginSetting PluginSettingUtil.update(PluginSetting pluginSetting, boolean merge)
           
static PluginSetting PluginSettingUtil.update(PluginSetting pluginSetting, boolean merge, ServiceContext serviceContext)
           
 PluginSetting PluginSettingPersistence.updateImpl(PluginSetting pluginSetting, boolean merge)
           
static PluginSetting PluginSettingUtil.updateImpl(PluginSetting pluginSetting, boolean merge)
           
 PluginSetting PluginSettingPersistenceImpl.updateImpl(PluginSetting pluginSetting, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type PluginSetting
 void PluginSettingPersistence.cacheResult(List<PluginSetting> pluginSettings)
          Caches the plugin settings in the entity cache if it is enabled.
static void PluginSettingUtil.cacheResult(List<PluginSetting> pluginSettings)
          Caches the plugin settings in the entity cache if it is enabled.
 void PluginSettingPersistenceImpl.cacheResult(List<PluginSetting> pluginSettings)
          Caches the plugin settings in the entity cache if it is enabled.
 void PluginSettingPersistenceImpl.clearCache(List<PluginSetting> pluginSettings)
           
 


Liferay 6.1.2-ce-ga3