|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginPackage | |
|---|---|
| com.liferay.portal.kernel.deploy | |
| com.liferay.portal.kernel.deploy.auto.context | |
| 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.service | This package defines the portal service interfaces and classes. |
| Uses of PluginPackage in com.liferay.portal.kernel.deploy |
|---|
| Methods in com.liferay.portal.kernel.deploy that return PluginPackage | |
|---|---|
PluginPackage |
DeployManager.getInstalledPluginPackage(String context)
|
static PluginPackage |
DeployManagerUtil.getInstalledPluginPackage(String context)
|
PluginPackage |
Deployer.readPluginPackage(File file)
|
PluginPackage |
DeployManager.readPluginPackageProperties(String displayName,
Properties properties)
|
static PluginPackage |
DeployManagerUtil.readPluginPackageProperties(String displayName,
Properties properties)
|
PluginPackage |
DeployManager.readPluginPackageXml(String xml)
|
static PluginPackage |
DeployManagerUtil.readPluginPackageXml(String xml)
|
| Methods in com.liferay.portal.kernel.deploy that return types with arguments of type PluginPackage | |
|---|---|
List<PluginPackage> |
DeployManager.getInstalledPluginPackages()
|
static List<PluginPackage> |
DeployManagerUtil.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.auto.context |
|---|
| Methods in com.liferay.portal.kernel.deploy.auto.context that return PluginPackage | |
|---|---|
PluginPackage |
AutoDeploymentContext.getPluginPackage()
|
| Methods in com.liferay.portal.kernel.deploy.auto.context with parameters of type PluginPackage | |
|---|---|
void |
AutoDeploymentContext.setPluginPackage(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 |
PortletWrapper.getPluginPackage()
Returns this portlet's plugin package. |
PluginPackage |
Portlet.getPluginPackage()
Returns this portlet's plugin package. |
PluginPackage |
Plugin.getPluginPackage()
|
| Methods in com.liferay.portal.model with parameters of type PluginPackage | |
|---|---|
void |
PortletWrapper.setPluginPackage(PluginPackage pluginPackage)
Sets this portlet's plugin package. |
void |
Portlet.setPluginPackage(PluginPackage pluginPackage)
Sets this portlet's plugin package. |
void |
Plugin.setPluginPackage(PluginPackage pluginPackage)
|
| Uses of PluginPackage in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service with parameters of type PluginPackage | |
|---|---|
static List<LayoutTemplate> |
LayoutTemplateLocalServiceUtil.init(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
List<LayoutTemplate> |
LayoutTemplateLocalServiceWrapper.init(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
List<LayoutTemplate> |
LayoutTemplateLocalService.init(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
List<Theme> |
ThemeLocalService.init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
|
List<Theme> |
ThemeLocalServiceWrapper.init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
|
static List<Theme> |
ThemeLocalServiceUtil.init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
|
static List<LayoutTemplate> |
LayoutTemplateLocalServiceUtil.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
List<LayoutTemplate> |
LayoutTemplateLocalServiceWrapper.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
List<LayoutTemplate> |
LayoutTemplateLocalService.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
List<Theme> |
ThemeLocalService.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
|
List<Theme> |
ThemeLocalServiceWrapper.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
|
static List<Theme> |
ThemeLocalServiceUtil.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
|
void |
PortletLocalService.initEAR(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
void |
PortletLocalServiceWrapper.initEAR(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
static void |
PortletLocalServiceUtil.initEAR(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
List<Portlet> |
PortletLocalService.initWAR(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
List<Portlet> |
PortletLocalServiceWrapper.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<LayoutTemplate> layoutTemplates,
Element element,
boolean standard,
String themeId,
PluginPackage pluginPackage)
|
void |
LayoutTemplateLocalServiceWrapper.readLayoutTemplate(String servletContextName,
javax.servlet.ServletContext servletContext,
Set<LayoutTemplate> layoutTemplates,
Element element,
boolean standard,
String themeId,
PluginPackage pluginPackage)
|
void |
LayoutTemplateLocalService.readLayoutTemplate(String servletContextName,
javax.servlet.ServletContext servletContext,
Set<LayoutTemplate> layoutTemplates,
Element element,
boolean standard,
String themeId,
PluginPackage pluginPackage)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||