Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.dynamicdatamapping.DDMTemplate

Packages that use DDMTemplate
com.liferay.portal.kernel.portletdisplaytemplate   
com.liferay.portal.kernel.template   
com.liferay.portlet.dynamicdatamapping   
com.liferay.portlet.dynamicdatamapping.util.test   
 

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

Methods in com.liferay.portal.kernel.portletdisplaytemplate that return DDMTemplate
static DDMTemplate PortletDisplayTemplateManagerUtil.getDDMTemplate(long groupId, long classNameId, String displayStyle, boolean useDefault)
           
 DDMTemplate PortletDisplayTemplateManager.getDDMTemplate(long groupId, long classNameId, String displayStyle, boolean useDefault)
           
 

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

Constructors in com.liferay.portal.kernel.template with parameters of type DDMTemplate
DDMTemplateResource(String ddmTemplateKey, DDMTemplate ddmTemplate)
           
 

Uses of DDMTemplate in com.liferay.portlet.dynamicdatamapping
 

Methods in com.liferay.portlet.dynamicdatamapping that return DDMTemplate
 DDMTemplate DDMTemplateManager.addTemplate(long userId, long groupId, long classNameId, long classPK, long resourceClassNameId, String templateKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, boolean cacheable, boolean smallImage, String smallImageURL, File smallImageFile, ServiceContext serviceContext)
           
static DDMTemplate DDMTemplateManagerUtil.addTemplate(long userId, long groupId, long classNameId, long classPK, long resourceClassNameId, String templateKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, boolean cacheable, boolean smallImage, String smallImageURL, File smallImageFile, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateManager.fetchTemplate(long groupId, long classNameId, String templateKey)
           
static DDMTemplate DDMTemplateManagerUtil.fetchTemplate(long groupId, long classNameId, String templateKey)
           
 DDMTemplate DDMTemplateManager.getTemplate(long templateId)
           
static DDMTemplate DDMTemplateManagerUtil.getTemplate(long templateId)
           
 

Uses of DDMTemplate in com.liferay.portlet.dynamicdatamapping.util.test
 

Methods in com.liferay.portlet.dynamicdatamapping.util.test that return DDMTemplate
static DDMTemplate DDMTemplateTestUtil.addTemplate(long groupId, long classNameId, long classPK, long resourceClassNameId)
           
static DDMTemplate DDMTemplateTestUtil.addTemplate(long groupId, long classNameId, long classPK, long resourceClassNameId, String language, String script, Locale defaultLocale)
           
 


Liferay 7.0-ce-b4