Liferay 6.0-ee

Uses of Class
com.liferay.portal.kernel.plugin.License

Packages that use License
com.liferay.portal.kernel.plugin   
com.liferay.portal.plugin   
com.liferay.portal.tools.deploy   
com.liferay.util   
 

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

Methods in com.liferay.portal.kernel.plugin that return types with arguments of type License
 List<License> PluginPackage.getLicenses()
           
 

Method parameters in com.liferay.portal.kernel.plugin with type arguments of type License
 void PluginPackage.setLicenses(List<License> licenses)
           
 

Uses of License in com.liferay.portal.plugin
 

Methods in com.liferay.portal.plugin that return types with arguments of type License
 List<License> PluginPackageImpl.getLicenses()
           
 

Method parameters in com.liferay.portal.plugin with type arguments of type License
 void PluginPackageImpl.setLicenses(List<License> licenses)
           
 

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

Method parameters in com.liferay.portal.tools.deploy with type arguments of type License
protected  String BaseDeployer.getPluginPackageLicensesXml(List<License> licenses)
           
 

Uses of License in com.liferay.util
 

Subclasses of License in com.liferay.util
 class License
          Deprecated. License
 


Liferay 6.0-ee