public abstract class AbstractStatefulBean
extends java.lang.Object
implements ome.system.SelfConfigurableService, ome.api.StatefulServiceInterface, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected LocalQuery |
iQuery |
protected LocalUpdate |
iUpdate |
protected boolean |
modified
True if any write operation took place on this bean.
|
protected SecuritySystem |
sec |
Constructor and Description |
---|
AbstractStatefulBean() |
Modifier and Type | Method and Description |
---|---|
protected BeanHelper |
getBeanHelper() |
ome.system.EventContext |
getCurrentEventContext() |
protected boolean |
isModified() |
protected void |
modified() |
void |
selfConfigure() |
void |
setQueryService(LocalQuery iQuery)
Query service Bean injector.
|
void |
setSecuritySystem(SecuritySystem secSys) |
void |
setUpdateService(LocalUpdate update) |
protected transient LocalQuery iQuery
protected transient LocalUpdate iUpdate
protected transient SecuritySystem sec
protected transient boolean modified
public final void setQueryService(LocalQuery iQuery)
iQuery
- an IQuery
service.public final void setUpdateService(LocalUpdate update)
public final void setSecuritySystem(SecuritySystem secSys)
public void selfConfigure()
selfConfigure
in interface ome.system.SelfConfigurableService
protected BeanHelper getBeanHelper()
protected boolean isModified()
protected void modified()
public final ome.system.EventContext getCurrentEventContext()
getCurrentEventContext
in interface ome.api.StatefulServiceInterface