Liferay 7.0-ce-m6

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

Packages that use DDMTemplate
com.liferay.portal.kernel.template   
com.liferay.portal.search.test   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.model.impl   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.dynamicdatamapping.service.base   
com.liferay.portlet.dynamicdatamapping.service.http   
com.liferay.portlet.dynamicdatamapping.service.impl   
com.liferay.portlet.dynamicdatamapping.service.permission   
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.dynamicdatamapping.service.persistence.impl   
com.liferay.portlet.dynamicdatamapping.service.test   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.dynamicdatamapping.util.comparator   
com.liferay.portlet.dynamicdatamapping.util.test   
com.liferay.portlet.dynamicdatamapping.webdav   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.journal.util   
com.liferay.portlet.portletdisplaytemplate.util   
com.liferay.taglib.ui   
 

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.portal.search.test
 

Methods in com.liferay.portal.search.test that return DDMTemplate
protected  DDMTemplate TestOrderHelper.addDDMTemplate(DDMStructure ddmStructure)
           
 

Methods in com.liferay.portal.search.test with parameters of type DDMTemplate
protected  void TestOrderHelper.addSearchableAssetEntries(DDMStructure ddmStructure, DDMTemplate ddmTemplate)
           
protected abstract  BaseModel<?> TestOrderHelper.addSearchableAssetEntry(String fieldValue, BaseModel<?> parentBaseModel, DDMStructure ddmStructure, DDMTemplate ddmTemplate, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> TestOrderHelper.addSearchableAssetEntryRepeatable(String[] fieldValues, BaseModel<?> parentBaseModel, DDMStructure ddmStructure, DDMTemplate ddmTemplate, ServiceContext serviceContext)
           
 

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 DDMTemplateVersion.getTemplate()
           
 DDMTemplate DDMTemplateVersionWrapper.getTemplate()
           
 DDMTemplate DDMTemplateLinkWrapper.getTemplate()
           
 DDMTemplate DDMTemplateLink.getTemplate()
           
 DDMTemplate DDMTemplateWrapper.getWrappedDDMTemplate()
          Deprecated. As of 6.1.0, replaced by DDMTemplateWrapper.getWrappedModel()
 DDMTemplate DDMTemplateWrapper.getWrappedModel()
           
 DDMTemplate DDMTemplateModel.toEscapedModel()
           
 DDMTemplate DDMTemplateWrapper.toEscapedModel()
           
 DDMTemplate DDMTemplateModel.toUnescapedModel()
           
 DDMTemplate DDMTemplateWrapper.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> DDMTemplateModel.toCacheModel()
           
 CacheModel<DDMTemplate> DDMTemplateWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMTemplate
 int DDMTemplateModel.compareTo(DDMTemplate ddmTemplate)
           
 int DDMTemplateWrapper.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.model.impl
 

Classes in com.liferay.portlet.dynamicdatamapping.model.impl that implement DDMTemplate
 class DDMTemplateBaseImpl
          The extended model base implementation for the DDMTemplate service.
 class DDMTemplateImpl
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl that return DDMTemplate
 DDMTemplate DDMTemplateLinkImpl.getTemplate()
           
 DDMTemplate DDMTemplateVersionImpl.getTemplate()
           
 DDMTemplate DDMTemplateCacheModel.toEntityModel()
           
 DDMTemplate DDMTemplateModelImpl.toEscapedModel()
           
static DDMTemplate DDMTemplateModelImpl.toModel(DDMTemplateSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl that return types with arguments of type DDMTemplate
 List<DDMTemplate> DDMStructureImpl.getTemplates()
           
 CacheModel<DDMTemplate> DDMTemplateModelImpl.toCacheModel()
           
static List<DDMTemplate> DDMTemplateModelImpl.toModels(DDMTemplateSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl with parameters of type DDMTemplate
 int DDMTemplateModelImpl.compareTo(DDMTemplate ddmTemplate)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMTemplate
 DDMTemplate DDMTemplateLocalService.addDDMTemplate(DDMTemplate ddmTemplate)
          Adds the d d m template to the database.
 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.addTemplate(long userId, long groupId, long classNameId, long classPK, long resourceClassNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
          Adds a template.
 DDMTemplate DDMTemplateLocalServiceWrapper.addTemplate(long userId, long groupId, long classNameId, long classPK, long resourceClassNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
          Adds a template.
static DDMTemplate DDMTemplateLocalServiceUtil.addTemplate(long userId, long groupId, long classNameId, long classPK, long resourceClassNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
          Adds a template.
 DDMTemplate DDMTemplateLocalService.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)
          Adds a template with additional parameters.
 DDMTemplate DDMTemplateLocalServiceWrapper.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)
          Adds a template with additional parameters.
static DDMTemplate DDMTemplateLocalServiceUtil.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)
          Adds a template with additional parameters.
static DDMTemplate DDMTemplateServiceUtil.addTemplate(long groupId, long classNameId, long classPK, long resourceClassNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
          Adds a template.
 DDMTemplate DDMTemplateServiceWrapper.addTemplate(long groupId, long classNameId, long classPK, long resourceClassNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
          Adds a template.
 DDMTemplate DDMTemplateService.addTemplate(long groupId, long classNameId, long classPK, long resourceClassNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
          Adds a template.
static DDMTemplate DDMTemplateServiceUtil.addTemplate(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)
          Adds a template with additional parameters.
 DDMTemplate DDMTemplateServiceWrapper.addTemplate(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)
          Adds a template with additional parameters.
 DDMTemplate DDMTemplateService.addTemplate(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)
          Adds a template with additional parameters.
 DDMTemplate DDMTemplateLocalService.copyTemplate(long userId, long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies the template, creating a new template with all the values extracted from the original one.
 DDMTemplate DDMTemplateLocalServiceWrapper.copyTemplate(long userId, long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies the template, creating a new template with all the values extracted from the original one.
static DDMTemplate DDMTemplateLocalServiceUtil.copyTemplate(long userId, long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies the template, creating a new template with all the values extracted from the original one.
 DDMTemplate DDMTemplateLocalService.copyTemplate(long userId, long templateId, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateLocalServiceWrapper.copyTemplate(long userId, long templateId, ServiceContext serviceContext)
           
static DDMTemplate DDMTemplateLocalServiceUtil.copyTemplate(long userId, long templateId, ServiceContext serviceContext)
           
static DDMTemplate DDMTemplateServiceUtil.copyTemplate(long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies the template, creating a new template with all the values extracted from the original one.
 DDMTemplate DDMTemplateServiceWrapper.copyTemplate(long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies the template, creating a new template with all the values extracted from the original one.
 DDMTemplate DDMTemplateService.copyTemplate(long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies the template, creating a new template with all the values extracted from the original one.
static DDMTemplate DDMTemplateServiceUtil.copyTemplate(long templateId, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateServiceWrapper.copyTemplate(long templateId, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateService.copyTemplate(long templateId, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateLocalService.createDDMTemplate(long templateId)
          Creates a new d d m template with the primary key.
 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.deleteDDMTemplate(DDMTemplate ddmTemplate)
          Deletes the d d m template from the database.
 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(long templateId)
          Deletes the d d m template with the primary key 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.fetchDDMTemplate(long templateId)
           
 DDMTemplate DDMTemplateLocalServiceWrapper.fetchDDMTemplate(long templateId)
           
static DDMTemplate DDMTemplateLocalServiceUtil.fetchDDMTemplate(long templateId)
           
 DDMTemplate DDMTemplateLocalService.fetchDDMTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m template matching the UUID and group.
 DDMTemplate DDMTemplateLocalServiceWrapper.fetchDDMTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m template matching the UUID and group.
static DDMTemplate DDMTemplateLocalServiceUtil.fetchDDMTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m template matching the UUID and group.
 DDMTemplate DDMTemplateLocalService.fetchTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
 DDMTemplate DDMTemplateLocalServiceWrapper.fetchTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
static DDMTemplate DDMTemplateServiceUtil.fetchTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
 DDMTemplate DDMTemplateServiceWrapper.fetchTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
 DDMTemplate DDMTemplateService.fetchTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
static DDMTemplate DDMTemplateLocalServiceUtil.fetchTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
 DDMTemplate DDMTemplateLocalService.fetchTemplate(long groupId, long classNameId, String templateKey, boolean includeAncestorTemplates)
          Returns the template matching the group and template key, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMTemplate DDMTemplateLocalServiceWrapper.fetchTemplate(long groupId, long classNameId, String templateKey, boolean includeAncestorTemplates)
          Returns the template matching the group and template key, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
static DDMTemplate DDMTemplateLocalServiceUtil.fetchTemplate(long groupId, long classNameId, String templateKey, boolean includeAncestorTemplates)
          Returns the template matching the group and template key, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMTemplate DDMTemplateLocalService.getDDMTemplate(long templateId)
          Returns the d d m template with the primary key.
 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.getDDMTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m template matching the UUID and group.
 DDMTemplate DDMTemplateLocalServiceWrapper.getDDMTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m template matching the UUID and group.
static DDMTemplate DDMTemplateLocalServiceUtil.getDDMTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m template matching the UUID and group.
 DDMTemplate DDMTemplateLocalService.getTemplate(long templateId)
          Returns the template with the ID.
 DDMTemplate DDMTemplateLocalServiceWrapper.getTemplate(long templateId)
          Returns the template with the ID.
static DDMTemplate DDMTemplateServiceUtil.getTemplate(long templateId)
          Returns the template with the ID.
 DDMTemplate DDMTemplateServiceWrapper.getTemplate(long templateId)
          Returns the template with the ID.
 DDMTemplate DDMTemplateService.getTemplate(long templateId)
          Returns the template with the ID.
static DDMTemplate DDMTemplateLocalServiceUtil.getTemplate(long templateId)
          Returns the template with the ID.
 DDMTemplate DDMTemplateLocalService.getTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
 DDMTemplate DDMTemplateLocalServiceWrapper.getTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
static DDMTemplate DDMTemplateServiceUtil.getTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
 DDMTemplate DDMTemplateServiceWrapper.getTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
 DDMTemplate DDMTemplateService.getTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
static DDMTemplate DDMTemplateLocalServiceUtil.getTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
 DDMTemplate DDMTemplateLocalService.getTemplate(long groupId, long classNameId, String templateKey, boolean includeAncestorTemplates)
          Returns the template matching the group and template key, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMTemplate DDMTemplateLocalServiceWrapper.getTemplate(long groupId, long classNameId, String templateKey, boolean includeAncestorTemplates)
          Returns the template matching the group and template key, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
static DDMTemplate DDMTemplateServiceUtil.getTemplate(long groupId, long classNameId, String templateKey, boolean includeAncestorTemplates)
          Returns the template matching the group and template key, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMTemplate DDMTemplateServiceWrapper.getTemplate(long groupId, long classNameId, String templateKey, boolean includeAncestorTemplates)
          Returns the template matching the group and template key, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMTemplate DDMTemplateService.getTemplate(long groupId, long classNameId, String templateKey, boolean includeAncestorTemplates)
          Returns the template matching the group and template key, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
static DDMTemplate DDMTemplateLocalServiceUtil.getTemplate(long groupId, long classNameId, String templateKey, boolean includeAncestorTemplates)
          Returns the template matching the group and template key, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMTemplate DDMTemplateLocalService.getTemplateBySmallImageId(long smallImageId)
           
 DDMTemplate DDMTemplateLocalServiceWrapper.getTemplateBySmallImageId(long smallImageId)
           
static DDMTemplate DDMTemplateLocalServiceUtil.getTemplateBySmallImageId(long smallImageId)
           
 DDMTemplate DDMTemplateLocalService.updateDDMTemplate(DDMTemplate ddmTemplate)
          Updates the d d m template in the database or adds it if it does not yet exist.
 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.updateTemplate(long userId, long templateId, long classPK, 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)
          Updates the template matching the ID.
 DDMTemplate DDMTemplateLocalServiceWrapper.updateTemplate(long userId, long templateId, long classPK, 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)
          Updates the template matching the ID.
static DDMTemplate DDMTemplateLocalServiceUtil.updateTemplate(long userId, long templateId, long classPK, 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)
          Updates the template matching the ID.
 DDMTemplate DDMTemplateLocalService.updateTemplate(long userId, long templateId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, boolean cacheable, ServiceContext serviceContext)
          Updates the template matching the ID.
 DDMTemplate DDMTemplateLocalServiceWrapper.updateTemplate(long userId, long templateId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, boolean cacheable, ServiceContext serviceContext)
          Updates the template matching the ID.
static DDMTemplate DDMTemplateLocalServiceUtil.updateTemplate(long userId, long templateId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, boolean cacheable, ServiceContext serviceContext)
          Updates the template matching the ID.
static DDMTemplate DDMTemplateServiceUtil.updateTemplate(long templateId, long classPK, 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)
          Updates the template matching the ID.
 DDMTemplate DDMTemplateServiceWrapper.updateTemplate(long templateId, long classPK, 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)
          Updates the template matching the ID.
 DDMTemplate DDMTemplateService.updateTemplate(long templateId, long classPK, 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)
          Updates the template matching the ID.
static DDMTemplate DDMTemplateServiceUtil.updateTemplate(long templateId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, boolean cacheable, ServiceContext serviceContext)
          Updates the template matching the ID.
 DDMTemplate DDMTemplateServiceWrapper.updateTemplate(long templateId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, boolean cacheable, ServiceContext serviceContext)
          Updates the template matching the ID.
 DDMTemplate DDMTemplateService.updateTemplate(long templateId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, boolean cacheable, ServiceContext serviceContext)
          Updates the template matching the ID.
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMTemplate
 List<DDMTemplate> DDMTemplateLocalService.copyTemplates(long userId, long classNameId, long oldClassPK, long newClassPK, String type, ServiceContext serviceContext)
          Copies all the templates matching the class name ID, class PK, and type.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.copyTemplates(long userId, long classNameId, long oldClassPK, long newClassPK, String type, ServiceContext serviceContext)
          Copies all the templates matching the class name ID, class PK, and type.
static List<DDMTemplate> DDMTemplateServiceUtil.copyTemplates(long classNameId, long oldClassPK, long resourceClassNameId, long newClassPK, String type, ServiceContext serviceContext)
          Copies all the templates matching the class name ID, class PK, and type.
 List<DDMTemplate> DDMTemplateServiceWrapper.copyTemplates(long classNameId, long oldClassPK, long resourceClassNameId, long newClassPK, String type, ServiceContext serviceContext)
          Copies all the templates matching the class name ID, class PK, and type.
 List<DDMTemplate> DDMTemplateService.copyTemplates(long classNameId, long oldClassPK, long resourceClassNameId, long newClassPK, String type, ServiceContext serviceContext)
          Copies all the templates matching the class name ID, class PK, and type.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.copyTemplates(long userId, long classNameId, long oldClassPK, long newClassPK, String type, ServiceContext serviceContext)
          Copies all the templates matching the class name ID, class PK, and type.
 List<DDMTemplate> DDMTemplateLocalService.getDDMTemplates(int start, int end)
          Returns a range of all the d d m templates.
 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.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the d d m templates matching the UUID and company.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the d d m templates matching the UUID and company.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the d d m templates matching the UUID and company.
 List<DDMTemplate> DDMTemplateLocalService.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns a range of d d m templates matching the UUID and company.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns a range of d d m templates matching the UUID and company.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns a range of d d m templates matching the UUID and company.
 List<DDMTemplate> DDMTemplateLocalService.getTemplates(long classPK)
          Returns all the templates with the class PK.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplates(long classPK)
          Returns all the templates with the class PK.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplates(long classPK)
          Returns all the templates with the class PK.
 List<DDMTemplate> DDMTemplateLocalService.getTemplates(long[] groupIds, long classNameId, long classPK)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplates(long[] groupIds, long classNameId, long classPK)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplates(long[] groupIds, long classNameId, long classPK)
           
 List<DDMTemplate> DDMTemplateLocalService.getTemplates(long groupId, long classNameId)
          Returns all the templates matching the group and class name ID.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplates(long groupId, long classNameId)
          Returns all the templates matching the group and class name ID.
static List<DDMTemplate> DDMTemplateServiceUtil.getTemplates(long groupId, long classNameId)
          Returns all the templates matching the group and class name ID.
 List<DDMTemplate> DDMTemplateServiceWrapper.getTemplates(long groupId, long classNameId)
          Returns all the templates matching the group and class name ID.
 List<DDMTemplate> DDMTemplateService.getTemplates(long groupId, long classNameId)
          Returns all the templates matching the group and class name ID.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplates(long groupId, long classNameId)
          Returns all the templates matching the group and class name ID.
 List<DDMTemplate> DDMTemplateLocalService.getTemplates(long groupId, long classNameId, long classPK)
          Returns all the templates matching the group, class name ID, and class PK.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplates(long groupId, long classNameId, long classPK)
          Returns all the templates matching the group, class name ID, and class PK.
static List<DDMTemplate> DDMTemplateServiceUtil.getTemplates(long groupId, long classNameId, long classPK)
          Returns all the templates matching the group, class name ID, and class PK.
 List<DDMTemplate> DDMTemplateServiceWrapper.getTemplates(long groupId, long classNameId, long classPK)
          Returns all the templates matching the group, class name ID, and class PK.
 List<DDMTemplate> DDMTemplateService.getTemplates(long groupId, long classNameId, long classPK)
          Returns all the templates matching the group, class name ID, and class PK.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplates(long groupId, long classNameId, long classPK)
          Returns all the templates matching the group, class name ID, and class PK.
 List<DDMTemplate> DDMTemplateLocalService.getTemplates(long groupId, long classNameId, long classPK, boolean includeAncestorTemplates)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplates(long groupId, long classNameId, long classPK, boolean includeAncestorTemplates)
           
static List<DDMTemplate> DDMTemplateServiceUtil.getTemplates(long groupId, long classNameId, long classPK, boolean includeAncestorTemplates)
           
 List<DDMTemplate> DDMTemplateServiceWrapper.getTemplates(long groupId, long classNameId, long classPK, boolean includeAncestorTemplates)
           
 List<DDMTemplate> DDMTemplateService.getTemplates(long groupId, long classNameId, long classPK, boolean includeAncestorTemplates)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplates(long groupId, long classNameId, long classPK, boolean includeAncestorTemplates)
           
 List<DDMTemplate> DDMTemplateLocalService.getTemplates(long groupId, long classNameId, long classPK, String type)
          Returns all the templates matching the group, class name ID, class PK, and type.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplates(long groupId, long classNameId, long classPK, String type)
          Returns all the templates matching the group, class name ID, class PK, and type.
static List<DDMTemplate> DDMTemplateServiceUtil.getTemplates(long groupId, long classNameId, long classPK, String type)
          Returns all the templates matching the class name ID, class PK, type, and mode.
 List<DDMTemplate> DDMTemplateServiceWrapper.getTemplates(long groupId, long classNameId, long classPK, String type)
          Returns all the templates matching the class name ID, class PK, type, and mode.
 List<DDMTemplate> DDMTemplateService.getTemplates(long groupId, long classNameId, long classPK, String type)
          Returns all the templates matching the class name ID, class PK, type, and mode.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplates(long groupId, long classNameId, long classPK, String type)
          Returns all the templates matching the group, class name ID, class PK, and type.
 List<DDMTemplate> DDMTemplateLocalService.getTemplates(long groupId, long classNameId, long classPK, String type, String mode)
          Returns all the templates matching the group, class name ID, class PK, type, and mode.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplates(long groupId, long classNameId, long classPK, String type, String mode)
          Returns all the templates matching the group, class name ID, class PK, type, and mode.
static List<DDMTemplate> DDMTemplateServiceUtil.getTemplates(long groupId, long classNameId, long classPK, String type, String mode)
           
 List<DDMTemplate> DDMTemplateServiceWrapper.getTemplates(long groupId, long classNameId, long classPK, String type, String mode)
           
 List<DDMTemplate> DDMTemplateService.getTemplates(long groupId, long classNameId, long classPK, String type, String mode)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplates(long groupId, long classNameId, long classPK, String type, String mode)
          Returns all the templates matching the group, class name ID, class PK, type, and mode.
 List<DDMTemplate> DDMTemplateLocalService.getTemplatesByClassPK(long[] groupIds, long classPK)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplatesByClassPK(long[] groupIds, long classPK)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplatesByClassPK(long[] groupIds, long classPK)
           
 List<DDMTemplate> DDMTemplateLocalService.getTemplatesByClassPK(long groupId, long classPK)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplatesByClassPK(long groupId, long classPK)
           
static List<DDMTemplate> DDMTemplateServiceUtil.getTemplatesByClassPK(long groupId, long classPK)
          Returns all the templates matching the group and class PK.
 List<DDMTemplate> DDMTemplateServiceWrapper.getTemplatesByClassPK(long groupId, long classPK)
          Returns all the templates matching the group and class PK.
 List<DDMTemplate> DDMTemplateService.getTemplatesByClassPK(long groupId, long classPK)
          Returns all the templates matching the group and class PK.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplatesByClassPK(long groupId, long classPK)
           
 List<DDMTemplate> DDMTemplateLocalService.getTemplatesByClassPK(long groupId, long classPK, int start, int end)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplatesByClassPK(long groupId, long classPK, int start, int end)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplatesByClassPK(long groupId, long classPK, int start, int end)
           
 List<DDMTemplate> DDMTemplateLocalService.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
static List<DDMTemplate> DDMTemplateServiceUtil.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
 List<DDMTemplate> DDMTemplateServiceWrapper.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
 List<DDMTemplate> DDMTemplateService.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 

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

Method parameters in com.liferay.portlet.dynamicdatamapping.service with type arguments of type DDMTemplate
 List<DDMTemplate> DDMTemplateLocalService.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns a range of d d m templates matching the UUID and company.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns a range of d d m templates matching the UUID and company.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns a range of d d m templates matching the UUID and company.
 List<DDMTemplate> DDMTemplateLocalService.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
static List<DDMTemplate> DDMTemplateServiceUtil.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
 List<DDMTemplate> DDMTemplateServiceWrapper.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
 List<DDMTemplate> DDMTemplateService.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return DDMTemplate
 DDMTemplate DDMTemplateLocalServiceBaseImpl.addDDMTemplate(DDMTemplate ddmTemplate)
          Adds the d d m template to the database.
 DDMTemplate DDMTemplateLocalServiceBaseImpl.createDDMTemplate(long templateId)
          Creates a new d d m template with the primary key.
 DDMTemplate DDMTemplateLocalServiceBaseImpl.deleteDDMTemplate(DDMTemplate ddmTemplate)
          Deletes the d d m template from the database.
 DDMTemplate DDMTemplateLocalServiceBaseImpl.deleteDDMTemplate(long templateId)
          Deletes the d d m template with the primary key from the database.
 DDMTemplate DDMTemplateLocalServiceBaseImpl.fetchDDMTemplate(long templateId)
           
 DDMTemplate DDMTemplateLocalServiceBaseImpl.fetchDDMTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m template matching the UUID and group.
 DDMTemplate DDMTemplateLocalServiceBaseImpl.getDDMTemplate(long templateId)
          Returns the d d m template with the primary key.
 DDMTemplate DDMTemplateLocalServiceBaseImpl.getDDMTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the d d m template matching the UUID and group.
 DDMTemplate DDMTemplateLocalServiceBaseImpl.updateDDMTemplate(DDMTemplate ddmTemplate)
          Updates the d d m template in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return types with arguments of type DDMTemplate
 List<DDMTemplate> DDMTemplateLocalServiceBaseImpl.getDDMTemplates(int start, int end)
          Returns a range of all the d d m templates.
 List<DDMTemplate> DDMTemplateLocalServiceBaseImpl.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the d d m templates matching the UUID and company.
 List<DDMTemplate> DDMTemplateLocalServiceBaseImpl.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns a range of d d m templates matching the UUID and company.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type DDMTemplate
 DDMTemplate DDMTemplateLocalServiceBaseImpl.addDDMTemplate(DDMTemplate ddmTemplate)
          Adds the d d m template to the database.
 DDMTemplate DDMTemplateLocalServiceBaseImpl.deleteDDMTemplate(DDMTemplate ddmTemplate)
          Deletes the d d m template from the database.
 DDMTemplate DDMTemplateLocalServiceBaseImpl.updateDDMTemplate(DDMTemplate ddmTemplate)
          Updates the d d m template in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.base with type arguments of type DDMTemplate
 List<DDMTemplate> DDMTemplateLocalServiceBaseImpl.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns a range of d d m templates matching the UUID and company.
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.http that return DDMTemplate
static DDMTemplate DDMTemplateServiceHttp.addTemplate(HttpPrincipal httpPrincipal, long groupId, long classNameId, long classPK, long resourceClassNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
           
static DDMTemplate DDMTemplateServiceHttp.addTemplate(HttpPrincipal httpPrincipal, 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 DDMTemplateServiceHttp.copyTemplate(HttpPrincipal httpPrincipal, long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
static DDMTemplate DDMTemplateServiceHttp.copyTemplate(HttpPrincipal httpPrincipal, long templateId, ServiceContext serviceContext)
           
static DDMTemplate DDMTemplateServiceHttp.fetchTemplate(HttpPrincipal httpPrincipal, long groupId, long classNameId, String templateKey)
           
static DDMTemplate DDMTemplateServiceHttp.getTemplate(HttpPrincipal httpPrincipal, long templateId)
           
static DDMTemplate DDMTemplateServiceHttp.getTemplate(HttpPrincipal httpPrincipal, long groupId, long classNameId, String templateKey)
           
static DDMTemplate DDMTemplateServiceHttp.getTemplate(HttpPrincipal httpPrincipal, long groupId, long classNameId, String templateKey, boolean includeAncestorTemplates)
           
static DDMTemplate DDMTemplateServiceHttp.updateTemplate(HttpPrincipal httpPrincipal, long templateId, long classPK, 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 DDMTemplateServiceHttp.updateTemplate(HttpPrincipal httpPrincipal, long templateId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, boolean cacheable, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.http that return types with arguments of type DDMTemplate
static List<DDMTemplate> DDMTemplateServiceHttp.copyTemplates(HttpPrincipal httpPrincipal, long classNameId, long oldClassPK, long resourceClassNameId, long newClassPK, String type, ServiceContext serviceContext)
           
static List<DDMTemplate> DDMTemplateServiceHttp.getTemplates(HttpPrincipal httpPrincipal, long groupId, long classNameId)
           
static List<DDMTemplate> DDMTemplateServiceHttp.getTemplates(HttpPrincipal httpPrincipal, long groupId, long classNameId, long classPK)
           
static List<DDMTemplate> DDMTemplateServiceHttp.getTemplates(HttpPrincipal httpPrincipal, long groupId, long classNameId, long classPK, boolean includeAncestorTemplates)
           
static List<DDMTemplate> DDMTemplateServiceHttp.getTemplates(HttpPrincipal httpPrincipal, long groupId, long classNameId, long classPK, String type)
           
static List<DDMTemplate> DDMTemplateServiceHttp.getTemplates(HttpPrincipal httpPrincipal, long groupId, long classNameId, long classPK, String type, String mode)
           
static List<DDMTemplate> DDMTemplateServiceHttp.getTemplatesByClassPK(HttpPrincipal httpPrincipal, long groupId, long classPK)
           
static List<DDMTemplate> DDMTemplateServiceHttp.getTemplatesByStructureClassNameId(HttpPrincipal httpPrincipal, long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.http with type arguments of type DDMTemplate
static List<DDMTemplate> DDMTemplateServiceHttp.getTemplatesByStructureClassNameId(HttpPrincipal httpPrincipal, long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static DDMTemplateSoap[] DDMTemplateServiceSoap.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
static List<DDMTemplate> DDMTemplateServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static DDMTemplateSoap[] DDMTemplateServiceSoap.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static DDMTemplateSoap[] DDMTemplateServiceSoap.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
static DDMTemplateSoap[] DDMTemplateServiceSoap.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static DDMTemplateSoap[] DDMTemplateServiceSoap.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.impl that return DDMTemplate
 DDMTemplate DDMTemplateLocalServiceImpl.addTemplate(long userId, long groupId, long classNameId, long classPK, long resourceClassNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
          Adds a template.
 DDMTemplate DDMTemplateLocalServiceImpl.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)
          Adds a template with additional parameters.
 DDMTemplate DDMTemplateServiceImpl.addTemplate(long groupId, long classNameId, long classPK, long resourceClassNameId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, ServiceContext serviceContext)
          Adds a template.
 DDMTemplate DDMTemplateServiceImpl.addTemplate(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)
          Adds a template with additional parameters.
protected  DDMTemplate DDMTemplateLocalServiceImpl.copyTemplate(long userId, DDMTemplate template, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateLocalServiceImpl.copyTemplate(long userId, long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies the template, creating a new template with all the values extracted from the original one.
 DDMTemplate DDMTemplateLocalServiceImpl.copyTemplate(long userId, long templateId, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateServiceImpl.copyTemplate(long templateId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
          Copies the template, creating a new template with all the values extracted from the original one.
 DDMTemplate DDMTemplateServiceImpl.copyTemplate(long templateId, ServiceContext serviceContext)
           
 DDMTemplate DDMTemplateLocalServiceImpl.fetchTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
 DDMTemplate DDMTemplateServiceImpl.fetchTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
 DDMTemplate DDMTemplateLocalServiceImpl.fetchTemplate(long groupId, long classNameId, String templateKey, boolean includeAncestorTemplates)
          Returns the template matching the group and template key, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMTemplate DDMTemplateLocalServiceImpl.getTemplate(long templateId)
          Returns the template with the ID.
 DDMTemplate DDMTemplateServiceImpl.getTemplate(long templateId)
          Returns the template with the ID.
 DDMTemplate DDMTemplateLocalServiceImpl.getTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
 DDMTemplate DDMTemplateServiceImpl.getTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
 DDMTemplate DDMTemplateLocalServiceImpl.getTemplate(long groupId, long classNameId, String templateKey, boolean includeAncestorTemplates)
          Returns the template matching the group and template key, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMTemplate DDMTemplateServiceImpl.getTemplate(long groupId, long classNameId, String templateKey, boolean includeAncestorTemplates)
          Returns the template matching the group and template key, optionally searching ancestor sites (that have sharing enabled) and global scoped sites.
 DDMTemplate DDMTemplateLocalServiceImpl.getTemplateBySmallImageId(long smallImageId)
           
 DDMTemplate DDMTemplateLocalServiceImpl.updateTemplate(long userId, long templateId, long classPK, 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)
          Updates the template matching the ID.
 DDMTemplate DDMTemplateLocalServiceImpl.updateTemplate(long userId, long templateId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, boolean cacheable, ServiceContext serviceContext)
          Updates the template matching the ID.
 DDMTemplate DDMTemplateServiceImpl.updateTemplate(long templateId, long classPK, 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)
          Updates the template matching the ID.
 DDMTemplate DDMTemplateServiceImpl.updateTemplate(long templateId, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String mode, String language, String script, boolean cacheable, ServiceContext serviceContext)
          Updates the template matching the ID.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.impl that return types with arguments of type DDMTemplate
 List<DDMTemplate> DDMTemplateLocalServiceImpl.copyTemplates(long userId, long classNameId, long oldClassPK, long newClassPK, String type, ServiceContext serviceContext)
          Copies all the templates matching the class name ID, class PK, and type.
 List<DDMTemplate> DDMTemplateServiceImpl.copyTemplates(long classNameId, long oldClassPK, long resourceClassNameId, long newClassPK, String type, ServiceContext serviceContext)
          Copies all the templates matching the class name ID, class PK, and type.
protected  List<DDMTemplate> DDMStructureLocalServiceImpl.getStructureTemplates(DDMStructure structure, String type)
           
 List<DDMTemplate> DDMTemplateLocalServiceImpl.getTemplates(long classPK)
          Returns all the templates with the class PK.
 List<DDMTemplate> DDMTemplateLocalServiceImpl.getTemplates(long[] groupIds, long classNameId, long classPK)
           
 List<DDMTemplate> DDMTemplateLocalServiceImpl.getTemplates(long groupId, long classNameId)
          Returns all the templates matching the group and class name ID.
 List<DDMTemplate> DDMTemplateServiceImpl.getTemplates(long groupId, long classNameId)
          Returns all the templates matching the group and class name ID.
 List<DDMTemplate> DDMTemplateLocalServiceImpl.getTemplates(long groupId, long classNameId, long classPK)
          Returns all the templates matching the group, class name ID, and class PK.
 List<DDMTemplate> DDMTemplateServiceImpl.getTemplates(long groupId, long classNameId, long classPK)
          Returns all the templates matching the group, class name ID, and class PK.
 List<DDMTemplate> DDMTemplateLocalServiceImpl.getTemplates(long groupId, long classNameId, long classPK, boolean includeAncestorTemplates)
           
 List<DDMTemplate> DDMTemplateServiceImpl.getTemplates(long groupId, long classNameId, long classPK, boolean includeAncestorTemplates)
           
 List<DDMTemplate> DDMTemplateLocalServiceImpl.getTemplates(long groupId, long classNameId, long classPK, String type)
          Returns all the templates matching the group, class name ID, class PK, and type.
 List<DDMTemplate> DDMTemplateServiceImpl.getTemplates(long groupId, long classNameId, long classPK, String type)
          Returns all the templates matching the class name ID, class PK, type, and mode.
 List<DDMTemplate> DDMTemplateLocalServiceImpl.getTemplates(long groupId, long classNameId, long classPK, String type, String mode)
          Returns all the templates matching the group, class name ID, class PK, type, and mode.
 List<DDMTemplate> DDMTemplateServiceImpl.getTemplates(long groupId, long classNameId, long classPK, String type, String mode)
           
 List<DDMTemplate> DDMTemplateLocalServiceImpl.getTemplatesByClassPK(long[] groupIds, long classPK)
           
 List<DDMTemplate> DDMTemplateLocalServiceImpl.getTemplatesByClassPK(long groupId, long classPK)
           
 List<DDMTemplate> DDMTemplateServiceImpl.getTemplatesByClassPK(long groupId, long classPK)
          Returns all the templates matching the group and class PK.
 List<DDMTemplate> DDMTemplateLocalServiceImpl.getTemplatesByClassPK(long groupId, long classPK, int start, int end)
           
 List<DDMTemplate> DDMTemplateLocalServiceImpl.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
 List<DDMTemplate> DDMTemplateServiceImpl.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
 List<DDMTemplate> DDMTemplateLocalServiceImpl.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
 List<DDMTemplate> DDMTemplateServiceImpl.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalServiceImpl.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateServiceImpl.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateLocalServiceImpl.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateServiceImpl.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalServiceImpl.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateServiceImpl.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.impl with parameters of type DDMTemplate
 void DDMTemplateLocalServiceImpl.addTemplateResources(DDMTemplate template, boolean addGroupPermissions, boolean addGuestPermissions)
          Adds the resources to the template.
 void DDMTemplateLocalServiceImpl.addTemplateResources(DDMTemplate template, String[] groupPermissions, String[] guestPermissions)
          Adds the model resources with the permissions to the template.
protected  DDMTemplateVersion DDMTemplateLocalServiceImpl.addTemplateVersion(User user, DDMTemplate template, String version, ServiceContext serviceContext)
           
protected  DDMTemplate DDMTemplateLocalServiceImpl.copyTemplate(long userId, DDMTemplate template, long classPK, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 void DDMTemplateLocalServiceImpl.deleteTemplate(DDMTemplate template)
          Deletes the template and its resources.
protected  File DDMTemplateLocalServiceImpl.getSmallImageFile(DDMTemplate template)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.impl with type arguments of type DDMTemplate
 List<DDMTemplate> DDMTemplateLocalServiceImpl.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
 List<DDMTemplate> DDMTemplateServiceImpl.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
 List<DDMTemplate> DDMTemplateLocalServiceImpl.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
 List<DDMTemplate> DDMTemplateServiceImpl.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalServiceImpl.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateServiceImpl.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateLocalServiceImpl.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateServiceImpl.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalServiceImpl.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateServiceImpl.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.permission with parameters of type DDMTemplate
static void DDMTemplatePermission.check(PermissionChecker permissionChecker, DDMTemplate template, String actionId)
           
static void DDMTemplatePermission.check(PermissionChecker permissionChecker, long groupId, DDMTemplate template, String portletId, String actionId)
           
static boolean DDMTemplatePermission.contains(PermissionChecker permissionChecker, DDMTemplate template, String actionId)
           
static boolean DDMTemplatePermission.contains(PermissionChecker permissionChecker, DDMTemplate template, String portletId, String actionId)
          Deprecated. As of 7.0.0, replaced by DDMTemplatePermission.contains(PermissionChecker, DDMTemplate, String)
static boolean DDMTemplatePermission.contains(PermissionChecker permissionChecker, long groupId, DDMTemplate template, String portletId, String actionId)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMTemplate
 DDMTemplate DDMTemplatePersistence.create(long templateId)
          Creates a new d d m template with the primary key.
static DDMTemplate DDMTemplateUtil.create(long templateId)
          Creates a new d d m template with the primary key.
 DDMTemplate DDMTemplatePersistence.fetchByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first 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<DDMTemplate> orderByComparator)
          Returns the last 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<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByClassPK_First(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByClassPK_First(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByClassPK_Last(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByClassPK_Last(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first 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<DDMTemplate> orderByComparator)
          Returns the last 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<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_T(long groupId, long classNameId, String templateKey)
          Returns the d d m template where groupId = ? and classNameId = ? and templateKey = ? or returns null if it could not be found.
static DDMTemplate DDMTemplateUtil.fetchByG_C_T(long groupId, long classNameId, String templateKey)
          Returns the d d m template where groupId = ? and classNameId = ? and templateKey = ? or returns null if it could not be found.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_T(long groupId, long classNameId, String templateKey, boolean retrieveFromCache)
          Returns the d d m template where groupId = ? and classNameId = ? and templateKey = ? or returns null if it could not be found, optionally using the finder cache.
static DDMTemplate DDMTemplateUtil.fetchByG_C_T(long groupId, long classNameId, String templateKey, boolean retrieveFromCache)
          Returns the d d m template where groupId = ? and classNameId = ? and templateKey = ? or returns null if it could not be found, optionally using the finder cache.
 DDMTemplate DDMTemplatePersistence.fetchByG_CPK_First(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_CPK_First(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_CPK_Last(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_CPK_Last(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByGroupId_First(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.fetchByGroupId_First(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByLanguage_First(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.fetchByLanguage_First(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistence.fetchByLanguage_Last(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.fetchByLanguage_Last(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
 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.fetchByPrimaryKey(long templateId)
          Returns the d d m template with the primary key or returns null if it could not be found.
 DDMTemplate DDMTemplatePersistence.fetchBySmallImageId(long smallImageId)
          Returns the d d m template where smallImageId = ? or returns null if it could not be found.
static DDMTemplate DDMTemplateUtil.fetchBySmallImageId(long smallImageId)
          Returns the d d m template where smallImageId = ? or returns null if it could not be found.
 DDMTemplate DDMTemplatePersistence.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
          Returns the d d m template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache.
static DDMTemplate DDMTemplateUtil.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
          Returns the d d m template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache.
 DDMTemplate DDMTemplatePersistence.fetchByTemplateKey_First(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.fetchByTemplateKey_First(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.fetchByTemplateKey_Last(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.fetchByTemplateKey_Last(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.fetchByType_First(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.fetchByType_First(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByType_Last(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.fetchByType_Last(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_First(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_First(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
 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)
          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, 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_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_Last(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_Last(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> 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_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> 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_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator<DDMTemplate> 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.filterFindByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator<DDMTemplate> 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_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator<DDMTemplate> 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 classPK = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator<DDMTemplate> 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 classPK = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator<DDMTemplate> 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.filterFindByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator<DDMTemplate> 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.findByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first 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<DDMTemplate> orderByComparator)
          Returns the last 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<DDMTemplate> orderByComparator)
          Returns the last 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<DDMTemplate> 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.findByC_C_T_PrevAndNext(long templateId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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.findByClassPK_First(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.findByClassPK_First(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByClassPK_Last(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.findByClassPK_Last(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
 DDMTemplate[] DDMTemplatePersistence.findByClassPK_PrevAndNext(long templateId, long classPK, OrderByComparator<DDMTemplate> 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.findByClassPK_PrevAndNext(long templateId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first 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<DDMTemplate> orderByComparator)
          Returns the last 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<DDMTemplate> orderByComparator)
          Returns the last 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<DDMTemplate> 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_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> 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_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
static DDMTemplate[] DDMTemplateUtil.findByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
static DDMTemplate[] DDMTemplateUtil.findByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator<DDMTemplate> 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_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator<DDMTemplate> 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_T(long groupId, long classNameId, String templateKey)
          Returns the d d m template where groupId = ? and classNameId = ? and templateKey = ? or throws a NoSuchTemplateException if it could not be found.
static DDMTemplate DDMTemplateUtil.findByG_C_T(long groupId, long classNameId, String templateKey)
          Returns the d d m template where groupId = ? and classNameId = ? and templateKey = ? or throws a NoSuchTemplateException if it could not be found.
 DDMTemplate DDMTemplatePersistence.findByG_CPK_First(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.findByG_CPK_First(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByG_CPK_Last(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.findByG_CPK_Last(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate[] DDMTemplateUtil.findByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByGroupId_First(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.findByGroupId_First(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.findByGroupId_Last(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.findByGroupId_Last(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator<DDMTemplate> 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.findByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.findByLanguage_First(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.findByLanguage_First(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistence.findByLanguage_Last(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.findByLanguage_Last(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
 DDMTemplate[] DDMTemplatePersistence.findByLanguage_PrevAndNext(long templateId, String language, OrderByComparator<DDMTemplate> 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.findByLanguage_PrevAndNext(long templateId, String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where language = ?.
 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.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.findBySmallImageId(long smallImageId)
          Returns the d d m template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found.
static DDMTemplate DDMTemplateUtil.findBySmallImageId(long smallImageId)
          Returns the d d m template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found.
 DDMTemplate DDMTemplatePersistence.findByTemplateKey_First(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.findByTemplateKey_First(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.findByTemplateKey_Last(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.findByTemplateKey_Last(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
 DDMTemplate[] DDMTemplatePersistence.findByTemplateKey_PrevAndNext(long templateId, String templateKey, OrderByComparator<DDMTemplate> 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.findByTemplateKey_PrevAndNext(long templateId, String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.findByType_First(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.findByType_First(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.findByType_Last(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.findByType_Last(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
 DDMTemplate[] DDMTemplatePersistence.findByType_PrevAndNext(long templateId, String type, OrderByComparator<DDMTemplate> 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.findByType_PrevAndNext(long templateId, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByUuid_C_PrevAndNext(long templateId, String uuid, long companyId, OrderByComparator<DDMTemplate> 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_C_PrevAndNext(long templateId, String uuid, long companyId, OrderByComparator<DDMTemplate> 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_First(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_First(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
 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_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_Last(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_Last(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
 DDMTemplate[] DDMTemplatePersistence.findByUuid_PrevAndNext(long templateId, String uuid, OrderByComparator<DDMTemplate> 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.findByUuid_PrevAndNext(long templateId, String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistence.remove(long templateId)
          Removes the d d m template with the primary key from the database.
static DDMTemplate DDMTemplateUtil.remove(long templateId)
          Removes the d d m template with the primary key from the database.
 DDMTemplate DDMTemplatePersistence.removeByG_C_T(long groupId, long classNameId, String templateKey)
          Removes the d d m template where groupId = ? and classNameId = ? and templateKey = ? from the database.
static DDMTemplate DDMTemplateUtil.removeByG_C_T(long groupId, long classNameId, String templateKey)
          Removes the d d m template where groupId = ? and classNameId = ? and templateKey = ? from the database.
 DDMTemplate DDMTemplatePersistence.removeBySmallImageId(long smallImageId)
          Removes the d d m template where smallImageId = ? from the database.
static DDMTemplate DDMTemplateUtil.removeBySmallImageId(long smallImageId)
          Removes the d d m template where smallImageId = ? 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.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)
           
 DDMTemplate DDMTemplatePersistence.updateImpl(DDMTemplate ddmTemplate)
           
static DDMTemplate DDMTemplateUtil.updateImpl(DDMTemplate ddmTemplate)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMTemplate
 Map<Serializable,DDMTemplate> DDMTemplatePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,DDMTemplate> DDMTemplateUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode)
          Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode)
          Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, 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 = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, 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 = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type)
          Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type)
          Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type, 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 = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type, 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 = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C(long[] groupIds, long classNameId, long classPK)
          Returns all the d d m templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C(long[] groupIds, long classNameId, long classPK)
          Returns all the d d m templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C(long[] groupIds, 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 = any ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C(long[] groupIds, 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 = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? 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)
          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, 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)
          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, OrderByComparator<DDMTemplate> 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_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> 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(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)
          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, 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)
          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, OrderByComparator<DDMTemplate> 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.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMTemplate> 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_CPK(long[] groupIds, long classPK)
          Returns all the d d m templates that the user has permission to view where groupId = any ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_CPK(long[] groupIds, long classPK)
          Returns all the d d m templates that the user has permission to view where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_CPK(long[] groupIds, 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 = any ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_CPK(long[] groupIds, 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 = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_CPK(long groupId, long classPK)
          Returns all the d d m templates that the user has permission to view where groupId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_CPK(long groupId, long classPK)
          Returns all the d d m templates that the user has permission to view where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_CPK(long groupId, 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 classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_CPK(long groupId, 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 classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 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)
          Returns 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)
          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, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DDMTemplate> 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[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByKeywords(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByKeywords(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplatePersistence.findAll()
          Returns all the d d m templates.
static List<DDMTemplate> DDMTemplateUtil.findAll()
          Returns 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)
          Returns a range of all the d d m templates.
 List<DDMTemplate> DDMTemplatePersistence.findAll(int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates.
static List<DDMTemplate> DDMTemplateUtil.findAll(int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates.
 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)
          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, 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)
          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, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered 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<DDMTemplate> 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_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplatePersistence.findByClassPK(long classPK)
          Returns all the d d m templates where classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByClassPK(long classPK)
          Returns 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)
          Returns a range of all the d d m templates where classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByClassPK(long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByClassPK(long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode)
          Returns all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode)
          Returns all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end)
          Returns a range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end)
          Returns a range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C_T(long groupId, long classNameId, long classPK, String type)
          Returns all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C_T(long groupId, long classNameId, long classPK, String type)
          Returns all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end)
          Returns a range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end)
          Returns a range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C(long[] groupIds, long classNameId, long classPK)
          Returns all the d d m templates where groupId = any ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C(long[] groupIds, long classNameId, long classPK)
          Returns all the d d m templates where groupId = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end)
          Returns a range of all the d d m templates where groupId = any ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end)
          Returns a range of all the d d m templates where groupId = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? 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)
          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, 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)
          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, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered 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<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?.
 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)
          Returns 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)
          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, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered 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<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_CPK(long[] groupIds, long classPK)
          Returns all the d d m templates where groupId = any ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_CPK(long[] groupIds, long classPK)
          Returns all the d d m templates where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_CPK(long[] groupIds, long classPK, int start, int end)
          Returns a range of all the d d m templates where groupId = any ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_CPK(long[] groupIds, long classPK, int start, int end)
          Returns a range of all the d d m templates where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_CPK(long groupId, long classPK)
          Returns all the d d m templates where groupId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_CPK(long groupId, long classPK)
          Returns all the d d m templates where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_CPK(long groupId, long classPK, int start, int end)
          Returns a range of all the d d m templates where groupId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_CPK(long groupId, long classPK, int start, int end)
          Returns a range of all the d d m templates where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateFinderUtil.findByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplatePersistence.findByGroupId(long groupId)
          Returns all the d d m templates where groupId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByGroupId(long groupId)
          Returns 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)
          Returns a range of all the d d m templates where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DDMTemplate> 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[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByKeywords(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByKeywords(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplatePersistence.findByLanguage(String language)
          Returns all the d d m templates where language = ?.
static List<DDMTemplate> DDMTemplateUtil.findByLanguage(String language)
          Returns 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)
          Returns a range of all the d d m templates where language = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByLanguage(String language, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where language = ?.
static List<DDMTemplate> DDMTemplateUtil.findByLanguage(String language, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where language = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByTemplateKey(String templateKey)
          Returns all the d d m templates where templateKey = ?.
static List<DDMTemplate> DDMTemplateUtil.findByTemplateKey(String templateKey)
          Returns 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)
          Returns a range of all the d d m templates where templateKey = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByTemplateKey(String templateKey, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where templateKey = ?.
static List<DDMTemplate> DDMTemplateUtil.findByTemplateKey(String templateKey, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where templateKey = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByType(String type)
          Returns all the d d m templates where type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByType(String type)
          Returns 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)
          Returns a range of all the d d m templates where type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByType(String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByType(String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where type = ?.
 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)
          Returns 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)
          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, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered 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<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ? and companyId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByUuid(String uuid)
          Returns all the d d m templates where uuid = ?.
static List<DDMTemplate> DDMTemplateUtil.findByUuid(String uuid)
          Returns 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)
          Returns a range of all the d d m templates where uuid = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ?.
static List<DDMTemplate> DDMTemplateUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DDMTemplate> 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<DDMTemplate> orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMTemplate
 void DDMTemplatePersistence.cacheResult(DDMTemplate ddmTemplate)
          Caches the d d m template in the entity cache if it is enabled.
static void DDMTemplateUtil.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)
           
 DDMTemplate DDMTemplatePersistence.updateImpl(DDMTemplate ddmTemplate)
           
static DDMTemplate DDMTemplateUtil.updateImpl(DDMTemplate ddmTemplate)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DDMTemplate
 void DDMTemplatePersistence.cacheResult(List<DDMTemplate> ddmTemplates)
          Caches the d d m templates in the entity cache if it is enabled.
static void DDMTemplateUtil.cacheResult(List<DDMTemplate> ddmTemplates)
          Caches the d d m templates in the entity cache if it is enabled.
 DDMTemplate DDMTemplatePersistence.fetchByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first 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<DDMTemplate> orderByComparator)
          Returns the last 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<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByClassPK_First(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByClassPK_First(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByClassPK_Last(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByClassPK_Last(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first 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<DDMTemplate> orderByComparator)
          Returns the last 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<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_CPK_First(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_CPK_First(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_CPK_Last(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_CPK_Last(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByGroupId_First(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.fetchByGroupId_First(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByLanguage_First(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.fetchByLanguage_First(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistence.fetchByLanguage_Last(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.fetchByLanguage_Last(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistence.fetchByTemplateKey_First(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.fetchByTemplateKey_First(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.fetchByTemplateKey_Last(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.fetchByTemplateKey_Last(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.fetchByType_First(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.fetchByType_First(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByType_Last(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.fetchByType_Last(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_First(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_First(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_Last(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_Last(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> 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_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> 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_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> 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_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> 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 = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator<DDMTemplate> 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.filterFindByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator<DDMTemplate> 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 = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMTemplate> 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.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator<DDMTemplate> 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 classPK = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator<DDMTemplate> 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 classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 DDMTemplate[] DDMTemplatePersistence.filterFindByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator<DDMTemplate> 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.filterFindByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator<DDMTemplate> 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 = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DDMTemplate> 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[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByKeywords(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByKeywords(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplatePersistence.findAll(int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates.
static List<DDMTemplate> DDMTemplateUtil.findAll(int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates.
 DDMTemplate DDMTemplatePersistence.findByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first 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<DDMTemplate> orderByComparator)
          Returns the last 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<DDMTemplate> orderByComparator)
          Returns the last 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<DDMTemplate> 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.findByC_C_T_PrevAndNext(long templateId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByC_C_T(long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered 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<DDMTemplate> 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_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 DDMTemplate DDMTemplatePersistence.findByClassPK_First(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.findByClassPK_First(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByClassPK_Last(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.findByClassPK_Last(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
 DDMTemplate[] DDMTemplatePersistence.findByClassPK_PrevAndNext(long templateId, long classPK, OrderByComparator<DDMTemplate> 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.findByClassPK_PrevAndNext(long templateId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByClassPK(long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByClassPK(long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first 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<DDMTemplate> orderByComparator)
          Returns the last 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<DDMTemplate> orderByComparator)
          Returns the last 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<DDMTemplate> 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_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> 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_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
static DDMTemplate[] DDMTemplateUtil.findByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
static DDMTemplate[] DDMTemplateUtil.findByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered 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<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator<DDMTemplate> 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_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered 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<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.findByG_CPK_First(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.findByG_CPK_First(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByG_CPK_Last(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.findByG_CPK_Last(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate[] DDMTemplateUtil.findByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateFinderUtil.findByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 DDMTemplate DDMTemplatePersistence.findByGroupId_First(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.findByGroupId_First(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.findByGroupId_Last(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.findByGroupId_Last(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator<DDMTemplate> 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.findByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DDMTemplate> 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[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByKeywords(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByKeywords(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 DDMTemplate DDMTemplatePersistence.findByLanguage_First(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.findByLanguage_First(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistence.findByLanguage_Last(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.findByLanguage_Last(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
 DDMTemplate[] DDMTemplatePersistence.findByLanguage_PrevAndNext(long templateId, String language, OrderByComparator<DDMTemplate> 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.findByLanguage_PrevAndNext(long templateId, String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where language = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByLanguage(String language, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where language = ?.
static List<DDMTemplate> DDMTemplateUtil.findByLanguage(String language, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where language = ?.
 DDMTemplate DDMTemplatePersistence.findByTemplateKey_First(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.findByTemplateKey_First(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.findByTemplateKey_Last(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.findByTemplateKey_Last(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
 DDMTemplate[] DDMTemplatePersistence.findByTemplateKey_PrevAndNext(long templateId, String templateKey, OrderByComparator<DDMTemplate> 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.findByTemplateKey_PrevAndNext(long templateId, String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where templateKey = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByTemplateKey(String templateKey, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where templateKey = ?.
static List<DDMTemplate> DDMTemplateUtil.findByTemplateKey(String templateKey, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.findByType_First(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.findByType_First(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.findByType_Last(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.findByType_Last(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
 DDMTemplate[] DDMTemplatePersistence.findByType_PrevAndNext(long templateId, String type, OrderByComparator<DDMTemplate> 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.findByType_PrevAndNext(long templateId, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByType(String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByType(String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where type = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByUuid_C_PrevAndNext(long templateId, String uuid, long companyId, OrderByComparator<DDMTemplate> 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_C_PrevAndNext(long templateId, String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ? and companyId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered 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<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_First(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_First(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_Last(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_Last(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
 DDMTemplate[] DDMTemplatePersistence.findByUuid_PrevAndNext(long templateId, String uuid, OrderByComparator<DDMTemplate> 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.findByUuid_PrevAndNext(long templateId, String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ?.
static List<DDMTemplate> DDMTemplateUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ?.
static List<DDMTemplate> DDMTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence.impl that return DDMTemplate
 DDMTemplate DDMTemplatePersistenceImpl.create(long templateId)
          Creates a new d d m template with the primary key.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByC_C_T_Last(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByClassPK_First(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByClassPK_Last(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_T(long groupId, long classNameId, String templateKey)
          Returns the d d m template where groupId = ? and classNameId = ? and templateKey = ? or returns null if it could not be found.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_T(long groupId, long classNameId, String templateKey, boolean retrieveFromCache)
          Returns the d d m template where groupId = ? and classNameId = ? and templateKey = ? or returns null if it could not be found, optionally using the finder cache.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_CPK_First(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_CPK_Last(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByLanguage_First(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByLanguage_Last(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByPrimaryKey(long templateId)
          Returns the d d m template with the primary key or returns null if it could not be found.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the d d m template with the primary key or returns null if it could not be found.
 DDMTemplate DDMTemplatePersistenceImpl.fetchBySmallImageId(long smallImageId)
          Returns the d d m template where smallImageId = ? or returns null if it could not be found.
 DDMTemplate DDMTemplatePersistenceImpl.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
          Returns the d d m template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByTemplateKey_First(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByTemplateKey_Last(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByType_First(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByType_Last(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistenceImpl.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 DDMTemplatePersistenceImpl.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 DDMTemplatePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.filterFindByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> 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[] DDMTemplatePersistenceImpl.filterFindByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.filterFindByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.filterFindByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator<DDMTemplate> 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[] DDMTemplatePersistenceImpl.filterFindByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator<DDMTemplate> 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 classPK = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.filterFindByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator<DDMTemplate> 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 = ?.
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_C_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_C_C_T_M_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_C_C_T_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_CPK_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
 DDMTemplate DDMTemplatePersistenceImpl.findByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByC_C_T_Last(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByC_C_T_PrevAndNext(long templateId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 DDMTemplatePersistenceImpl.findByClassPK_First(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByClassPK_Last(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByClassPK_PrevAndNext(long templateId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> 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 DDMTemplatePersistenceImpl.findByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_First(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator<DDMTemplate> 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 DDMTemplatePersistenceImpl.findByG_C_T(long groupId, long classNameId, String templateKey)
          Returns the d d m template where groupId = ? and classNameId = ? and templateKey = ? or throws a NoSuchTemplateException if it could not be found.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_CPK_First(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_CPK_Last(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByLanguage_First(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByLanguage_Last(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByLanguage_PrevAndNext(long templateId, String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByPrimaryKey(long templateId)
          Returns the d d m template with the primary key or throws a NoSuchTemplateException if it could not be found.
 DDMTemplate DDMTemplatePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d m template with the primary key or throws a NoSuchModelException if it could not be found.
 DDMTemplate DDMTemplatePersistenceImpl.findBySmallImageId(long smallImageId)
          Returns the d d m template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found.
 DDMTemplate DDMTemplatePersistenceImpl.findByTemplateKey_First(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByTemplateKey_Last(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByTemplateKey_PrevAndNext(long templateId, String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByType_First(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByType_Last(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByType_PrevAndNext(long templateId, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByUuid_C_PrevAndNext(long templateId, String uuid, long companyId, OrderByComparator<DDMTemplate> 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 DDMTemplatePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistenceImpl.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 DDMTemplatePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByUuid_PrevAndNext(long templateId, String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?.
protected  DDMTemplate DDMTemplatePersistenceImpl.getByC_C_T_PrevAndNext(Session session, DDMTemplate ddmTemplate, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByClassPK_PrevAndNext(Session session, DDMTemplate ddmTemplate, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_C_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_C_C_T_M_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_C_C_T_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_CPK_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByGroupId_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByLanguage_PrevAndNext(Session session, DDMTemplate ddmTemplate, String language, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByTemplateKey_PrevAndNext(Session session, DDMTemplate ddmTemplate, String templateKey, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByType_PrevAndNext(Session session, DDMTemplate ddmTemplate, String type, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByUuid_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByUuid_PrevAndNext(Session session, DDMTemplate ddmTemplate, String uuid, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
 DDMTemplate DDMTemplatePersistenceImpl.remove(long templateId)
          Removes the d d m template with the primary key from the database.
 DDMTemplate DDMTemplatePersistenceImpl.remove(Serializable primaryKey)
          Removes the d d m template with the primary key from the database.
 DDMTemplate DDMTemplatePersistenceImpl.removeByG_C_T(long groupId, long classNameId, String templateKey)
          Removes the d d m template where groupId = ? and classNameId = ? and templateKey = ? from the database.
 DDMTemplate DDMTemplatePersistenceImpl.removeBySmallImageId(long smallImageId)
          Removes the d d m template where smallImageId = ? from the database.
 DDMTemplate DDMTemplatePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the d d m template where uuid = ? and groupId = ? from the database.
protected  DDMTemplate DDMTemplatePersistenceImpl.removeImpl(DDMTemplate ddmTemplate)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.toUnwrappedModel(DDMTemplate ddmTemplate)
           
 DDMTemplate DDMTemplatePersistenceImpl.updateImpl(DDMTemplate ddmTemplate)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence.impl that return types with arguments of type DDMTemplate
protected  List<DDMTemplate> DDMTemplateFinderImpl.doFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator, boolean inlineSQLHelper)
           
protected  List<DDMTemplate> DDMTemplateFinderImpl.doFindByG_C_SC(long[] groupIds, long classNameId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator, boolean inlineSQLHelper)
           
 Map<Serializable,DDMTemplate> DDMTemplatePersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode)
          Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, 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 = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type)
          Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type, 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 = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C_C(long[] groupIds, long classNameId, long classPK)
          Returns all the d d m templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C_C(long[] groupIds, 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 = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.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> DDMTemplatePersistenceImpl.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> DDMTemplatePersistenceImpl.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> 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> DDMTemplatePersistenceImpl.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> DDMTemplatePersistenceImpl.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> DDMTemplatePersistenceImpl.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMTemplate> 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> DDMTemplatePersistenceImpl.filterFindByG_CPK(long[] groupIds, long classPK)
          Returns all the d d m templates that the user has permission to view where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_CPK(long[] groupIds, 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 = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_CPK(long groupId, long classPK)
          Returns all the d d m templates that the user has permission to view where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_CPK(long groupId, 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 classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the d d m templates that the user has permission to view where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.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> DDMTemplatePersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?.
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByKeywords(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplatePersistenceImpl.findAll()
          Returns all the d d m templates.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findAll(int start, int end)
          Returns a range of all the d d m templates.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findAll(int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByC_C_T(long classNameId, long classPK, String type)
          Returns all the d d m templates where classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.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> DDMTemplatePersistenceImpl.findByC_C_T(long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplateFinderImpl.findByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.findByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.findByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.findByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByClassPK(long classPK)
          Returns all the d d m templates where classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByClassPK(long classPK, int start, int end)
          Returns a range of all the d d m templates where classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByClassPK(long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode)
          Returns all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end)
          Returns a range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C_T(long groupId, long classNameId, long classPK, String type)
          Returns all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end)
          Returns a range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C(long[] groupIds, long classNameId, long classPK)
          Returns all the d d m templates where groupId = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end)
          Returns a range of all the d d m templates where groupId = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the d d m templates where groupId = ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.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> DDMTemplatePersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C(long groupId, long classNameId)
          Returns all the d d m templates where groupId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.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> DDMTemplatePersistenceImpl.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_CPK(long[] groupIds, long classPK)
          Returns all the d d m templates where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_CPK(long[] groupIds, long classPK, int start, int end)
          Returns a range of all the d d m templates where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_CPK(long groupId, long classPK)
          Returns all the d d m templates where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_CPK(long groupId, long classPK, int start, int end)
          Returns a range of all the d d m templates where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplateFinderImpl.findByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.findByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByGroupId(long groupId)
          Returns all the d d m templates where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the d d m templates where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ?.
 List<DDMTemplate> DDMTemplateFinderImpl.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.findByKeywords(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByLanguage(String language)
          Returns all the d d m templates where language = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByLanguage(String language, int start, int end)
          Returns a range of all the d d m templates where language = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByLanguage(String language, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where language = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByTemplateKey(String templateKey)
          Returns all the d d m templates where templateKey = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByTemplateKey(String templateKey, int start, int end)
          Returns a range of all the d d m templates where templateKey = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByTemplateKey(String templateKey, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where templateKey = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByType(String type)
          Returns all the d d m templates where type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByType(String type, int start, int end)
          Returns a range of all the d d m templates where type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByType(String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the d d m templates where uuid = ? and companyId = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.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> DDMTemplatePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ? and companyId = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByUuid(String uuid)
          Returns all the d d m templates where uuid = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d m templates where uuid = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ?.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence.impl with parameters of type DDMTemplate
 void DDMTemplatePersistenceImpl.cacheResult(DDMTemplate ddmTemplate)
          Caches the d d m template in the entity cache if it is enabled.
protected  void DDMTemplatePersistenceImpl.cacheUniqueFindersCache(DDMTemplate ddmTemplate)
           
 void DDMTemplatePersistenceImpl.clearCache(DDMTemplate ddmTemplate)
          Clears the cache for the d d m template.
protected  void DDMTemplatePersistenceImpl.clearUniqueFindersCache(DDMTemplate ddmTemplate)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_C_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_C_C_T_M_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_C_C_T_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_CPK_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByC_C_T_PrevAndNext(Session session, DDMTemplate ddmTemplate, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByClassPK_PrevAndNext(Session session, DDMTemplate ddmTemplate, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_C_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_C_C_T_M_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_C_C_T_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_CPK_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByGroupId_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByLanguage_PrevAndNext(Session session, DDMTemplate ddmTemplate, String language, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByTemplateKey_PrevAndNext(Session session, DDMTemplate ddmTemplate, String templateKey, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByType_PrevAndNext(Session session, DDMTemplate ddmTemplate, String type, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByUuid_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByUuid_PrevAndNext(Session session, DDMTemplate ddmTemplate, String uuid, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.removeImpl(DDMTemplate ddmTemplate)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.toUnwrappedModel(DDMTemplate ddmTemplate)
           
 DDMTemplate DDMTemplatePersistenceImpl.updateImpl(DDMTemplate ddmTemplate)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence.impl with type arguments of type DDMTemplate
 void DDMTemplatePersistenceImpl.cacheResult(List<DDMTemplate> ddmTemplates)
          Caches the d d m templates in the entity cache if it is enabled.
 void DDMTemplatePersistenceImpl.clearCache(List<DDMTemplate> ddmTemplates)
           
protected  List<DDMTemplate> DDMTemplateFinderImpl.doFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator, boolean inlineSQLHelper)
           
protected  List<DDMTemplate> DDMTemplateFinderImpl.doFindByG_C_SC(long[] groupIds, long classNameId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator, boolean inlineSQLHelper)
           
 DDMTemplate DDMTemplatePersistenceImpl.fetchByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByC_C_T_Last(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByClassPK_First(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByClassPK_Last(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_CPK_First(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByG_CPK_Last(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByLanguage_First(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByLanguage_Last(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByTemplateKey_First(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByTemplateKey_Last(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByType_First(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByType_Last(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 DDMTemplate[] DDMTemplatePersistenceImpl.filterFindByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> 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[] DDMTemplatePersistenceImpl.filterFindByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.filterFindByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> 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 = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.filterFindByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator<DDMTemplate> 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 = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.filterFindByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator<DDMTemplate> 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 classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 DDMTemplate[] DDMTemplatePersistenceImpl.filterFindByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator<DDMTemplate> 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 = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?.
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.filterFindByKeywords(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_C_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_C_C_T_M_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_C_C_T_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByG_CPK_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
 List<DDMTemplate> DDMTemplatePersistenceImpl.findAll(int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates.
 DDMTemplate DDMTemplatePersistenceImpl.findByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByC_C_T_Last(long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByC_C_T_PrevAndNext(long templateId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByC_C_T(long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplateFinderImpl.findByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.findByC_G_C_C_R_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.findByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.findByC_G_C_C_R_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 DDMTemplate DDMTemplatePersistenceImpl.findByClassPK_First(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByClassPK_Last(long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByClassPK_PrevAndNext(long templateId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByClassPK(long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> 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 DDMTemplatePersistenceImpl.findByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> 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 = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> 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 = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? and classNameId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_First(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_C_Last(long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_CPK_First(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByG_CPK_Last(long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplateFinderImpl.findByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.findByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 DDMTemplate DDMTemplatePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ?.
 List<DDMTemplate> DDMTemplateFinderImpl.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinderImpl.findByKeywords(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
           
 DDMTemplate DDMTemplatePersistenceImpl.findByLanguage_First(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByLanguage_Last(String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByLanguage_PrevAndNext(long templateId, String language, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where language = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByLanguage(String language, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where language = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByTemplateKey_First(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByTemplateKey_Last(String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByTemplateKey_PrevAndNext(long templateId, String templateKey, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where templateKey = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByTemplateKey(String templateKey, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where templateKey = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByType_First(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByType_Last(String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByType_PrevAndNext(long templateId, String type, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where type = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByType(String type, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where type = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByUuid_C_PrevAndNext(long templateId, String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ? and companyId = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
 DDMTemplate[] DDMTemplatePersistenceImpl.findByUuid_PrevAndNext(long templateId, String uuid, OrderByComparator<DDMTemplate> orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?.
 List<DDMTemplate> DDMTemplatePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ?.
protected  DDMTemplate DDMTemplatePersistenceImpl.getByC_C_T_PrevAndNext(Session session, DDMTemplate ddmTemplate, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByClassPK_PrevAndNext(Session session, DDMTemplate ddmTemplate, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_C_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_C_C_T_M_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_C_C_T_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, long classPK, String type, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classNameId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByG_CPK_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, long classPK, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByGroupId_PrevAndNext(Session session, DDMTemplate ddmTemplate, long groupId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByLanguage_PrevAndNext(Session session, DDMTemplate ddmTemplate, String language, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByTemplateKey_PrevAndNext(Session session, DDMTemplate ddmTemplate, String templateKey, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByType_PrevAndNext(Session session, DDMTemplate ddmTemplate, String type, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByUuid_C_PrevAndNext(Session session, DDMTemplate ddmTemplate, String uuid, long companyId, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
protected  DDMTemplate DDMTemplatePersistenceImpl.getByUuid_PrevAndNext(Session session, DDMTemplate ddmTemplate, String uuid, OrderByComparator<DDMTemplate> orderByComparator, boolean previous)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.test that return DDMTemplate
protected  DDMTemplate BaseDDMServiceTestCase.addDisplayTemplate(long classNameId, long classPK, long sourceClassNameId, String name, String description)
           
protected  DDMTemplate BaseDDMServiceTestCase.addDisplayTemplate(long classNameId, long classPK, String name)
           
protected  DDMTemplate BaseDDMServiceTestCase.addDisplayTemplate(long classPK, String name)
           
protected  DDMTemplate BaseDDMServiceTestCase.addFormTemplate(long classPK, String name)
           
protected  DDMTemplate BaseDDMServiceTestCase.addFormTemplate(long classPK, String name, String definition)
           
protected  DDMTemplate BaseDDMServiceTestCase.addTemplate(long classNameId, long classPK, long sourceClassNameId, String templateKey, String name, String description, String type, String mode, String language, String script)
           
protected  DDMTemplate BaseDDMServiceTestCase.addTemplate(long classNameId, long classPK, String name, String type, String mode, String language, String script)
           
protected  DDMTemplate BaseDDMServiceTestCase.addTemplate(long classNameId, long classPK, String templateKey, String name, String type, String mode, String language, String script)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.util that return types with arguments of type DDMTemplate
protected  List<DDMTemplate> DDMFormTemplateSynchonizer.getDDMFormTemplates()
           
 OrderByComparator<DDMTemplate> DDM.getTemplateOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator<DDMTemplate> DDMUtil.getTemplateOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<DDMTemplate> DDMImpl.getTemplateOrderByComparator(String orderByCol, String orderByType)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMTemplate
 DDMStructure DDMTemplateHelper.fetchStructure(DDMTemplate template)
           
static DDMStructure DDMTemplateHelperUtil.fetchStructure(DDMTemplate ddmTemplate)
           
 DDMStructure DDMTemplateHelperImpl.fetchStructure(DDMTemplate template)
           
 String DDMDisplay.getEditTemplateTitle(DDMStructure structure, DDMTemplate template, Locale locale)
           
 String BaseDDMDisplay.getEditTemplateTitle(DDMStructure structure, DDMTemplate template, Locale locale)
           
 long DDMDisplay.getTemplateHandlerClassNameId(DDMTemplate template, long classNameId)
           
 long BaseDDMDisplay.getTemplateHandlerClassNameId(DDMTemplate template, long classNameId)
           
 String DDMDisplay.getTemplateType(DDMTemplate template, Locale locale)
           
 String BaseDDMDisplay.getTemplateType(DDMTemplate template, Locale locale)
           
protected  void DDMFormTemplateSynchonizer.updateDDMTemplate(DDMTemplate ddmTemplate, DDMForm templateDDMForm)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.util with type arguments of type DDMTemplate
 void DDMFormTemplateSynchonizer.setDDMFormTemplates(List<DDMTemplate> ddmFormTemplates)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.util.comparator with parameters of type DDMTemplate
 int TemplateIdComparator.compare(DDMTemplate template1, DDMTemplate template2)
           
 

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 structureId)
           
static DDMTemplate DDMTemplateTestUtil.addTemplate(long structureId, Locale defaultLocale)
           
static DDMTemplate DDMTemplateTestUtil.addTemplate(long groupId, long structureId)
           
static DDMTemplate DDMTemplateTestUtil.addTemplate(long groupId, long structureId, Locale defaultLocale)
           
static DDMTemplate DDMTemplateTestUtil.addTemplate(long groupId, long classNameId, long classPK)
           
static DDMTemplate DDMTemplateTestUtil.addTemplate(long groupId, long classNameId, long classPK, String language, String script, Locale defaultLocale)
           
static DDMTemplate DDMTemplateTestUtil.addTemplate(long groupId, long structureId, String language, String script, Locale defaultLocale)
           
static DDMTemplate DDMTemplateTestUtil.addTemplate(long structureId, String language, String script)
           
static DDMTemplate DDMTemplateTestUtil.addTemplate(long structureId, String language, String script, Locale defaultLocale)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.webdav with parameters of type DDMTemplate
static Resource DDMWebDavUtil.toResource(WebDAVRequest webDAVRequest, DDMTemplate template, String rootPath, boolean appendPath)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.webdav with parameters of type DDMTemplate
DDMTemplateResourceImpl(DDMTemplate template, String parentPath, String name)
           
 

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

Methods in com.liferay.portlet.journal.model that return DDMTemplate
 DDMTemplate JournalArticle.getDDMTemplate()
           
 DDMTemplate JournalArticleWrapper.getDDMTemplate()
           
 

Uses of DDMTemplate in com.liferay.portlet.journal.model.impl
 

Methods in com.liferay.portlet.journal.model.impl that return DDMTemplate
 DDMTemplate JournalArticleImpl.getDDMTemplate()
           
 

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

Methods in com.liferay.portlet.journal.util that return types with arguments of type DDMTemplate
static Stack<DDMTemplate> JournalUtil.getRecentDDMTemplates(PortletRequest portletRequest)
           
 

Methods in com.liferay.portlet.journal.util with parameters of type DDMTemplate
static void JournalUtil.addRecentDDMTemplate(PortletRequest portletRequest, DDMTemplate ddmTemplate)
           
static String JournalUtil.getTemplateScript(DDMTemplate ddmTemplate, Map<String,String> tokens, String languageId, boolean transform)
           
 

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

Methods in com.liferay.portlet.portletdisplaytemplate.util that return DDMTemplate
 DDMTemplate PortletDisplayTemplate.fetchDDMTemplate(long groupId, String displayStyle)
           
static DDMTemplate PortletDisplayTemplateUtil.fetchDDMTemplate(long groupId, String displayStyle)
          Deprecated. As of 7.0.0, replaced by PortletDisplayTemplateUtil.getPortletDisplayTemplateDDMTemplate(long, long, String)
 DDMTemplate PortletDisplayTemplateImpl.fetchDDMTemplate(long groupId, String displayStyle)
           
 DDMTemplate PortletDisplayTemplate.getDefaultPortletDisplayTemplateDDMTemplate(long groupId, long classNameId)
           
static DDMTemplate PortletDisplayTemplateUtil.getDefaultPortletDisplayTemplateDDMTemplate(long groupId, long classNameId)
          Returns the default portlet display template's DDM template that's associated with the class name ID.
 DDMTemplate PortletDisplayTemplateImpl.getDefaultPortletDisplayTemplateDDMTemplate(long groupId, long classNameId)
           
 DDMTemplate PortletDisplayTemplate.getPortletDisplayTemplateDDMTemplate(long groupId, long classNameId, String displayStyle)
           
static DDMTemplate PortletDisplayTemplateUtil.getPortletDisplayTemplateDDMTemplate(long groupId, long classNameId, String displayStyle)
          Returns the portlet display template's DDM template that's associated with the class name ID and that matches the group and display style stored in the portlet configuration.
 DDMTemplate PortletDisplayTemplateImpl.getPortletDisplayTemplateDDMTemplate(long groupId, long classNameId, String displayStyle)
           
 DDMTemplate PortletDisplayTemplate.getPortletDisplayTemplateDDMTemplate(long groupId, long classNameId, String displayStyle, boolean useDefault)
           
static DDMTemplate PortletDisplayTemplateUtil.getPortletDisplayTemplateDDMTemplate(long groupId, long classNameId, String displayStyle, boolean useDefault)
          Returns the portlet display template's DDM template that's associated with the class name ID and that matches the group and display style stored in the portlet configuration.
 DDMTemplate PortletDisplayTemplateImpl.getPortletDisplayTemplateDDMTemplate(long groupId, long classNameId, String displayStyle, boolean useDefault)
           
 

Methods in com.liferay.portlet.portletdisplaytemplate.util with parameters of type DDMTemplate
 String PortletDisplayTemplate.renderDDMTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DDMTemplate ddmTemplate, List<?> entries)
           
static String PortletDisplayTemplateUtil.renderDDMTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DDMTemplate ddmTemplate, List<?> entries)
          Returns the result of rendering the DDM template with the entries in the page context.
 String PortletDisplayTemplateImpl.renderDDMTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DDMTemplate ddmTemplate, List<?> entries)
           
 String PortletDisplayTemplate.renderDDMTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DDMTemplate ddmTemplate, List<?> entries, Map<String,Object> contextObjects)
           
static String PortletDisplayTemplateUtil.renderDDMTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DDMTemplate ddmTemplate, List<?> entries, Map<String,Object> contextObjects)
          Returns the result of rendering the DDM template with the entries in the page context and template context.
 String PortletDisplayTemplateImpl.renderDDMTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DDMTemplate ddmTemplate, List<?> entries, Map<String,Object> contextObjects)
           
 

Uses of DDMTemplate in com.liferay.taglib.ui
 

Methods in com.liferay.taglib.ui that return DDMTemplate
protected  DDMTemplate DDMTemplateSelectorTag.getPortletDisplayDDMTemplate()
           
 


Liferay 7.0-ce-m6