public class Role extends Object
Constructor and Description |
---|
Role(GlobalContext globalContext,
String name) |
Modifier and Type | Method and Description |
---|---|
protected static File |
getFile(GlobalContext globalContext,
String name) |
static File |
getFolder(GlobalContext globalContext) |
String |
getLocalMailingSenders() |
String |
getLocalTemplateExcluded() |
String |
getLocalTemplateIncluded() |
String |
getMailingSenders() |
String |
getName() |
String |
getParent() |
Role |
getParent(GlobalContext globalContext) |
Role |
getParentRole() |
String |
getTemplateExcluded() |
String |
getTemplateIncluded() |
protected void |
load(GlobalContext globalContext,
String name) |
void |
setMailingSenders(String senders) |
void |
setParent(String parent) |
void |
setTemplateExcluded(String templates) |
void |
setTemplateIncluded(String templates) |
protected void |
store() |
public Role(GlobalContext globalContext, String name) throws IOException
IOException
public Role getParent(GlobalContext globalContext) throws IOException
IOException
public static File getFolder(GlobalContext globalContext)
protected static File getFile(GlobalContext globalContext, String name)
protected void store() throws IOException
IOException
protected void load(GlobalContext globalContext, String name) throws IOException
IOException
public String getName()
public String getMailingSenders()
public String getLocalMailingSenders()
public void setMailingSenders(String senders) throws IOException
IOException
public String getTemplateIncluded()
public String getLocalTemplateIncluded()
public void setTemplateIncluded(String templates) throws IOException
IOException
public String getTemplateExcluded()
public String getLocalTemplateExcluded()
public void setTemplateExcluded(String templates) throws IOException
IOException
public String getParent()
public Role getParentRole()
public void setParent(String parent) throws IOException
IOException
Copyright © 2012-2018. All Rights Reserved.