public class ALNDomainInfoBase extends DomainInfoBase
| Modifier and Type | Class and Description |
|---|---|
class |
ALNDomainInfoBase.Detail |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashSet |
objsAcceptsCondition
Hashset to store object names whose value condtion will apply.
|
allInfocoRef| Constructor and Description |
|---|
ALNDomainInfoBase(java.lang.String name,
long id)
Construct the domain with the specified name
|
| Modifier and Type | Method and Description |
|---|---|
void |
addConditionObj(java.lang.String obj) |
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.
|
ALNDomainInfoBase.Detail |
initDetailObject() |
getCacheName, toStringaddToRepository, getClonedInfo, getID, getReference, getTenantId, isLoaded, isMasterInfo, isSameTenantAsReference, setID, setReference, setTenantId, setTenantReferenceprotected java.util.HashSet objsAcceptsCondition
public ALNDomainInfoBase(java.lang.String name,
long id)
name - public ALNDomainInfoBase.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