|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.data.CommonMBOModel
com.sybase.uep.bobclient.data.MBOModel
com.sybase.uep.bobclient.data.SPMBOModel
com.sybase.uep.bobclient.data.InvisibleSPMBOModel
public class InvisibleSPMBOModel
If the structure parameter is flatten by ET, then it is invisible in BOB. However, device still need its model to manipulate its instances. We call them InvisibleSPMBOModel
Field Summary |
---|
Fields inherited from class com.sybase.uep.bobclient.data.SPMBOModel |
---|
CREATE_OP, DELETE_OP, UPDATE_OP |
Fields inherited from class com.sybase.uep.bobclient.data.CommonMBOModel |
---|
_databaseMetaData, _log, _mboApp, _metaData, KEY, PENDING_OP_SCOPE_MBO, PENDING_OP_SCOPE_PACKAGE, PENDING_OP_SCOPE_SYNCGROUP, SYNCHRONIZATION_NORMAL, SYNCHRONIZATION_NOTIFICATION |
Constructor Summary | |
---|---|
InvisibleSPMBOModel(java.lang.String packageName,
java.lang.String className)
There is a kind of Structure parameter class that is invisible from user or BOB. |
Method Summary | |
---|---|
java.lang.String |
getPackageName()
Return the package name |
protected ReflectionManager |
getReflectionManager()
Override the super because there is no _mboApp instances for invisible structure parameter mbo model |
Methods inherited from class com.sybase.uep.bobclient.data.SPMBOModel |
---|
cancelPending, cancelPendingObjects, doPersist, find, findAll, findNamedQuery, getParameterMaxLength, getPendingObjects, getProfileRefID, getRelationshipDataFilterBy, getSize, getSK, getSynchronizationGroup, getSyncParameter, invoke, isDeleted, isDirty, isNew, isOtherCalled, isSynchronized, namedQueryChanged, namedQueryInitialized, readPersistentData, refresh, saveUpdate, setData, setData, submitPendingObjects, synchronize |
Methods inherited from class com.sybase.uep.bobclient.data.MBOModel |
---|
clearSyncParameter, currentSelectChanged, deleteFromModel, getLastOperation, getLogs, getOtherOperationModel, getOtherOperationModelTable, getRelationshipData, getValue, newMBOInstance, parentSelectChanged, relationshipChanged, setValue, size, submitPending |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvisibleSPMBOModel(java.lang.String packageName, java.lang.String className)
packageName
- mboName
- Method Detail |
---|
protected ReflectionManager getReflectionManager()
getReflectionManager
in class MBOModel
public java.lang.String getPackageName()
getPackageName
in class SPMBOModel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |