|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Domain | |
|---|---|
| org.starhope.appius.mb | |
| org.starhope.appius.sys.admin | |
| org.starhope.appius.util | |
| Uses of Domain in org.starhope.appius.mb |
|---|
| Fields in org.starhope.appius.mb declared as Domain | |
|---|---|
private Domain |
Enrolment.domain
in what domain (game) is this enrolment valid? |
| Methods in org.starhope.appius.mb that return Domain | |
|---|---|
Domain |
Enrolment.getDomain()
Get the Domain in which this Enrolment is applicable. |
| Methods in org.starhope.appius.mb with parameters of type Domain | |
|---|---|
void |
Enrolment.setDomain(Domain newDomain)
Set the Domain in which this type of Enrolment is valid. |
| Uses of Domain in org.starhope.appius.sys.admin |
|---|
| Fields in org.starhope.appius.sys.admin with type parameters of type Domain | |
|---|---|
private com.sun.sgs.app.ManagedReference<Domain> |
Zone.domain
|
| Methods in org.starhope.appius.sys.admin that return Domain | |
|---|---|
static Domain |
Domain.get(org.json.JSONObject object)
Instantiate a Domain object based upon the supplied JSON data |
static Domain |
Domain.get(String id)
|
static Domain |
Domain.getByIdentifier(String domainIdentifier)
|
Domain |
Zone.getDomain()
|
| Methods in org.starhope.appius.sys.admin with parameters of type Domain | |
|---|---|
private static Zone |
Zone.get(Domain domain,
String name)
|
void |
Zone.setDomain(Domain newDomain)
|
| Uses of Domain in org.starhope.appius.util |
|---|
| Methods in org.starhope.appius.util that return Domain | |
|---|---|
static Domain |
BraqueConfig.getDefaultDomain()
|
| Methods in org.starhope.appius.util with parameters of type Domain | |
|---|---|
static String |
BraqueConfig.getDomainFilter(Domain domain)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||