Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.plugin.PluginPackage

Packages that use PluginPackage
com.liferay.portal.deploy   
com.liferay.portal.deploy.auto   
com.liferay.portal.deploy.auto.exploded.tomcat   
com.liferay.portal.deploy.hot   
com.liferay.portal.deploy.sandbox   
com.liferay.portal.kernel.deploy   
com.liferay.portal.kernel.deploy.hot   
com.liferay.portal.kernel.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   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.servlet   
com.liferay.portal.tools.deploy   
 

Uses of PluginPackage in com.liferay.portal.deploy
 

Methods in com.liferay.portal.deploy that return PluginPackage
 PluginPackage DeployManagerImpl.getInstalledPluginPackage(String context)
           
 PluginPackage DeployManagerImpl.readPluginPackageProperties(String displayName, Properties properties)
           
 PluginPackage DeployManagerImpl.readPluginPackageXml(String xml)
           
 

Methods in com.liferay.portal.deploy that return types with arguments of type PluginPackage
 List<PluginPackage> DeployManagerImpl.getInstalledPluginPackages()
           
 

Uses of PluginPackage in com.liferay.portal.deploy.auto
 

Methods in com.liferay.portal.deploy.auto with parameters of type PluginPackage
 void MVCPortletAutoDeployer.copyXmls(File srcFile, String displayName, PluginPackage pluginPackage)
           
 void WAIAutoDeployer.copyXmls(File srcFile, String displayName, PluginPackage pluginPackage)
           
 void PHPPortletAutoDeployer.copyXmls(File srcFile, String displayName, PluginPackage pluginPackage)
           
 

Uses of PluginPackage in com.liferay.portal.deploy.auto.exploded.tomcat
 

Methods in com.liferay.portal.deploy.auto.exploded.tomcat with parameters of type PluginPackage
 void PortletExplodedTomcatDeployer.explodedTomcatDeploy(File contextFile, File webAppDir, PluginPackage pluginPackage)
           
 void HookExplodedTomcatDeployer.explodedTomcatDeploy(File contextFile, File webAppDir, PluginPackage pluginPackage)
           
 void ExplodedTomcatDeployer.explodedTomcatDeploy(File contextFile, File webAppDir, PluginPackage pluginPackage)
           
 void PHPPortletExplodedTomcatDeployer.explodedTomcatDeploy(File contextFile, File webAppDir, PluginPackage pluginPackage)
           
 void MVCPortletExplodedTomcatDeployer.explodedTomcatDeploy(File contextFile, File webAppDir, PluginPackage pluginPackage)
           
 void ThemeExplodedTomcatDeployer.explodedTomcatDeploy(File contextFile, File webAppDir, PluginPackage pluginPackage)
           
 void LayoutTemplateExplodedTomcatDeployer.explodedTomcatDeploy(File contextFile, File webAppDir, PluginPackage pluginPackage)
           
 

Uses of PluginPackage in com.liferay.portal.deploy.hot
 

Methods in com.liferay.portal.deploy.hot with parameters of type PluginPackage
protected  void HookHotDeployListener.initCustomJspDir(javax.servlet.ServletContext servletContext, String servletContextName, ClassLoader portletClassLoader, PluginPackage pluginPackage, Element rootElement)
           
 

Uses of PluginPackage in com.liferay.portal.deploy.sandbox
 

Methods in com.liferay.portal.deploy.sandbox with parameters of type PluginPackage
protected  void PortletSandboxHandler.clonePlugin(File dir, PluginPackage pluginPackage)
           
protected abstract  void BaseSandboxHandler.clonePlugin(File dir, PluginPackage pluginPackage)
           
protected  void ThemeSandboxHandler.clonePlugin(File dir, PluginPackage pluginPackage)
           
 void ThemeSandboxDeployListener.copyXmls(File srcFile, String displayName, PluginPackage pluginPackage)
           
 

Uses of PluginPackage in com.liferay.portal.kernel.deploy
 

Methods in com.liferay.portal.kernel.deploy that return PluginPackage
static PluginPackage DeployManagerUtil.getInstalledPluginPackage(String context)
           
 PluginPackage DeployManager.getInstalledPluginPackage(String context)
           
 PluginPackage Deployer.readPluginPackage(File file)
           
static PluginPackage DeployManagerUtil.readPluginPackageProperties(String displayName, Properties properties)
           
 PluginPackage DeployManager.readPluginPackageProperties(String displayName, Properties properties)
           
static PluginPackage DeployManagerUtil.readPluginPackageXml(String xml)
           
 PluginPackage DeployManager.readPluginPackageXml(String xml)
           
 

Methods in com.liferay.portal.kernel.deploy that return types with arguments of type PluginPackage
static List<PluginPackage> DeployManagerUtil.getInstalledPluginPackages()
           
 List<PluginPackage> DeployManager.getInstalledPluginPackages()
           
 

Methods in com.liferay.portal.kernel.deploy with parameters of type PluginPackage
 void Deployer.copyJars(File srcFile, PluginPackage pluginPackage)
           
 void Deployer.copyProperties(File srcFile, PluginPackage pluginPackage)
           
 void Deployer.copyTlds(File srcFile, PluginPackage pluginPackage)
           
 void Deployer.copyXmls(File srcFile, String displayName, PluginPackage pluginPackage)
           
 Map<String,String> Deployer.processPluginPackageProperties(File srcFile, String displayName, PluginPackage pluginPackage)
           
 void Deployer.updateWebXml(File webXml, File srcFile, String displayName, PluginPackage pluginPackage)
           
 

Uses of PluginPackage in com.liferay.portal.kernel.deploy.hot
 

Methods in com.liferay.portal.kernel.deploy.hot that return PluginPackage
 PluginPackage HotDeployEvent.getPluginPackage()
           
 

Methods in com.liferay.portal.kernel.deploy.hot with parameters of type PluginPackage
 void HotDeployEvent.setPluginPackage(PluginPackage pluginPackage)
           
 

Uses of PluginPackage in com.liferay.portal.kernel.plugin
 

Methods in com.liferay.portal.kernel.plugin that return PluginPackage
 PluginPackage RemotePluginPackageRepository.findPluginByArtifactURL(String artifactURL)
           
 PluginPackage RemotePluginPackageRepository.findPluginPackageByModuleId(String moduleId)
           
 

Methods in com.liferay.portal.kernel.plugin that return types with arguments of type PluginPackage
 List<PluginPackage> RemotePluginPackageRepository.findPluginsByGroupIdAndArtifactId(String groupId, String artifactId)
           
 List<PluginPackage> RemotePluginPackageRepository.getPluginPackages()
           
 

Methods in com.liferay.portal.kernel.plugin with parameters of type PluginPackage
 void RemotePluginPackageRepository.addPluginPackage(PluginPackage pluginPackage)
           
 int PluginPackageNameAndContextComparator.compare(PluginPackage package1, PluginPackage package2)
           
 boolean PluginPackage.isLaterVersionThan(PluginPackage pluginPackage)
           
 boolean PluginPackage.isPreviousVersionThan(PluginPackage pluginPackage)
           
 boolean PluginPackage.isSameVersionAs(PluginPackage pluginPackage)
           
 void RemotePluginPackageRepository.removePlugin(PluginPackage pluginPackage)
           
 

Uses of PluginPackage in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PluginPackage
 PluginPackage Plugin.getPluginPackage()
           
 PluginPackage Portlet.getPluginPackage()
          Returns this portlet's plugin package.
 PluginPackage PortletWrapper.getPluginPackage()
          Returns this portlet's plugin package.
 

Methods in com.liferay.portal.model with parameters of type PluginPackage
 void Plugin.setPluginPackage(PluginPackage pluginPackage)
           
 void Portlet.setPluginPackage(PluginPackage pluginPackage)
          Sets this portlet's plugin package.
 void PortletWrapper.setPluginPackage(PluginPackage pluginPackage)
          Sets this portlet's plugin package.
 

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

Methods in com.liferay.portal.model.impl that return PluginPackage
 PluginPackage PortletImpl.getPluginPackage()
          Returns this portlet's plugin package.
 PluginPackage PluginBaseImpl.getPluginPackage()
           
 

Methods in com.liferay.portal.model.impl with parameters of type PluginPackage
 void PortletImpl.setPluginPackage(PluginPackage pluginPackage)
          Sets this portlet's plugin package.
 void PluginBaseImpl.setPluginPackage(PluginPackage pluginPackage)
           
 

Constructors in com.liferay.portal.model.impl with parameters of type PluginPackage
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 PluginPackage in com.liferay.portal.plugin
 

Classes in com.liferay.portal.plugin that implement PluginPackage
 class PluginPackageImpl
           
 

Methods in com.liferay.portal.plugin that return PluginPackage
static PluginPackage PluginPackageUtil.getInstalledPluginPackage(String context)
           
 PluginPackage LocalPluginPackageRepository.getInstallingPluginPackage(String context)
           
static PluginPackage PluginPackageUtil.getLatestAvailablePluginPackage(String groupId, String artifactId)
           
static PluginPackage PluginPackageUtil.getLatestInstalledPluginPackage(String groupId, String artifactId)
           
 PluginPackage LocalPluginPackageRepository.getLatestPluginPackage(String groupId, String artifactId)
           
 PluginPackage LocalPluginPackageRepository.getPluginPackage(String context)
           
static PluginPackage PluginPackageUtil.getPluginPackageByModuleId(String moduleId, String repositoryURL)
           
static PluginPackage PluginPackageUtil.getPluginPackageByURL(String url)
           
static PluginPackage PluginPackageUtil.readPluginPackageProperties(String displayName, Properties properties)
           
static PluginPackage PluginPackageUtil.readPluginPackageServletContext(javax.servlet.ServletContext servletContext)
           
static PluginPackage PluginPackageUtil.readPluginPackageXml(Element pluginPackageElement)
           
static PluginPackage PluginPackageUtil.readPluginPackageXml(String xml)
           
 

Methods in com.liferay.portal.plugin that return types with arguments of type PluginPackage
static List<PluginPackage> PluginPackageUtil.getAllAvailablePluginPackages()
           
static List<PluginPackage> PluginPackageUtil.getInstalledPluginPackages()
           
 List<PluginPackage> LocalPluginPackageRepository.getPluginPackages()
           
 List<PluginPackage> LocalPluginPackageRepository.getPluginPackages(String groupId, String artifactId)
           
 List<PluginPackage> LocalPluginPackageRepository.getSortedPluginPackages()
           
 

Methods in com.liferay.portal.plugin with parameters of type PluginPackage
 void LocalPluginPackageRepository.addPluginPackage(PluginPackage pluginPackage)
           
 int PluginPackageImpl.compareTo(PluginPackage pluginPackage)
           
static String[] PluginPackageUtil.getStatusAndInstalledVersion(PluginPackage pluginPackage)
           
static boolean PluginPackageUtil.isIgnored(PluginPackage pluginPackage)
           
 boolean PluginPackageImpl.isLaterVersionThan(PluginPackage pluginPackage)
           
 boolean PluginPackageImpl.isPreviousVersionThan(PluginPackage pluginPackage)
           
 boolean PluginPackageImpl.isSameVersionAs(PluginPackage pluginPackage)
           
static void PluginPackageUtil.registerInstalledPluginPackage(PluginPackage pluginPackage)
           
 void LocalPluginPackageRepository.registerPluginPackageInstallation(PluginPackage pluginPackage)
           
 void LocalPluginPackageRepository.removePluginPackage(PluginPackage pluginPackage)
           
static void PluginPackageUtil.unregisterInstalledPluginPackage(PluginPackage pluginPackage)
           
static void PluginPackageUtil.updateInstallingPluginPackage(String preliminaryContext, PluginPackage pluginPackage)
           
 

Uses of PluginPackage in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type PluginPackage
static List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalServiceUtil.init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalServiceWrapper.init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalService.init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<String> ThemeLocalService.init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
static List<String> ThemeLocalServiceUtil.init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<String> ThemeLocalServiceWrapper.init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
static List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalServiceUtil.init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalServiceWrapper.init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalService.init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<String> ThemeLocalService.init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
static List<String> ThemeLocalServiceUtil.init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<String> ThemeLocalServiceWrapper.init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 void PortletLocalServiceWrapper.initEAR(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 void PortletLocalService.initEAR(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
static void PortletLocalServiceUtil.initEAR(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<Portlet> PortletLocalServiceWrapper.initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<Portlet> PortletLocalService.initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
static List<Portlet> PortletLocalServiceUtil.initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
static void LayoutTemplateLocalServiceUtil.readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
 void LayoutTemplateLocalServiceWrapper.readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
 void LayoutTemplateLocalService.readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
 

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

Methods in com.liferay.portal.service.impl with parameters of type PluginPackage
 List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalServiceImpl.init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<String> ThemeLocalServiceImpl.init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalServiceImpl.init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<String> ThemeLocalServiceImpl.init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 void PortletLocalServiceImpl.initEAR(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<Portlet> PortletLocalServiceImpl.initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 void LayoutTemplateLocalServiceImpl.readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
 

Uses of PluginPackage in com.liferay.portal.servlet
 

Methods in com.liferay.portal.servlet that return PluginPackage
protected  PluginPackage MainServlet.initPluginPackage()
           
 

Methods in com.liferay.portal.servlet with parameters of type PluginPackage
protected  void MainServlet.initLayoutTemplates(PluginPackage pluginPackage, List<Portlet> portlets)
           
protected  List<Portlet> MainServlet.initPortlets(PluginPackage pluginPackage)
           
protected  void MainServlet.initSocial(PluginPackage pluginPackage)
           
protected  void MainServlet.initThemes(PluginPackage pluginPackage, List<Portlet> portlets)
           
 

Uses of PluginPackage in com.liferay.portal.tools.deploy
 

Methods in com.liferay.portal.tools.deploy that return PluginPackage
 PluginPackage BaseDeployer.readPluginPackage(File file)
           
 

Methods in com.liferay.portal.tools.deploy with parameters of type PluginPackage
 void BaseDeployer.copyDtds(File srcFile, PluginPackage pluginPackage)
           
 void BaseDeployer.copyJars(File srcFile, PluginPackage pluginPackage)
           
 void BaseDeployer.copyProperties(File srcFile, PluginPackage pluginPackage)
           
 void BaseDeployer.copyTlds(File srcFile, PluginPackage pluginPackage)
           
 void PortletDeployer.copyXmls(File srcFile, String displayName, PluginPackage pluginPackage)
           
 void BaseDeployer.copyXmls(File srcFile, String displayName, PluginPackage pluginPackage)
           
 void WebDeployer.copyXmls(File srcFile, String displayName, PluginPackage pluginPackage)
           
 void HookDeployer.copyXmls(File srcFile, String displayName, PluginPackage pluginPackage)
           
 void BaseDeployer.deployDirectory(File srcFile, File mergeDir, File deployDir, String displayName, boolean overwrite, PluginPackage pluginPackage)
           
 void BaseDeployer.deployDirectory(File srcFile, String displayName, boolean override, PluginPackage pluginPackage)
           
 boolean BaseDeployer.deployFile(File srcFile, File mergeDir, File deployDir, String displayName, boolean overwrite, PluginPackage pluginPackage)
           
 Map<String,String> BaseDeployer.getPluginPackageXmlFilterMap(PluginPackage pluginPackage)
           
 Map<String,String> BaseDeployer.processPluginPackageProperties(File srcFile, String displayName, PluginPackage pluginPackage)
           
 Map<String,String> ThemeDeployer.processPluginPackageProperties(File srcFile, String displayName, PluginPackage pluginPackage)
           
 void BaseDeployer.updateGeronimoWebXml(File srcFile, String displayName, PluginPackage pluginPackage)
           
 void BaseDeployer.updateWebXml(File webXml, File srcFile, String displayName, PluginPackage pluginPackage)
           
 


Liferay 6.1.2-ce-ga3