public class TenantAwareObj extends TenantLevelObj
Constructor and Description |
---|
TenantAwareObj() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(boolean nocontextIsFine) |
java.lang.Object |
getMasterObject() |
java.lang.Object |
getObjectInContext() |
void |
set(java.lang.Object obj,
boolean nocontextIsFine)
Set the object and not throwing the error if the tenant context is not set.
|
clearAllTenants, clearByMaster, clearTenant, get, get, getLoadedTenants, hasObjectInCurrentContext, removeObjectInContext, set, set, unloadInactiveCaches
public java.lang.Object getMasterObject()
public java.lang.Object getObjectInContext()
public java.lang.Object get(boolean nocontextIsFine)
public void set(java.lang.Object obj, boolean nocontextIsFine)
boolean
- not throwing the no context set message if true.