Liferay 6.2-ce-ga5

com.liferay.portlet.portletdisplaytemplate.util
Interface PortletDisplayTemplate


public interface PortletDisplayTemplate


Field Summary
static String DISPLAY_STYLE_PREFIX
           
 
Method Summary
 DDMTemplate fetchDDMTemplate(long groupId, String displayStyle)
           
 long getDDMTemplateGroupId(long groupId)
           
 String getDDMTemplateUuid(String displayStyle)
           
 long getPortletDisplayTemplateDDMTemplateId(long groupId, String displayStyle)
           
 List<TemplateHandler> getPortletDisplayTemplateHandlers()
           
 Map<String,TemplateVariableGroup> getTemplateVariableGroups(String language)
           
 String renderDDMTemplate(javax.servlet.jsp.PageContext pageContext, long ddmTemplateId, List<?> entries)
           
 String renderDDMTemplate(javax.servlet.jsp.PageContext pageContext, long ddmTemplateId, List<?> entries, Map<String,Object> contextObjects)
           
 

Field Detail

DISPLAY_STYLE_PREFIX

static final String DISPLAY_STYLE_PREFIX
See Also:
Constant Field Values
Method Detail

fetchDDMTemplate

DDMTemplate fetchDDMTemplate(long groupId,
                             String displayStyle)

getDDMTemplateGroupId

long getDDMTemplateGroupId(long groupId)

getDDMTemplateUuid

String getDDMTemplateUuid(String displayStyle)

getPortletDisplayTemplateDDMTemplateId

long getPortletDisplayTemplateDDMTemplateId(long groupId,
                                            String displayStyle)

getPortletDisplayTemplateHandlers

List<TemplateHandler> getPortletDisplayTemplateHandlers()

getTemplateVariableGroups

Map<String,TemplateVariableGroup> getTemplateVariableGroups(String language)

renderDDMTemplate

String renderDDMTemplate(javax.servlet.jsp.PageContext pageContext,
                         long ddmTemplateId,
                         List<?> entries)
                         throws Exception
Throws:
Exception

renderDDMTemplate

String renderDDMTemplate(javax.servlet.jsp.PageContext pageContext,
                         long ddmTemplateId,
                         List<?> entries,
                         Map<String,Object> contextObjects)
                         throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5