Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.template.TemplateVariableGroup

Packages that use TemplateVariableGroup
com.liferay.portal.kernel.portletdisplaytemplate   
com.liferay.portal.kernel.template   
com.liferay.portlet.portletdisplaytemplate.util   
 

Uses of TemplateVariableGroup in com.liferay.portal.kernel.portletdisplaytemplate
 

Methods in com.liferay.portal.kernel.portletdisplaytemplate that return types with arguments of type TemplateVariableGroup
 Map<String,TemplateVariableGroup> BasePortletDisplayTemplateHandler.getTemplateVariableGroups(long classPK, String language, Locale locale)
           
 

Uses of TemplateVariableGroup in com.liferay.portal.kernel.template
 

Methods in com.liferay.portal.kernel.template that return types with arguments of type TemplateVariableGroup
 Map<String,TemplateVariableGroup> TemplateHandler.getTemplateVariableGroups(long classPK, String language, Locale locale)
           
 

Uses of TemplateVariableGroup in com.liferay.portlet.portletdisplaytemplate.util
 

Methods in com.liferay.portlet.portletdisplaytemplate.util that return types with arguments of type TemplateVariableGroup
static Map<String,TemplateVariableGroup> PortletDisplayTemplateUtil.getTemplateVariableGroups(String language)
           
 Map<String,TemplateVariableGroup> PortletDisplayTemplate.getTemplateVariableGroups(String language)
           
 


Liferay 6.2-ce-ga5