Modifier and Type | Field and Description |
---|---|
protected AdminManager |
m_Main |
Constructor and Description |
---|
ClassDomainAdmin(AdminManager main)
The only constructor that is being used.
|
Modifier and Type | Method and Description |
---|---|
protected void |
createClassDomain(LibrarySession sess,
ClassDomainDefinition def)
internal variant of Create ClassDomain
|
protected void |
createClassDomain(LibrarySession sess,
ParameterTable params)
Section variant of Create ClassDomain
|
protected void |
createClassDomain(LibrarySession sess,
String nameToken,
String descriptionToken)
inline variant of Create ClassDomain
|
protected void |
freeClassDomain(LibrarySession sess,
ParameterTable params)
Section variant of Free ClassDomain
|
protected void |
freeClassDomain(LibrarySession sess,
String name)
Inline/internal variant of Free ClassDomain
|
protected ClassDomain |
lookupClassDomain(LibrarySession sess,
String name)
Lookup ClassDomain by name
|
protected void |
modifyClassDomain(LibrarySession sess,
ParameterTable params)
Section variant of Modify ClassDomain
|
protected void |
modifyClassDomain(LibrarySession sess,
String name,
ClassDomainDefinition def)
internal variant of Modify ClassDomain
|
protected void |
showClassDomain(LibrarySession sess,
ClassDomain clsdomain) |
protected void |
showClassDomain(LibrarySession sess,
ParameterTable params)
Section variant of showClassDomain
|
protected void |
showClassDomain(LibrarySession sess,
String name)
Inline/internal variant of showClassDomain
|
protected AdminManager m_Main
public ClassDomainAdmin(AdminManager main)
main
- Reference to AdminManager which invokes this.protected void createClassDomain(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void createClassDomain(LibrarySession sess, String nameToken, String descriptionToken) throws IfsException
IfsException
protected void createClassDomain(LibrarySession sess, ClassDomainDefinition def) throws IfsException
IfsException
protected void modifyClassDomain(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void modifyClassDomain(LibrarySession sess, String name, ClassDomainDefinition def) throws IfsException
IfsException
protected void freeClassDomain(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void freeClassDomain(LibrarySession sess, String name) throws IfsException
IfsException
protected void showClassDomain(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void showClassDomain(LibrarySession sess, String name) throws IfsException
IfsException
protected void showClassDomain(LibrarySession sess, ClassDomain clsdomain) throws IfsException
IfsException
protected ClassDomain lookupClassDomain(LibrarySession sess, String name) throws IfsException
IfsException
Copyright © 2023. All rights reserved.