Liferay 6.0.5

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

Packages that use ThemeCompanyLimit
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.theme   
 

Uses of ThemeCompanyLimit in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return ThemeCompanyLimit
 ThemeCompanyLimit Theme.getThemeCompanyLimit()
           
 

Methods in com.liferay.portal.model with parameters of type ThemeCompanyLimit
 void Theme.setThemeCompanyLimit(ThemeCompanyLimit themeCompanyLimit)
           
 

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

Methods in com.liferay.portal.model.impl that return ThemeCompanyLimit
 ThemeCompanyLimit ThemeImpl.getThemeCompanyLimit()
           
 

Methods in com.liferay.portal.model.impl with parameters of type ThemeCompanyLimit
protected  boolean ThemeImpl.isAvailable(ThemeCompanyLimit limit, long id)
           
 void ThemeImpl.setThemeCompanyLimit(ThemeCompanyLimit themeCompanyLimit)
           
 

Uses of ThemeCompanyLimit in com.liferay.portal.theme
 

Subclasses of ThemeCompanyLimit in com.liferay.portal.theme
 class ThemeGroupLimit
           
 


Liferay 6.0.5