|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.ixb.util.IXBAdministrativeDomainHelper
Domain helper classes that fills in the limitations of the OOTB admin helper. StandardAdministrativeDomainManager, does not return nested domains correctly.
Constructor Summary | |
IXBAdministrativeDomainHelper()
Creates new AdministrativeDomainHelper |
Method Summary | |
static AdministrativeDomain |
getDomain(String name)
Returns the first StandardAdministrativeDomainManager object with the specified name. |
static AdministrativeDomain |
getDomain(String name,
boolean caseSensitive)
Returns the first AdminstrativeDomain object with the specified name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IXBAdministrativeDomainHelper()
Method Detail |
public static AdministrativeDomain getDomain(String name)
This is case insensitive search.
name
-
public static AdministrativeDomain getDomain(String name, boolean caseSensitive)
name
- caseSensitive
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |