public static class PortletTemplatePlugin.PortletTemplateConfig extends Object
| Constructor and Description |
|---|
PortletTemplateConfig() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
getAccessPermissions()
Gets the access permissions.
|
String |
getCategory()
Gets the category.
|
ArrayList<String> |
getEditPermissions()
Gets the edits the permissions.
|
String |
getTemplateData()
Gets the template data.
|
String |
getTemplateName()
Gets the template name.
|
String |
getTitle()
Gets the full text template name.
|
void |
setAccessPermissions(ArrayList<String> accessPermissions)
Sets the access permissions.
|
void |
setCategory(String category)
Sets the category.
|
void |
setEditPermissions(ArrayList<String> editPermissions)
Sets the edits the permissions.
|
void |
setTemplateData(String templateData)
Sets the template data.
|
void |
setTemplateName(String templateName)
Sets the template name.
|
void |
setTitle(String title)
Sets the full text template title.
|
public String getCategory()
public void setCategory(String category)
category - the new categorypublic ArrayList<String> getAccessPermissions()
public void setAccessPermissions(ArrayList<String> accessPermissions)
accessPermissions - the new access permissionspublic ArrayList<String> getEditPermissions()
public void setEditPermissions(ArrayList<String> editPermissions)
editPermissions - the new edits the permissionspublic String getTemplateName()
public void setTemplateName(String templateName)
templateName - the new template namepublic String getTitle()
public void setTitle(String title)
title - the new template titlepublic String getTemplateData()
public void setTemplateData(String templateData)
templateData - the new template dataCopyright © 2003–2019 eXo Platform SAS. All rights reserved.