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
IOExceptionpublic Role getParent(GlobalContext globalContext) throws IOException
IOExceptionpublic static File getFolder(GlobalContext globalContext)
protected static File getFile(GlobalContext globalContext, String name)
protected void store()
throws IOException
IOExceptionprotected void load(GlobalContext globalContext, String name) throws IOException
IOExceptionpublic String getName()
public String getMailingSenders()
public String getLocalMailingSenders()
public void setMailingSenders(String senders) throws IOException
IOExceptionpublic String getTemplateIncluded()
public String getLocalTemplateIncluded()
public void setTemplateIncluded(String templates) throws IOException
IOExceptionpublic String getTemplateExcluded()
public String getLocalTemplateExcluded()
public void setTemplateExcluded(String templates) throws IOException
IOExceptionpublic String getParent()
public Role getParentRole()
public void setParent(String parent) throws IOException
IOExceptionCopyright © 2012-2018. All Rights Reserved.