Modifier and Type | Class and Description |
---|---|
class |
TemplateInNode
Template in a node
|
Modifier and Type | Method and Description |
---|---|
Template |
Page.getTemplate()
Template
|
Modifier and Type | Method and Description |
---|---|
void |
Page.setTemplate(Template template) |
Modifier and Type | Class and Description |
---|---|
class |
TemplateInPackage
Template in a package.
If the object does not have a (local) ID, this means that the object was not synchronized to the CMS. It is also possible, that the global ID of the object is null, if it is not set in the gentics_structure.json file.Objects without global ID in the filesystem can be imported into the CMS, but will never be "in sync", because they cannot be identified without global ID. |
Modifier and Type | Method and Description |
---|---|
Template |
TemplateSaveRequest.getTemplate()
Template to be saved
|
Template |
TemplateCreateRequest.getTemplate()
Template to create
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateSaveRequest.setTemplate(Template template)
Set the template to be saved
|
TemplateCreateRequest |
TemplateCreateRequest.setTemplate(Template template)
Set the template
|
Constructor and Description |
---|
TemplateSaveRequest(Template template)
Create an instance with the given template
|
Modifier and Type | Method and Description |
---|---|
Template |
TemplateLoadResponse.getTemplate() |
Modifier and Type | Method and Description |
---|---|
List<Template> |
TemplateListResponse.getTemplates()
Get the list of templates
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateLoadResponse.setTemplate(Template template) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateListResponse.setTemplates(List<Template> templates)
Set the list of templates
|
Constructor and Description |
---|
TemplateLoadResponse(Message message,
ResponseInfo responseInfo,
Template template)
Creates a TemplateLoadResponse with the provided single message and ResponseInfo.
|
Constructor and Description |
---|
TemplateUsageListResponse(Message message,
ResponseInfo responseInfo,
List<Template> templates,
int total,
int withoutPermission)
Create a new instance
|
Copyright © 2024 Gentics Software. All rights reserved.