Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.ThemeSetting

Packages that use ThemeSetting
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.portlet.layoutsadmin.action   
 

Uses of ThemeSetting in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return types with arguments of type ThemeSetting
 Map<String,ThemeSetting> Theme.getConfigurableSettings()
           
 Map<String,ThemeSetting> Theme.getSettings()
           
 

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

Classes in com.liferay.portal.model.impl that implement ThemeSetting
 class ThemeSettingImpl
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type ThemeSetting
 Map<String,ThemeSetting> ThemeImpl.getConfigurableSettings()
           
 Map<String,ThemeSetting> ThemeImpl.getSettings()
           
 

Uses of ThemeSetting in com.liferay.portlet.layoutsadmin.action
 

Method parameters in com.liferay.portlet.layoutsadmin.action with type arguments of type ThemeSetting
protected  void EditLayoutsAction.setThemeSettingProperties(ActionRequest actionRequest, UnicodeProperties typeSettingsProperties, String themeId, Map<String,ThemeSetting> themeSettings, String device, String deviceThemeId)
           
protected  void EditLayoutSetAction.setThemeSettingProperties(ActionRequest actionRequest, UnicodeProperties typeSettingsProperties, String themeId, Map<String,ThemeSetting> themeSettings, String device, String deviceThemeId)
           
 


Liferay 6.1.2-ce-ga3