Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.theme.ThemeCompanyId

Packages that use ThemeCompanyId
com.liferay.portal.theme This package defines the portal theme classes. 
 

Uses of ThemeCompanyId in com.liferay.portal.theme
 

Subclasses of ThemeCompanyId in com.liferay.portal.theme
 class ThemeGroupId
           
 

Methods in com.liferay.portal.theme that return types with arguments of type ThemeCompanyId
 List<ThemeCompanyId> ThemeCompanyLimit.getExcludes()
           
 List<ThemeCompanyId> ThemeCompanyLimit.getIncludes()
           
 

Method parameters in com.liferay.portal.theme with type arguments of type ThemeCompanyId
 void ThemeCompanyLimit.setExcludes(List<? extends ThemeCompanyId> excludes)
           
 void ThemeCompanyLimit.setIncludes(List<? extends ThemeCompanyId> includes)
           
 


Liferay 6.2-ce-ga5