Liferay 6.2.0-ce-m3

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

Packages that use DDMTemplate
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.portletdisplaytemplate.util   
 

Uses of DDMTemplate in com.liferay.portlet.dynamicdatamapping.model
 

Classes in com.liferay.portlet.dynamicdatamapping.model that implement DDMTemplate
 class DDMTemplateWrapper
           This class is a wrapper for DDMTemplate.
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMTemplate
 DDMTemplate DDMTemplateWrapper.getWrappedDDMTemplate()
          Deprecated. Renamed to DDMTemplateWrapper.getWrappedModel()
 DDMTemplate DDMTemplateWrapper.getWrappedModel()
           
 DDMTemplate DDMTemplateWrapper.toEscapedModel()
           
 DDMTemplate DDMTemplateModel.toEscapedModel()
           
 DDMTemplate DDMTemplateWrapper.toUnescapedModel()
           
 DDMTemplate DDMTemplateModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return types with arguments of type DDMTemplate
 List<DDMTemplate> DDMStructureWrapper.getTemplates()
           
 List<DDMTemplate> DDMStructure.getTemplates()
           
 CacheModel<DDMTemplate> DDMTemplateWrapper.toCacheModel()
           
 CacheModel<DDMTemplate> DDMTemplateModel.toCacheModel()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMTemplate
 int DDMTemplateWrapper.compareTo(DDMTemplate ddmTemplate)
           
 int DDMTemplateModel.compareTo(DDMTemplate ddmTemplate)
           
static DDMTemplateSoap DDMTemplateSoap.toSoapModel(DDMTemplate model)
           
static DDMTemplateSoap[] DDMTemplateSoap.toSoapModels(DDMTemplate[] models)
           
static DDMTemplateSoap[][] DDMTemplateSoap.toSoapModels(DDMTemplate[][] models)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.model with type arguments of type DDMTemplate
static DDMTemplateSoap[] DDMTemplateSoap.toSoapModels(List<DDMTemplate> models)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMTemplate
DDMTemplateWrapper(DDMTemplate ddmTemplate)
           
 

Uses of DDMTemplate in com.liferay.portlet.dynamicdatamapping.service
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMTemplate
 DDMTemplate DDMTemplateLocalServiceWrapper.addDDMTemplate(DDMTemplate ddmTemplate)
          Adds the d d m template to the database.
static DDMTemplate DDMTemplateLocalServiceUtil.addDDMTemplate(DDMTemplate ddmTemplate)
          Adds the d d m template to the database.
 DDMTemplate DDMTemplateLocalService.addDDMTemplate(DDMTemplate ddmTemplate)
          Adds the d d m template to the database.
 DDMTemplate DDMTemplateLocalServiceWrapper.addTemplate(long userId, long groupId, long classNameId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
           
static DDMTemplate DDMTemplateLocalServiceUtil.addTemplate(long userId, long groupId, long classNameId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateLocalService.addTemplate(long userId, long groupId, long classNameId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateLocalServiceWrapper.addTemplate(long userId, long groupId, long classNameId, long classPK, 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 DDMTemplateLocalServiceUtil.addTemplate(long userId, long groupId, long classNameId, long classPK, 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 DDMTemplateLocalService.addTemplate(long userId, long groupId, long classNameId, long classPK, 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 DDMTemplateServiceWrapper.addTemplate(long groupId, long classNameId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
           
static DDMTemplate DDMTemplateServiceUtil.addTemplate(long groupId, long classNameId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateService.addTemplate(long groupId, long classNameId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateServiceWrapper.addTemplate(long groupId, long classNameId, long classPK, 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 DDMTemplateServiceUtil.addTemplate(long groupId, long classNameId, long classPK, 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 DDMTemplateService.addTemplate(long groupId, long classNameId, long classPK, 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 DDMTemplateLocalServiceWrapper.copyTemplate(long userId, long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
static DDMTemplate DDMTemplateLocalServiceUtil.copyTemplate(long userId, long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateLocalService.copyTemplate(long userId, long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateServiceWrapper.copyTemplate(long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
static DDMTemplate DDMTemplateServiceUtil.copyTemplate(long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateService.copyTemplate(long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateLocalServiceWrapper.createDDMTemplate(long templateId)
          Creates a new d d m template with the primary key.
static DDMTemplate DDMTemplateLocalServiceUtil.createDDMTemplate(long templateId)
          Creates a new d d m template with the primary key.
 DDMTemplate DDMTemplateLocalService.createDDMTemplate(long templateId)
          Creates a new d d m template with the primary key.
 DDMTemplate DDMTemplateLocalServiceWrapper.deleteDDMTemplate(DDMTemplate ddmTemplate)
          Deletes the d d m template from the database.
static DDMTemplate DDMTemplateLocalServiceUtil.deleteDDMTemplate(DDMTemplate ddmTemplate)
          Deletes the d d m template from the database.
 DDMTemplate DDMTemplateLocalService.deleteDDMTemplate(DDMTemplate ddmTemplate)
          Deletes the d d m template from the database.
 DDMTemplate DDMTemplateLocalServiceWrapper.deleteDDMTemplate(long templateId)
          Deletes the d d m template with the primary key from the database.
static DDMTemplate DDMTemplateLocalServiceUtil.deleteDDMTemplate(long templateId)
          Deletes the d d m template with the primary key from the database.
 DDMTemplate DDMTemplateLocalService.deleteDDMTemplate(long templateId)
          Deletes the d d m template with the primary key from the database.
 DDMTemplate DDMTemplateLocalServiceWrapper.fetchDDMTemplate(long templateId)
           
static DDMTemplate DDMTemplateLocalServiceUtil.fetchDDMTemplate(long templateId)
           
 DDMTemplate DDMTemplateLocalService.fetchDDMTemplate(long templateId)
           
 DDMTemplate DDMTemplateServiceWrapper.fetchTemplate(long groupId, String templateKey)
           
static DDMTemplate DDMTemplateServiceUtil.fetchTemplate(long groupId, String templateKey)
           
 DDMTemplate DDMTemplateService.fetchTemplate(long groupId, String templateKey)
           
 DDMTemplate DDMTemplateLocalServiceWrapper.fetchTemplate(long groupId, String templateKey)
           
static DDMTemplate DDMTemplateLocalServiceUtil.fetchTemplate(long groupId, String templateKey)
           
 DDMTemplate DDMTemplateLocalService.fetchTemplate(long groupId, String templateKey)
           
 DDMTemplate DDMTemplateLocalServiceWrapper.getDDMTemplate(long templateId)
          Returns the d d m template with the primary key.
static DDMTemplate DDMTemplateLocalServiceUtil.getDDMTemplate(long templateId)
          Returns the d d m template with the primary key.
 DDMTemplate DDMTemplateLocalService.getDDMTemplate(long templateId)
          Returns the d d m template with the primary key.
 DDMTemplate DDMTemplateLocalServiceWrapper.getDDMTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m template with the UUID in the group.
static DDMTemplate DDMTemplateLocalServiceUtil.getDDMTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m template with the UUID in the group.
 DDMTemplate DDMTemplateLocalService.getDDMTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m template with the UUID in the group.
 DDMTemplate DDMTemplateServiceWrapper.getTemplate(long templateId)
           
static DDMTemplate DDMTemplateServiceUtil.getTemplate(long templateId)
           
 DDMTemplate DDMTemplateService.getTemplate(long templateId)
           
 DDMTemplate DDMTemplateLocalServiceWrapper.getTemplate(long templateId)
           
static DDMTemplate DDMTemplateLocalServiceUtil.getTemplate(long templateId)
           
 DDMTemplate DDMTemplateLocalService.getTemplate(long templateId)
           
 DDMTemplate DDMTemplateServiceWrapper.getTemplate(long groupId, String templateKey)
           
static DDMTemplate DDMTemplateServiceUtil.getTemplate(long groupId, String templateKey)
           
 DDMTemplate DDMTemplateService.getTemplate(long groupId, String templateKey)
           
 DDMTemplate DDMTemplateLocalServiceWrapper.getTemplate(long groupId, String templateKey)
           
static DDMTemplate DDMTemplateLocalServiceUtil.getTemplate(long groupId, String templateKey)
           
 DDMTemplate DDMTemplateLocalService.getTemplate(long groupId, String templateKey)
           
 DDMTemplate DDMTemplateServiceWrapper.getTemplate(long groupId, String templateKey, boolean includeGlobalTemplates)
           
static DDMTemplate DDMTemplateServiceUtil.getTemplate(long groupId, String templateKey, boolean includeGlobalTemplates)
           
 DDMTemplate DDMTemplateService.getTemplate(long groupId, String templateKey, boolean includeGlobalTemplates)
           
 DDMTemplate DDMTemplateLocalServiceWrapper.getTemplate(long groupId, String templateKey, boolean includeGlobalTemplates)
           
static DDMTemplate DDMTemplateLocalServiceUtil.getTemplate(long groupId, String templateKey, boolean includeGlobalTemplates)
           
 DDMTemplate DDMTemplateLocalService.getTemplate(long groupId, String templateKey, boolean includeGlobalTemplates)
           
 DDMTemplate DDMTemplateLocalServiceWrapper.updateDDMTemplate(DDMTemplate ddmTemplate)
          Updates the d d m template in the database or adds it if it does not yet exist.
static DDMTemplate DDMTemplateLocalServiceUtil.updateDDMTemplate(DDMTemplate ddmTemplate)
          Updates the d d m template in the database or adds it if it does not yet exist.
 DDMTemplate DDMTemplateLocalService.updateDDMTemplate(DDMTemplate ddmTemplate)
          Updates the d d m template in the database or adds it if it does not yet exist.
 DDMTemplate DDMTemplateServiceWrapper.updateTemplate(long templateId, 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 DDMTemplateServiceUtil.updateTemplate(long templateId, 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 DDMTemplateService.updateTemplate(long templateId, 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 DDMTemplateLocalServiceWrapper.updateTemplate(long templateId, 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 DDMTemplateLocalServiceUtil.updateTemplate(long templateId, 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 DDMTemplateLocalService.updateTemplate(long templateId, 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)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMTemplate
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.copyTemplates(long userId, long classNameId, long oldClassPK, long newClassPK, String type, ServiceContext serviceContext)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.copyTemplates(long userId, long classNameId, long oldClassPK, long newClassPK, String type, ServiceContext serviceContext)
           
 List<DDMTemplate> DDMTemplateLocalService.copyTemplates(long userId, long classNameId, long oldClassPK, long newClassPK, String type, ServiceContext serviceContext)
           
 List<DDMTemplate> DDMTemplateServiceWrapper.copyTemplates(long classNameId, long classPK, long newClassPK, String type, ServiceContext serviceContext)
           
static List<DDMTemplate> DDMTemplateServiceUtil.copyTemplates(long classNameId, long classPK, long newClassPK, String type, ServiceContext serviceContext)
           
 List<DDMTemplate> DDMTemplateService.copyTemplates(long classNameId, long classPK, long newClassPK, String type, ServiceContext serviceContext)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getDDMTemplates(int start, int end)
          Returns a range of all the d d m templates.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getDDMTemplates(int start, int end)
          Returns a range of all the d d m templates.
 List<DDMTemplate> DDMTemplateLocalService.getDDMTemplates(int start, int end)
          Returns a range of all the d d m templates.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplates(long classPK)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplates(long classPK)
           
 List<DDMTemplate> DDMTemplateLocalService.getTemplates(long classPK)
           
 List<DDMTemplate> DDMTemplateServiceWrapper.getTemplates(long groupId, long classNameId)
           
static List<DDMTemplate> DDMTemplateServiceUtil.getTemplates(long groupId, long classNameId)
           
 List<DDMTemplate> DDMTemplateService.getTemplates(long groupId, long classNameId)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplates(long groupId, long classNameId)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplates(long groupId, long classNameId)
           
 List<DDMTemplate> DDMTemplateLocalService.getTemplates(long groupId, long classNameId)
           
 List<DDMTemplate> DDMTemplateServiceWrapper.getTemplates(long groupId, long classNameId, long classPK)
           
static List<DDMTemplate> DDMTemplateServiceUtil.getTemplates(long groupId, long classNameId, long classPK)
           
 List<DDMTemplate> DDMTemplateService.getTemplates(long groupId, long classNameId, long classPK)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplates(long groupId, long classNameId, long classPK)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplates(long groupId, long classNameId, long classPK)
           
 List<DDMTemplate> DDMTemplateLocalService.getTemplates(long groupId, long classNameId, long classPK)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplates(long classNameId, long classPK, String type)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplates(long classNameId, long classPK, String type)
           
 List<DDMTemplate> DDMTemplateLocalService.getTemplates(long classNameId, long classPK, String type)
           
 List<DDMTemplate> DDMTemplateServiceWrapper.getTemplates(long classNameId, long classPK, String type, String mode)
           
static List<DDMTemplate> DDMTemplateServiceUtil.getTemplates(long classNameId, long classPK, String type, String mode)
           
 List<DDMTemplate> DDMTemplateService.getTemplates(long classNameId, long classPK, String type, String mode)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplates(long classNameId, long classPK, String type, String mode)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplates(long classNameId, long classPK, String type, String mode)
           
 List<DDMTemplate> DDMTemplateLocalService.getTemplates(long classNameId, long classPK, String type, String mode)
           
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateService.search(long companyId, long[] groupIds, long[] classNameIds, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long[] groupIds, long[] classNameIds, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateService.search(long companyId, long[] groupIds, long[] classNameIds, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long[] groupIds, long[] classNameIds, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateService.search(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateService.search(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMTemplate
 DDMTemplate DDMTemplateLocalServiceWrapper.addDDMTemplate(DDMTemplate ddmTemplate)
          Adds the d d m template to the database.
static DDMTemplate DDMTemplateLocalServiceUtil.addDDMTemplate(DDMTemplate ddmTemplate)
          Adds the d d m template to the database.
 DDMTemplate DDMTemplateLocalService.addDDMTemplate(DDMTemplate ddmTemplate)
          Adds the d d m template to the database.
 void DDMTemplateLocalServiceWrapper.addTemplateResources(DDMTemplate template, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void DDMTemplateLocalServiceUtil.addTemplateResources(DDMTemplate template, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void DDMTemplateLocalService.addTemplateResources(DDMTemplate template, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void DDMTemplateLocalServiceWrapper.addTemplateResources(DDMTemplate template, String[] groupPermissions, String[] guestPermissions)
           
static void DDMTemplateLocalServiceUtil.addTemplateResources(DDMTemplate template, String[] groupPermissions, String[] guestPermissions)
           
 void DDMTemplateLocalService.addTemplateResources(DDMTemplate template, String[] groupPermissions, String[] guestPermissions)
           
 DDMTemplate DDMTemplateLocalServiceWrapper.deleteDDMTemplate(DDMTemplate ddmTemplate)
          Deletes the d d m template from the database.
static DDMTemplate DDMTemplateLocalServiceUtil.deleteDDMTemplate(DDMTemplate ddmTemplate)
          Deletes the d d m template from the database.
 DDMTemplate DDMTemplateLocalService.deleteDDMTemplate(DDMTemplate ddmTemplate)
          Deletes the d d m template from the database.
 void DDMTemplateLocalServiceWrapper.deleteTemplate(DDMTemplate template)
           
static void DDMTemplateLocalServiceUtil.deleteTemplate(DDMTemplate template)
           
 void DDMTemplateLocalService.deleteTemplate(DDMTemplate template)
           
 DDMTemplate DDMTemplateLocalServiceWrapper.updateDDMTemplate(DDMTemplate ddmTemplate)
          Updates the d d m template in the database or adds it if it does not yet exist.
static DDMTemplate DDMTemplateLocalServiceUtil.updateDDMTemplate(DDMTemplate ddmTemplate)
          Updates the d d m template in the database or adds it if it does not yet exist.
 DDMTemplate DDMTemplateLocalService.updateDDMTemplate(DDMTemplate ddmTemplate)
          Updates the d d m template in the database or adds it if it does not yet exist.
 

Uses of DDMTemplate in com.liferay.portlet.dynamicdatamapping.service.persistence
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMTemplate
static DDMTemplate DDMTemplateUtil.create(long templateId)
          Creates a new d d m template with the primary key.
 DDMTemplate DDMTemplatePersistence.create(long templateId)
          Creates a new d d m template with the primary key.
static DDMTemplate DDMTemplateUtil.fetchByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByC_C_T_Last(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByC_C_T_Last(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByC_C_T_M_First(long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.fetchByC_C_T_M_First(long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.fetchByC_C_T_M_Last(long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.fetchByC_C_T_M_Last(long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.fetchByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_T(long groupId, String templateKey)
          Returns the d d m template where groupId = ? and templateKey = ? or returns null if it could not be found.
 DDMTemplate DDMTemplatePersistence.fetchByG_T(long groupId, String templateKey)
          Returns the d d m template where groupId = ? and templateKey = ? or returns null if it could not be found.
static DDMTemplate DDMTemplateUtil.fetchByG_T(long groupId, String templateKey, boolean retrieveFromCache)
          Returns the d d m template where groupId = ? and templateKey = ? or returns null if it could not be found, optionally using the finder cache.
 DDMTemplate DDMTemplatePersistence.fetchByG_T(long groupId, String templateKey, boolean retrieveFromCache)
          Returns the d d m template where groupId = ? and templateKey = ? or returns null if it could not be found, optionally using the finder cache.
static DDMTemplate DDMTemplateUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.fetchByLanguage_First(String language, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistence.fetchByLanguage_First(String language, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.fetchByLanguage_Last(String language, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistence.fetchByLanguage_Last(String language, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.fetchByPrimaryKey(long templateId)
          Returns the d d m template with the primary key or returns null if it could not be found.
 DDMTemplate DDMTemplatePersistence.fetchByPrimaryKey(long templateId)
          Returns the d d m template with the primary key or returns null if it could not be found.
static DDMTemplate DDMTemplateUtil.fetchByTemplateKey_First(String templateKey, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.fetchByTemplateKey_First(String templateKey, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.fetchByTemplateKey_Last(String templateKey, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.fetchByTemplateKey_Last(String templateKey, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.fetchByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the d d m template where uuid = ? and groupId = ? or returns null if it could not be found.
 DDMTemplate DDMTemplatePersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the d d m template where uuid = ? and groupId = ? or returns null if it could not be found.
static DDMTemplate DDMTemplateUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the d d m template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DDMTemplate DDMTemplatePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the d d m template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static DDMTemplate DDMTemplateUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ?.
static DDMTemplate DDMTemplateUtil.findByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByC_C_T_Last(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByC_C_T_Last(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByC_C_T_M_First(long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.findByC_C_T_M_First(long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.findByC_C_T_M_Last(long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.findByC_C_T_M_Last(long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate[] DDMTemplateUtil.findByC_C_T_M_PrevAndNext(long templateId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.findByC_C_T_M_PrevAndNext(long templateId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate[] DDMTemplateUtil.findByC_C_T_PrevAndNext(long templateId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate[] DDMTemplatePersistence.findByC_C_T_PrevAndNext(long templateId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.findByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
static DDMTemplate[] DDMTemplateUtil.findByClassPK_PrevAndNext(long templateId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classPK = ?.
 DDMTemplate[] DDMTemplatePersistence.findByClassPK_PrevAndNext(long templateId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate[] DDMTemplateUtil.findByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate[] DDMTemplateUtil.findByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.findByG_T(long groupId, String templateKey)
          Returns the d d m template where groupId = ? and templateKey = ? or throws a NoSuchTemplateException if it could not be found.
 DDMTemplate DDMTemplatePersistence.findByG_T(long groupId, String templateKey)
          Returns the d d m template where groupId = ? and templateKey = ? or throws a NoSuchTemplateException if it could not be found.
static DDMTemplate DDMTemplateUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
static DDMTemplate[] DDMTemplateUtil.findByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.findByLanguage_First(String language, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistence.findByLanguage_First(String language, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.findByLanguage_Last(String language, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistence.findByLanguage_Last(String language, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
static DDMTemplate[] DDMTemplateUtil.findByLanguage_PrevAndNext(long templateId, String language, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where language = ?.
 DDMTemplate[] DDMTemplatePersistence.findByLanguage_PrevAndNext(long templateId, String language, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.findByPrimaryKey(long templateId)
          Returns the d d m template with the primary key or throws a NoSuchTemplateException if it could not be found.
 DDMTemplate DDMTemplatePersistence.findByPrimaryKey(long templateId)
          Returns the d d m template with the primary key or throws a NoSuchTemplateException if it could not be found.
static DDMTemplate DDMTemplateUtil.findByTemplateKey_First(String templateKey, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.findByTemplateKey_First(String templateKey, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.findByTemplateKey_Last(String templateKey, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.findByTemplateKey_Last(String templateKey, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
static DDMTemplate[] DDMTemplateUtil.findByTemplateKey_PrevAndNext(long templateId, String templateKey, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where templateKey = ?.
 DDMTemplate[] DDMTemplatePersistence.findByTemplateKey_PrevAndNext(long templateId, String templateKey, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
static DDMTemplate[] DDMTemplateUtil.findByType_PrevAndNext(long templateId, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where type = ?.
 DDMTemplate[] DDMTemplatePersistence.findByType_PrevAndNext(long templateId, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate[] DDMTemplateUtil.findByUuid_C_PrevAndNext(long templateId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByUuid_C_PrevAndNext(long templateId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.findByUUID_G(String uuid, long groupId)
          Returns the d d m template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found.
 DDMTemplate DDMTemplatePersistence.findByUUID_G(String uuid, long groupId)
          Returns the d d m template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found.
static DDMTemplate DDMTemplateUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
static DDMTemplate[] DDMTemplateUtil.findByUuid_PrevAndNext(long templateId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?.
 DDMTemplate[] DDMTemplatePersistence.findByUuid_PrevAndNext(long templateId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.remove(long templateId)
          Removes the d d m template with the primary key from the database.
 DDMTemplate DDMTemplatePersistence.remove(long templateId)
          Removes the d d m template with the primary key from the database.
static DDMTemplate DDMTemplateUtil.removeByG_T(long groupId, String templateKey)
          Removes the d d m template where groupId = ? and templateKey = ? from the database.
 DDMTemplate DDMTemplatePersistence.removeByG_T(long groupId, String templateKey)
          Removes the d d m template where groupId = ? and templateKey = ? from the database.
static DDMTemplate DDMTemplateUtil.removeByUUID_G(String uuid, long groupId)
          Removes the d d m template where uuid = ? and groupId = ? from the database.
 DDMTemplate DDMTemplatePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the d d m template where uuid = ? and groupId = ? from the database.
static DDMTemplate DDMTemplateUtil.update(DDMTemplate ddmTemplate)
           
static DDMTemplate DDMTemplateUtil.update(DDMTemplate ddmTemplate, ServiceContext serviceContext)
           
static DDMTemplate DDMTemplateUtil.updateImpl(DDMTemplate ddmTemplate)
           
 DDMTemplate DDMTemplatePersistence.updateImpl(DDMTemplate ddmTemplate)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMTemplate
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C(long groupId, long classNameId)
          Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C(long groupId, long classNameId)
          Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C(long groupId, long classNameId, int start, int end)
          Returns a range of all the d d m templates that the user has permission to view where groupId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C(long groupId, long classNameId, int start, int end)
          Returns a range of all the d d m templates that the user has permission to view where groupId = ? and classNameId = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByGroupId(long groupId)
          Returns all the d d m templates that the user has permission to view where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByGroupId(long groupId)
          Returns all the d d m templates that the user has permission to view where groupId = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the d d m templates that the user has permission to view where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the d d m templates that the user has permission to view where groupId = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?.
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByKeywords(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByKeywords(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateUtil.findAll()
          Returns all the d d m templates.
 List<DDMTemplate> DDMTemplatePersistence.findAll()
          Returns all the d d m templates.
static List<DDMTemplate> DDMTemplateUtil.findAll(int start, int end)
          Returns a range of all the d d m templates.
 List<DDMTemplate> DDMTemplatePersistence.findAll(int start, int end)
          Returns a range of all the d d m templates.
static List<DDMTemplate> DDMTemplateUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates.
 List<DDMTemplate> DDMTemplatePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates.
static List<DDMTemplate> DDMTemplateUtil.findByC_C_T_M(long classNameId, long classPK, String type, String mode)
          Returns all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByC_C_T_M(long classNameId, long classPK, String type, String mode)
          Returns all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.findByC_C_T_M(long classNameId, long classPK, String type, String mode, int start, int end)
          Returns a range of all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByC_C_T_M(long classNameId, long classPK, String type, String mode, int start, int end)
          Returns a range of all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.findByC_C_T_M(long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByC_C_T_M(long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.findByC_C_T(long classNameId, long classPK, String type)
          Returns all the d d m templates where classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByC_C_T(long classNameId, long classPK, String type)
          Returns all the d d m templates where classNameId = ? and classPK = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByC_C_T(long classNameId, long classPK, String type, int start, int end)
          Returns a range of all the d d m templates where classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByC_C_T(long classNameId, long classPK, String type, int start, int end)
          Returns a range of all the d d m templates where classNameId = ? and classPK = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByC_C_T(long classNameId, long classPK, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByC_C_T(long classNameId, long classPK, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ?.
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateUtil.findByClassPK(long classPK)
          Returns all the d d m templates where classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByClassPK(long classPK)
          Returns all the d d m templates where classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByClassPK(long classPK, int start, int end)
          Returns a range of all the d d m templates where classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByClassPK(long classPK, int start, int end)
          Returns a range of all the d d m templates where classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByClassPK(long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByClassPK(long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the d d m templates where groupId = ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the d d m templates where groupId = ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C(long groupId, long classNameId)
          Returns all the d d m templates where groupId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C(long groupId, long classNameId)
          Returns all the d d m templates where groupId = ? and classNameId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C(long groupId, long classNameId, int start, int end)
          Returns a range of all the d d m templates where groupId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C(long groupId, long classNameId, int start, int end)
          Returns a range of all the d d m templates where groupId = ? and classNameId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByGroupId(long groupId)
          Returns all the d d m templates where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByGroupId(long groupId)
          Returns all the d d m templates where groupId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the d d m templates where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the d d m templates where groupId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ?.
static List<DDMTemplate> DDMTemplateFinderUtil.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByKeywords(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByKeywords(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateUtil.findByLanguage(String language)
          Returns all the d d m templates where language = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByLanguage(String language)
          Returns all the d d m templates where language = ?.
static List<DDMTemplate> DDMTemplateUtil.findByLanguage(String language, int start, int end)
          Returns a range of all the d d m templates where language = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByLanguage(String language, int start, int end)
          Returns a range of all the d d m templates where language = ?.
static List<DDMTemplate> DDMTemplateUtil.findByLanguage(String language, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where language = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByLanguage(String language, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where language = ?.
static List<DDMTemplate> DDMTemplateUtil.findByTemplateKey(String templateKey)
          Returns all the d d m templates where templateKey = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByTemplateKey(String templateKey)
          Returns all the d d m templates where templateKey = ?.
static List<DDMTemplate> DDMTemplateUtil.findByTemplateKey(String templateKey, int start, int end)
          Returns a range of all the d d m templates where templateKey = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByTemplateKey(String templateKey, int start, int end)
          Returns a range of all the d d m templates where templateKey = ?.
static List<DDMTemplate> DDMTemplateUtil.findByTemplateKey(String templateKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where templateKey = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByTemplateKey(String templateKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where templateKey = ?.
static List<DDMTemplate> DDMTemplateUtil.findByType(String type)
          Returns all the d d m templates where type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByType(String type)
          Returns all the d d m templates where type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByType(String type, int start, int end)
          Returns a range of all the d d m templates where type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByType(String type, int start, int end)
          Returns a range of all the d d m templates where type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByUuid_C(String uuid, long companyId)
          Returns all the d d m templates where uuid = ? and companyId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByUuid_C(String uuid, long companyId)
          Returns all the d d m templates where uuid = ? and companyId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the d d m templates where uuid = ? and companyId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the d d m templates where uuid = ? and companyId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ? and companyId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ? and companyId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByUuid(String uuid)
          Returns all the d d m templates where uuid = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByUuid(String uuid)
          Returns all the d d m templates where uuid = ?.
static List<DDMTemplate> DDMTemplateUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d m templates where uuid = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d m templates where uuid = ?.
static List<DDMTemplate> DDMTemplateUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ?.
static List<DDMTemplate> DDMTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DDMTemplate> DDMTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DDMTemplate> DDMTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMTemplate
static void DDMTemplateUtil.cacheResult(DDMTemplate ddmTemplate)
          Caches the d d m template in the entity cache if it is enabled.
 void DDMTemplatePersistence.cacheResult(DDMTemplate ddmTemplate)
          Caches the d d m template in the entity cache if it is enabled.
static void DDMTemplateUtil.clearCache(DDMTemplate ddmTemplate)
           
static DDMTemplate DDMTemplateUtil.update(DDMTemplate ddmTemplate)
           
static DDMTemplate DDMTemplateUtil.update(DDMTemplate ddmTemplate, ServiceContext serviceContext)
           
static DDMTemplate DDMTemplateUtil.updateImpl(DDMTemplate ddmTemplate)
           
 DDMTemplate DDMTemplatePersistence.updateImpl(DDMTemplate ddmTemplate)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DDMTemplate
static void DDMTemplateUtil.cacheResult(List<DDMTemplate> ddmTemplates)
          Caches the d d m templates in the entity cache if it is enabled.
 void DDMTemplatePersistence.cacheResult(List<DDMTemplate> ddmTemplates)
          Caches the d d m templates in the entity cache if it is enabled.
 

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

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMTemplate
static DDMStructure DDMTemplateHelperUtil.fetchStructure(DDMTemplate ddmTemplate)
           
 DDMStructure DDMTemplateHelper.fetchStructure(DDMTemplate template)
           
static String DDMXSDUtil.getHTML(javax.servlet.jsp.PageContext pageContext, DDMTemplate ddmTemplate, Fields fields, String namespace, boolean readOnly, Locale locale)
           
 String DDMXSD.getHTML(javax.servlet.jsp.PageContext pageContext, DDMTemplate ddmTemplate, Fields fields, String namespace, boolean readOnly, Locale locale)
           
 

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

Methods in com.liferay.portlet.portletdisplaytemplate.util that return DDMTemplate
static DDMTemplate PortletDisplayTemplateUtil.fetchDDMTemplate(long groupId, String displayStyle)
           
 DDMTemplate PortletDisplayTemplate.fetchDDMTemplate(long groupId, String displayStyle)
           
 


Liferay 6.2.0-ce-m3