Liferay 6.2-ce-ga5

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

Packages that use ThemeCompanyLimit
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.theme This package defines the portal theme classes. 
 

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.2-ce-ga5