diff --git a/ccm-sci-types-institute/doc/freemarker/ccm-sci-types-institute.md b/ccm-sci-types-institute/doc/freemarker/ccm-sci-types-institute.md new file mode 100644 index 000000000..66ba5c169 --- /dev/null +++ b/ccm-sci-types-institute/doc/freemarker/ccm-sci-types-institute.md @@ -0,0 +1,28 @@ +# Freemarker functions for SciDepartment items + +Import Path +: `/ccm-sci-types-department.ftl` + +## `getDescription(data: Node): HtmlString` + +Returns the description of the institute. + +## `getShortDescription(data: Node): String` + +Returns the short description of the institute. + +## `getDepartments(data: Node): Sequence` + +Returns the departments assigned to a institute. + +## `getDepartmentOid(department: Node): String` + +Gets the OID of a department. + +## `getDepartmentTitle(department: Node): String` + +Gets the title of a department. + +## `getDepartmentLink(department: Node): String` + +Returns the link to the detail view of a department. \ No newline at end of file