Liferay 6.1.2-ce-ga3

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

Packages that use Plugin
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.plugin   
 

Uses of Plugin in com.liferay.portal.model
 

Subinterfaces of Plugin in com.liferay.portal.model
 interface LayoutTemplate
           
 interface Theme
           
 

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

Classes in com.liferay.portal.model.impl that implement Plugin
 class LayoutTemplateImpl
           
 class PluginBaseImpl
           
 class ThemeImpl
           
 

Uses of Plugin in com.liferay.portal.plugin
 

Methods in com.liferay.portal.plugin with type parameters of type Plugin
static
<P extends Plugin>
List<P>
PluginUtil.restrictPlugins(List<P> plugins, long companyId, long userId)
           
static
<P extends Plugin>
List<P>
PluginUtil.restrictPlugins(List<P> plugins, User user)
           
 


Liferay 6.1.2-ce-ga3