Liferay 7.0-ce-m3

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.portal.template   
com.liferay.portlet.assetcategoriesnavigation.template   
com.liferay.portlet.assetpublisher.template   
com.liferay.portlet.assettagsnavigation.template   
com.liferay.portlet.blogs.template   
com.liferay.portlet.breadcrumb.template   
com.liferay.portlet.documentlibrary.template   
com.liferay.portlet.dynamicdatalists.template   
com.liferay.portlet.dynamicdatamapping.template   
com.liferay.portlet.journal.template   
com.liferay.portlet.language.template   
com.liferay.portlet.portletdisplaytemplate.util   
com.liferay.portlet.sitemap.template   
com.liferay.portlet.wiki.template   
 

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)
          Returns the template's map of script variable groups for which hints are displayed in the template editor palette.
 

Uses of TemplateVariableGroup in com.liferay.portal.template
 

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

Uses of TemplateVariableGroup in com.liferay.portlet.assetcategoriesnavigation.template
 

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

Uses of TemplateVariableGroup in com.liferay.portlet.assetpublisher.template
 

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

Uses of TemplateVariableGroup in com.liferay.portlet.assettagsnavigation.template
 

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

Uses of TemplateVariableGroup in com.liferay.portlet.blogs.template
 

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

Uses of TemplateVariableGroup in com.liferay.portlet.breadcrumb.template
 

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

Uses of TemplateVariableGroup in com.liferay.portlet.documentlibrary.template
 

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

Uses of TemplateVariableGroup in com.liferay.portlet.dynamicdatalists.template
 

Methods in com.liferay.portlet.dynamicdatalists.template that return TemplateVariableGroup
protected  TemplateVariableGroup DDLTemplateHandler.getDDLVariablesTemplateVariableGroups()
           
 

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

Uses of TemplateVariableGroup in com.liferay.portlet.dynamicdatamapping.template
 

Methods in com.liferay.portlet.dynamicdatamapping.template that return TemplateVariableGroup
protected  TemplateVariableGroup BaseDDMTemplateHandler.getGeneralVariablesTemplateVariableGroup()
           
protected  TemplateVariableGroup BaseDDMTemplateHandler.getStructureFieldsTemplateVariableGroup(long ddmStructureId, Locale locale)
           
protected  TemplateVariableGroup BaseDDMTemplateHandler.getUtilTemplateVariableGroup()
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.template with parameters of type TemplateVariableGroup
protected  void BaseDDMTemplateHandler.addTemplateVariableGroup(Map<String,TemplateVariableGroup> templateVariableGroups, TemplateVariableGroup templateVariableGroup)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.template with type arguments of type TemplateVariableGroup
protected  void BaseDDMTemplateHandler.addTemplateVariableGroup(Map<String,TemplateVariableGroup> templateVariableGroups, TemplateVariableGroup templateVariableGroup)
           
 

Uses of TemplateVariableGroup in com.liferay.portlet.journal.template
 

Methods in com.liferay.portlet.journal.template that return TemplateVariableGroup
protected  TemplateVariableGroup JournalTemplateHandler.getUtilTemplateVariableGroup()
           
 

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

Uses of TemplateVariableGroup in com.liferay.portlet.language.template
 

Methods in com.liferay.portlet.language.template that return types with arguments of type TemplateVariableGroup
 Map<String,TemplateVariableGroup> LanguagePortletDisplayTemplateHandler.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
 Map<String,TemplateVariableGroup> PortletDisplayTemplate.getTemplateVariableGroups(String language)
           
static Map<String,TemplateVariableGroup> PortletDisplayTemplateUtil.getTemplateVariableGroups(String language)
          Returns the portlet display template's map of script variable groups for which hints are displayed in the template editor palette.
 Map<String,TemplateVariableGroup> PortletDisplayTemplateImpl.getTemplateVariableGroups(String language)
           
 

Uses of TemplateVariableGroup in com.liferay.portlet.sitemap.template
 

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

Uses of TemplateVariableGroup in com.liferay.portlet.wiki.template
 

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


Liferay 7.0-ce-m3