Liferay 6.1.2-ce-ga3

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

Packages that use ThemeGroupLimit
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. 
 

Uses of ThemeGroupLimit in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return ThemeGroupLimit
 ThemeGroupLimit Theme.getThemeGroupLimit()
           
 

Methods in com.liferay.portal.model with parameters of type ThemeGroupLimit
 void Theme.setThemeGroupLimit(ThemeGroupLimit themeGroupLimit)
           
 

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

Methods in com.liferay.portal.model.impl that return ThemeGroupLimit
 ThemeGroupLimit ThemeImpl.getThemeGroupLimit()
           
 

Methods in com.liferay.portal.model.impl with parameters of type ThemeGroupLimit
 void ThemeImpl.setThemeGroupLimit(ThemeGroupLimit themeGroupLimit)
           
 


Liferay 6.1.2-ce-ga3