Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.dynamicdatamapping.model.DDMTemplateSoap

Packages that use DDMTemplateSoap
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.model.impl   
com.liferay.portlet.dynamicdatamapping.service.http   
 

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

Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMTemplateSoap
static DDMTemplateSoap DDMTemplateSoap.toSoapModel(DDMTemplate model)
           
static DDMTemplateSoap[] DDMTemplateSoap.toSoapModels(DDMTemplate[] models)
           
static DDMTemplateSoap[][] DDMTemplateSoap.toSoapModels(DDMTemplate[][] models)
           
static DDMTemplateSoap[] DDMTemplateSoap.toSoapModels(List<DDMTemplate> models)
           
 

Uses of DDMTemplateSoap in com.liferay.portlet.dynamicdatamapping.model.impl
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl with parameters of type DDMTemplateSoap
static DDMTemplate DDMTemplateModelImpl.toModel(DDMTemplateSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<DDMTemplate> DDMTemplateModelImpl.toModels(DDMTemplateSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.http that return DDMTemplateSoap
static DDMTemplateSoap DDMTemplateServiceSoap.addTemplate(long groupId, long classNameId, long classPK, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String type, String mode, String language, String script, ServiceContext serviceContext)
          Adds a template.
static DDMTemplateSoap DDMTemplateServiceSoap.copyTemplate(long templateId, ServiceContext serviceContext)
           
static DDMTemplateSoap DDMTemplateServiceSoap.copyTemplate(long templateId, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, ServiceContext serviceContext)
          Copies the template, creating a new template with all the values extracted from the original one.
static DDMTemplateSoap[] DDMTemplateServiceSoap.copyTemplates(long classNameId, long classPK, long newClassPK, String type, ServiceContext serviceContext)
          Copies all the templates matching the class name ID, class PK, and type.
static DDMTemplateSoap DDMTemplateServiceSoap.fetchTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
static DDMTemplateSoap DDMTemplateServiceSoap.getTemplate(long templateId)
          Returns the template with the ID.
static DDMTemplateSoap DDMTemplateServiceSoap.getTemplate(long groupId, long classNameId, String templateKey)
          Returns the template matching the group and template key.
static DDMTemplateSoap DDMTemplateServiceSoap.getTemplate(long groupId, long classNameId, String templateKey, boolean includeGlobalTemplates)
          Returns the template matching the group and template key, optionally in the global scope.
static DDMTemplateSoap[] DDMTemplateServiceSoap.getTemplates(long groupId, long classNameId)
          Returns all the templates matching the group and class name ID.
static DDMTemplateSoap[] DDMTemplateServiceSoap.getTemplates(long groupId, long classNameId, long classPK)
          Returns all the templates matching the group, class name ID, and class PK.
static DDMTemplateSoap[] DDMTemplateServiceSoap.getTemplates(long groupId, long classNameId, long classPK, String type)
          Returns all the templates matching the class name ID, class PK, type, and mode.
static DDMTemplateSoap[] DDMTemplateServiceSoap.getTemplates(long groupId, long classNameId, long classPK, String type, String mode)
           
static DDMTemplateSoap[] DDMTemplateServiceSoap.getTemplatesByClassPK(long groupId, long classPK)
          Returns all the templates matching the group and class PK.
static DDMTemplateSoap[] DDMTemplateServiceSoap.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator 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 DDMTemplateSoap[] DDMTemplateServiceSoap.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode, int start, int end, OrderByComparator 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, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator 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, String keywords, String type, String mode, int start, int end, OrderByComparator 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, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator 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.
 


Liferay 6.2-ce-ga5