|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DDMTemplate in com.liferay.portlet.dynamicdatamapping.action |
---|
Methods in com.liferay.portlet.dynamicdatamapping.action that return DDMTemplate | |
---|---|
protected DDMTemplate |
EditTemplateAction.updateTemplate(ActionRequest actionRequest)
|
Methods in com.liferay.portlet.dynamicdatamapping.action with parameters of type DDMTemplate | |
---|---|
protected String |
EditTemplateAction.getSaveAndContinueRedirect(PortletConfig portletConfig,
ActionRequest actionRequest,
DDMTemplate template,
String redirect)
|
Uses of DDMTemplate in com.liferay.portlet.dynamicdatamapping.lar |
---|
Methods in com.liferay.portlet.dynamicdatamapping.lar with parameters of type DDMTemplate | |
---|---|
static void |
DDMPortletDataHandlerImpl.exportTemplate(PortletDataContext portletDataContext,
Element templatesElement,
DDMTemplate template)
|
protected static String |
DDMPortletDataHandlerImpl.getTemplatePath(PortletDataContext portletDataContext,
DDMTemplate template)
|
Uses of DDMTemplate in com.liferay.portlet.dynamicdatamapping.model |
---|
Classes in com.liferay.portlet.dynamicdatamapping.model that implement DDMTemplate | |
---|---|
class |
DDMTemplateWrapper
This class is a wrapper for DDMTemplate . |
Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMTemplate | |
---|---|
DDMTemplate |
DDMTemplateWrapper.getWrappedDDMTemplate()
Deprecated. Renamed to DDMTemplateWrapper.getWrappedModel() |
DDMTemplate |
DDMTemplateWrapper.getWrappedModel()
|
DDMTemplate |
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 |
DDMTemplateCacheModel.toEntityModel()
|
DDMTemplate |
DDMTemplateModelImpl.toEscapedModel()
|
static DDMTemplate |
DDMTemplateModelImpl.toModel(DDMTemplateSoap soapModel)
Converts the soap model instance into a normal model instance. |
DDMTemplate |
DDMTemplateModelImpl.toUnescapedModel()
|
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 | |
---|---|
static DDMTemplate |
DDMTemplateLocalServiceUtil.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. |
DDMTemplate |
DDMTemplateLocalService.addDDMTemplate(DDMTemplate ddmTemplate)
Adds the d d m template to the database. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.addTemplate(long userId,
long groupId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.addTemplate(long userId,
long groupId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalService.addTemplate(long userId,
long groupId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateServiceUtil.addTemplate(long groupId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateServiceWrapper.addTemplate(long groupId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateService.addTemplate(long groupId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateLocalServiceUtil.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. |
DDMTemplate |
DDMTemplateLocalService.createDDMTemplate(long templateId)
Creates a new d d m template with the primary key. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.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. |
DDMTemplate |
DDMTemplateLocalService.deleteDDMTemplate(DDMTemplate ddmTemplate)
Deletes the d d m template from the database. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.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. |
DDMTemplate |
DDMTemplateLocalService.deleteDDMTemplate(long templateId)
Deletes the d d m template with the primary key from the database. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.fetchDDMTemplate(long templateId)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.fetchDDMTemplate(long templateId)
|
DDMTemplate |
DDMTemplateLocalService.fetchDDMTemplate(long templateId)
|
static DDMTemplate |
DDMTemplateLocalServiceUtil.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. |
DDMTemplate |
DDMTemplateLocalService.getDDMTemplate(long templateId)
Returns the d d m template with the primary key. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.getDDMTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m template with the UUID in the group. |
DDMTemplate |
DDMTemplateLocalServiceWrapper.getDDMTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m template with the UUID in the group. |
DDMTemplate |
DDMTemplateLocalService.getDDMTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m template with the UUID in the group. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.getTemplate(long templateId)
|
static DDMTemplate |
DDMTemplateServiceUtil.getTemplate(long templateId)
|
DDMTemplate |
DDMTemplateServiceWrapper.getTemplate(long templateId)
|
DDMTemplate |
DDMTemplateService.getTemplate(long templateId)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.getTemplate(long templateId)
|
DDMTemplate |
DDMTemplateLocalService.getTemplate(long templateId)
|
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 |
DDMTemplateLocalServiceWrapper.updateDDMTemplate(DDMTemplate ddmTemplate)
Updates the d d m template in the database or adds it if it does not yet exist. |
DDMTemplate |
DDMTemplateLocalService.updateDDMTemplate(DDMTemplate ddmTemplate)
Updates the d d m template in the database or adds it if it does not yet exist. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.updateDDMTemplate(DDMTemplate ddmTemplate,
boolean merge)
Updates the d d m template in the database or adds it if it does not yet exist. |
DDMTemplate |
DDMTemplateLocalServiceWrapper.updateDDMTemplate(DDMTemplate ddmTemplate,
boolean merge)
Updates the d d m template in the database or adds it if it does not yet exist. |
DDMTemplate |
DDMTemplateLocalService.updateDDMTemplate(DDMTemplate ddmTemplate,
boolean merge)
Updates the d d m template in the database or adds it if it does not yet exist. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateServiceUtil.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateServiceWrapper.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateService.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalService.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMTemplate | |
---|---|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.copyTemplates(long userId,
long structureId,
long newStructureId,
String type,
ServiceContext serviceContext)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.copyTemplates(long userId,
long structureId,
long newStructureId,
String type,
ServiceContext serviceContext)
|
List<DDMTemplate> |
DDMTemplateLocalService.copyTemplates(long userId,
long structureId,
long newStructureId,
String type,
ServiceContext serviceContext)
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.copyTemplates(long structureId,
long newStructureId,
String type,
ServiceContext serviceContext)
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.copyTemplates(long structureId,
long newStructureId,
String type,
ServiceContext serviceContext)
|
List<DDMTemplate> |
DDMTemplateService.copyTemplates(long structureId,
long newStructureId,
String type,
ServiceContext serviceContext)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.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. |
List<DDMTemplate> |
DDMTemplateLocalService.getDDMTemplates(int start,
int end)
Returns a range of all the d d m templates. |
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.getTemplates(long structureId)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.getTemplates(long structureId)
|
List<DDMTemplate> |
DDMTemplateLocalService.getTemplates(long structureId)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.getTemplates(long structureId,
String type)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.getTemplates(long structureId,
String type)
|
List<DDMTemplate> |
DDMTemplateLocalService.getTemplates(long structureId,
String type)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.getTemplates(long structureId,
String type,
String mode)
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.getTemplates(long structureId,
String type,
String mode)
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.getTemplates(long structureId,
String type,
String mode)
|
List<DDMTemplate> |
DDMTemplateService.getTemplates(long structureId,
String type,
String mode)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.getTemplates(long structureId,
String type,
String mode)
|
List<DDMTemplate> |
DDMTemplateLocalService.getTemplates(long structureId,
String type,
String mode)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.search(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.search(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.search(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateService.search(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.search(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateLocalService.search(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.search(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.search(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.search(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateService.search(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.search(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateLocalService.search(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMTemplate | |
---|---|
static DDMTemplate |
DDMTemplateLocalServiceUtil.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. |
DDMTemplate |
DDMTemplateLocalService.addDDMTemplate(DDMTemplate ddmTemplate)
Adds the d d m template to the database. |
static void |
DDMTemplateLocalServiceUtil.addTemplateResources(DDMTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DDMTemplateLocalServiceWrapper.addTemplateResources(DDMTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DDMTemplateLocalService.addTemplateResources(DDMTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
DDMTemplateLocalServiceUtil.addTemplateResources(DDMTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
void |
DDMTemplateLocalServiceWrapper.addTemplateResources(DDMTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
void |
DDMTemplateLocalService.addTemplateResources(DDMTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
static DDMTemplate |
DDMTemplateLocalServiceUtil.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. |
DDMTemplate |
DDMTemplateLocalService.deleteDDMTemplate(DDMTemplate ddmTemplate)
Deletes the d d m template from the database. |
static void |
DDMTemplateLocalServiceUtil.deleteTemplate(DDMTemplate template)
|
void |
DDMTemplateLocalServiceWrapper.deleteTemplate(DDMTemplate template)
|
void |
DDMTemplateLocalService.deleteTemplate(DDMTemplate template)
|
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 |
DDMTemplateLocalServiceWrapper.updateDDMTemplate(DDMTemplate ddmTemplate)
Updates the d d m template in the database or adds it if it does not yet exist. |
DDMTemplate |
DDMTemplateLocalService.updateDDMTemplate(DDMTemplate ddmTemplate)
Updates the d d m template in the database or adds it if it does not yet exist. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.updateDDMTemplate(DDMTemplate ddmTemplate,
boolean merge)
Updates the d d m template in the database or adds it if it does not yet exist. |
DDMTemplate |
DDMTemplateLocalServiceWrapper.updateDDMTemplate(DDMTemplate ddmTemplate,
boolean merge)
Updates the d d m template in the database or adds it if it does not yet exist. |
DDMTemplate |
DDMTemplateLocalService.updateDDMTemplate(DDMTemplate ddmTemplate,
boolean merge)
Updates the d d m template in the database or adds it if it does not yet exist. |
Uses of DDMTemplate in com.liferay.portlet.dynamicdatamapping.service.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.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 with the UUID in the group. |
DDMTemplate |
DDMTemplateLocalServiceBaseImpl.updateDDMTemplate(DDMTemplate ddmTemplate)
Updates the d d m template in the database or adds it if it does not yet exist. |
DDMTemplate |
DDMTemplateLocalServiceBaseImpl.updateDDMTemplate(DDMTemplate ddmTemplate,
boolean merge)
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. |
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. |
DDMTemplate |
DDMTemplateLocalServiceBaseImpl.updateDDMTemplate(DDMTemplate ddmTemplate,
boolean merge)
Updates the d d m template in the database or adds it if it does not yet exist. |
Uses of DDMTemplate in com.liferay.portlet.dynamicdatamapping.service.http |
---|
Methods in com.liferay.portlet.dynamicdatamapping.service.http that return DDMTemplate | |
---|---|
static DDMTemplate |
DDMTemplateServiceHttp.addTemplate(HttpPrincipal httpPrincipal,
long groupId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateServiceHttp.getTemplate(HttpPrincipal httpPrincipal,
long templateId)
|
static DDMTemplate |
DDMTemplateServiceHttp.updateTemplate(HttpPrincipal httpPrincipal,
long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
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 structureId,
long newStructureId,
String type,
ServiceContext serviceContext)
|
static List<DDMTemplate> |
DDMTemplateServiceHttp.getTemplates(HttpPrincipal httpPrincipal,
long structureId,
String type,
String mode)
|
static List<DDMTemplate> |
DDMTemplateServiceHttp.search(HttpPrincipal httpPrincipal,
long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateServiceHttp.search(HttpPrincipal httpPrincipal,
long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
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 structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateServiceImpl.addTemplate(long groupId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalServiceImpl.getTemplate(long templateId)
|
DDMTemplate |
DDMTemplateServiceImpl.getTemplate(long templateId)
|
DDMTemplate |
DDMTemplateLocalServiceImpl.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateServiceImpl.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.dynamicdatamapping.service.impl that return types with arguments of type DDMTemplate | |
---|---|
List<DDMTemplate> |
DDMTemplateLocalServiceImpl.copyTemplates(long userId,
long structureId,
long newStructureId,
String type,
ServiceContext serviceContext)
|
List<DDMTemplate> |
DDMTemplateServiceImpl.copyTemplates(long structureId,
long newStructureId,
String type,
ServiceContext serviceContext)
|
List<DDMTemplate> |
DDMTemplateLocalServiceImpl.getTemplates(long structureId)
|
List<DDMTemplate> |
DDMTemplateLocalServiceImpl.getTemplates(long structureId,
String type)
|
List<DDMTemplate> |
DDMTemplateLocalServiceImpl.getTemplates(long structureId,
String type,
String mode)
|
List<DDMTemplate> |
DDMTemplateServiceImpl.getTemplates(long structureId,
String type,
String mode)
|
List<DDMTemplate> |
DDMTemplateLocalServiceImpl.search(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateServiceImpl.search(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateLocalServiceImpl.search(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateServiceImpl.search(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.dynamicdatamapping.service.impl with parameters of type DDMTemplate | |
---|---|
void |
DDMTemplateLocalServiceImpl.addTemplateResources(DDMTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DDMTemplateLocalServiceImpl.addTemplateResources(DDMTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
void |
DDMTemplateLocalServiceImpl.deleteTemplate(DDMTemplate template)
|
protected void |
DDMStructureLocalServiceImpl.syncStructureTemplatesFields(DDMTemplate template,
Element templateElement)
|
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 boolean |
DDMTemplatePermission.contains(PermissionChecker permissionChecker,
DDMTemplate template,
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 |
DDMTemplatePersistenceImpl.create(long templateId)
Creates a new d d m template with the primary key. |
DDMTemplate |
DDMTemplatePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByLanguage_First(String language,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByLanguage_First(String language,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByLanguage_First(String language,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByLanguage_Last(String language,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where language = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByLanguage_Last(String language,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByLanguage_Last(String language,
OrderByComparator 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 |
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 |
DDMTemplatePersistence.fetchByS_T_First(long structureId,
String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByS_T_First(long structureId,
String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByS_T_First(long structureId,
String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByS_T_Last(long structureId,
String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByS_T_Last(long structureId,
String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByS_T_Last(long structureId,
String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByS_T_M_First(long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByS_T_M_First(long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByS_T_M_First(long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByS_T_M_Last(long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByS_T_M_Last(long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByS_T_M_Last(long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByType_First(String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByType_First(String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByType_First(String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where uuid = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where uuid = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator 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 |
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 |
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 |
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 |
DDMTemplatePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
DDMTemplate[] |
DDMTemplatePersistence.filterFindByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ?. |
static DDMTemplate[] |
DDMTemplateUtil.filterFindByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ?. |
DDMTemplate[] |
DDMTemplatePersistenceImpl.filterFindByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ?. |
protected DDMTemplate |
DDMTemplatePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
DDMTemplate |
DDMTemplatePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?. |
DDMTemplate[] |
DDMTemplatePersistenceImpl.findByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByLanguage_First(String language,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
static DDMTemplate |
DDMTemplateUtil.findByLanguage_First(String language,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByLanguage_First(String language,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistence.findByLanguage_Last(String language,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where language = ?. |
static DDMTemplate |
DDMTemplateUtil.findByLanguage_Last(String language,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByLanguage_Last(String language,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where language = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByLanguage_PrevAndNext(long templateId,
String language,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where language = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByLanguage_PrevAndNext(long templateId,
String language,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where language = ?. |
DDMTemplate[] |
DDMTemplatePersistenceImpl.findByLanguage_PrevAndNext(long templateId,
String language,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistence.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 |
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 |
DDMTemplatePersistence.findByS_T_First(long structureId,
String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.findByS_T_First(long structureId,
String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByS_T_First(long structureId,
String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByS_T_Last(long structureId,
String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.findByS_T_Last(long structureId,
String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByS_T_Last(long structureId,
String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByS_T_M_First(long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
static DDMTemplate |
DDMTemplateUtil.findByS_T_M_First(long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByS_T_M_First(long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistence.findByS_T_M_Last(long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
static DDMTemplate |
DDMTemplateUtil.findByS_T_M_Last(long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByS_T_M_Last(long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByS_T_M_PrevAndNext(long templateId,
long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByS_T_M_PrevAndNext(long templateId,
long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
DDMTemplate[] |
DDMTemplatePersistenceImpl.findByS_T_M_PrevAndNext(long templateId,
long structureId,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ? and type = ? and mode = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByS_T_PrevAndNext(long templateId,
long structureId,
String type,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ? and type = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByS_T_PrevAndNext(long templateId,
long structureId,
String type,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ? and type = ?. |
DDMTemplate[] |
DDMTemplatePersistenceImpl.findByS_T_PrevAndNext(long templateId,
long structureId,
String type,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where structureId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where structureId = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByStructureId_PrevAndNext(long templateId,
long structureId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByStructureId_PrevAndNext(long templateId,
long structureId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ?. |
DDMTemplate[] |
DDMTemplatePersistenceImpl.findByStructureId_PrevAndNext(long templateId,
long structureId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByType_First(String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
static DDMTemplate |
DDMTemplateUtil.findByType_First(String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByType_First(String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
static DDMTemplate |
DDMTemplateUtil.findByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByType_PrevAndNext(long templateId,
String type,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where type = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByType_PrevAndNext(long templateId,
String type,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where type = ?. |
DDMTemplate[] |
DDMTemplatePersistenceImpl.findByType_PrevAndNext(long templateId,
String type,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where uuid = ?. |
static DDMTemplate |
DDMTemplateUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where uuid = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator 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 |
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 |
DDMTemplatePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
static DDMTemplate |
DDMTemplateUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
DDMTemplate |
DDMTemplatePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByUuid_PrevAndNext(long templateId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByUuid_PrevAndNext(long templateId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?. |
DDMTemplate[] |
DDMTemplatePersistenceImpl.findByUuid_PrevAndNext(long templateId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?. |
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByGroupId_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByLanguage_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
String language,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByS_T_M_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
long structureId,
String type,
String mode,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByS_T_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
long structureId,
String type,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByStructureId_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
long structureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByType_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
String type,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByUuid_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
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 |
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 |
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. |
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)
|
static DDMTemplate |
DDMTemplateUtil.update(DDMTemplate ddmTemplate,
boolean merge)
|
static DDMTemplate |
DDMTemplateUtil.update(DDMTemplate ddmTemplate,
boolean merge,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplatePersistence.updateImpl(DDMTemplate ddmTemplate,
boolean merge)
|
static DDMTemplate |
DDMTemplateUtil.updateImpl(DDMTemplate ddmTemplate,
boolean merge)
|
DDMTemplate |
DDMTemplatePersistenceImpl.updateImpl(DDMTemplate ddmTemplate,
boolean merge)
|
Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMTemplate | |
---|---|
protected List<DDMTemplate> |
DDMTemplateFinderImpl.doFindByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator,
boolean inlineSQLHelper)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.filterFindByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinderImpl.filterFindByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.filterFindByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinderImpl.filterFindByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator 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> |
DDMTemplatePersistenceImpl.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> |
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> |
DDMTemplatePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?. |
static List<DDMTemplate> |
DDMTemplateFinderUtil.filterFindByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinderImpl.filterFindByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator 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> |
DDMTemplatePersistenceImpl.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> |
DDMTemplatePersistenceImpl.findAll(int start,
int end)
Returns a range of all the d d m templates. |
List<DDMTemplate> |
DDMTemplatePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates. |
static List<DDMTemplate> |
DDMTemplateUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates. |
static List<DDMTemplate> |
DDMTemplateFinderUtil.findByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinderImpl.findByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.findByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinderImpl.findByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator 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> |
DDMTemplatePersistenceImpl.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> |
DDMTemplatePersistenceImpl.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 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 orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ?. |
static List<DDMTemplate> |
DDMTemplateFinderUtil.findByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinderImpl.findByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator 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> |
DDMTemplatePersistenceImpl.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> |
DDMTemplatePersistenceImpl.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 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 orderByComparator)
Returns an ordered range of all the d d m templates where language = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findByLanguage(String language,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where language = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByS_T_M(long structureId,
String type,
String mode)
Returns all the d d m templates where structureId = ? and type = ? and mode = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByS_T_M(long structureId,
String type,
String mode)
Returns all the d d m templates where structureId = ? and type = ? and mode = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findByS_T_M(long structureId,
String type,
String mode)
Returns all the d d m templates where structureId = ? and type = ? and mode = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByS_T_M(long structureId,
String type,
String mode,
int start,
int end)
Returns a range of all the d d m templates where structureId = ? and type = ? and mode = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByS_T_M(long structureId,
String type,
String mode,
int start,
int end)
Returns a range of all the d d m templates where structureId = ? and type = ? and mode = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findByS_T_M(long structureId,
String type,
String mode,
int start,
int end)
Returns a range of all the d d m templates where structureId = ? and type = ? and mode = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByS_T_M(long structureId,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where structureId = ? and type = ? and mode = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByS_T_M(long structureId,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where structureId = ? and type = ? and mode = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findByS_T_M(long structureId,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where structureId = ? and type = ? and mode = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByS_T(long structureId,
String type)
Returns all the d d m templates where structureId = ? and type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByS_T(long structureId,
String type)
Returns all the d d m templates where structureId = ? and type = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findByS_T(long structureId,
String type)
Returns all the d d m templates where structureId = ? and type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByS_T(long structureId,
String type,
int start,
int end)
Returns a range of all the d d m templates where structureId = ? and type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByS_T(long structureId,
String type,
int start,
int end)
Returns a range of all the d d m templates where structureId = ? and type = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findByS_T(long structureId,
String type,
int start,
int end)
Returns a range of all the d d m templates where structureId = ? and type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByS_T(long structureId,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where structureId = ? and type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByS_T(long structureId,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where structureId = ? and type = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findByS_T(long structureId,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where structureId = ? and type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByStructureId(long structureId)
Returns all the d d m templates where structureId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByStructureId(long structureId)
Returns all the d d m templates where structureId = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findByStructureId(long structureId)
Returns all the d d m templates where structureId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByStructureId(long structureId,
int start,
int end)
Returns a range of all the d d m templates where structureId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByStructureId(long structureId,
int start,
int end)
Returns a range of all the d d m templates where structureId = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findByStructureId(long structureId,
int start,
int end)
Returns a range of all the d d m templates where structureId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByStructureId(long structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where structureId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByStructureId(long structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where structureId = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findByStructureId(long structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where structureId = ?. |
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> |
DDMTemplatePersistenceImpl.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> |
DDMTemplatePersistenceImpl.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 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 orderByComparator)
Returns an ordered range of all the d d m templates where type = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findByType(String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.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> |
DDMTemplatePersistenceImpl.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> |
DDMTemplatePersistenceImpl.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 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 orderByComparator)
Returns an ordered range of all the d d m templates where uuid = ?. |
List<DDMTemplate> |
DDMTemplatePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where uuid = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDMTemplate> |
DDMTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDMTemplate> |
DDMTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMTemplate | |
---|---|
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. |
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)
|
static void |
DDMTemplateUtil.clearCache(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.filterGetByGroupId_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByGroupId_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByLanguage_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
String language,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByS_T_M_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
long structureId,
String type,
String mode,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByS_T_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
long structureId,
String type,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByStructureId_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
long structureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByType_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
String type,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.getByUuid_PrevAndNext(Session session,
DDMTemplate ddmTemplate,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.removeImpl(DDMTemplate ddmTemplate)
|
protected DDMTemplate |
DDMTemplatePersistenceImpl.toUnwrappedModel(DDMTemplate ddmTemplate)
|
static DDMTemplate |
DDMTemplateUtil.update(DDMTemplate ddmTemplate,
boolean merge)
|
static DDMTemplate |
DDMTemplateUtil.update(DDMTemplate ddmTemplate,
boolean merge,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplatePersistence.updateImpl(DDMTemplate ddmTemplate,
boolean merge)
|
static DDMTemplate |
DDMTemplateUtil.updateImpl(DDMTemplate ddmTemplate,
boolean merge)
|
DDMTemplate |
DDMTemplatePersistenceImpl.updateImpl(DDMTemplate ddmTemplate,
boolean merge)
|
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. |
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)
|
Uses of DDMTemplate in com.liferay.portlet.dynamicdatamapping.util |
---|
Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMTemplate | |
---|---|
String |
DDMXSD.getHTML(javax.servlet.jsp.PageContext pageContext,
DDMTemplate ddmTemplate,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
static String |
DDMXSDUtil.getHTML(javax.servlet.jsp.PageContext pageContext,
DDMTemplate ddmTemplate,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
String |
DDMXSDImpl.getHTML(javax.servlet.jsp.PageContext pageContext,
DDMTemplate ddmTemplate,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |