public class ALNDomainInfo extends NewDomainInfo
| Modifier and Type | Class and Description |
|---|---|
class |
ALNDomainInfo.Detail |
| Constructor and Description |
|---|
ALNDomainInfo(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConditionObj(java.lang.String obj) |
MboValueListener |
getDomainObject(MboValue mbv)
Return an object that will actually perform the validation
|
java.lang.String |
getSiteOrgWhere(ALNDomain domain) |
boolean |
hasValueCondition(java.lang.String object)
Returns true if this domain have conditional value when the passed in object is the one that the
domain is associated to.
|
ALNDomainInfo.Detail |
initDetailObject() |
java.lang.String |
toString()
Dump the domain info to a string for debugging purposes
|
canSignatureChangeAfterInit, contains, getCacheName, getDetail, getName, getNeverCache, getSignature, init, isDifferentSignature, needToConsiderSiteOrg, setDetail, setNeverCachegetKeypublic MboValueListener getDomainObject(MboValue mbv)
getDomainObject in class NewDomainInfopublic java.lang.String toString()
toString in class NewDomainInfopublic ALNDomainInfo.Detail initDetailObject()
public void addConditionObj(java.lang.String obj)
public boolean hasValueCondition(java.lang.String object)
public java.lang.String getSiteOrgWhere(ALNDomain domain) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteException