Package | Description |
---|---|
com.viaoa.object |
Observable data model Object, that is the superclass for all OAModel classes.
|
com.viaoa.sync.remote |
Modifier and Type | Field and Description |
---|---|
protected OAObjectSerializer |
OAThreadLocal.objectSerializer |
Modifier and Type | Method and Description |
---|---|
static OAObjectSerializer |
OAThreadLocalDelegate.getObjectSerializer()
used by Serialization for the current thread.
|
protected static OAObjectSerializer |
OAThreadLocalDelegate.getObjectSerializer(OAThreadLocal ti) |
Modifier and Type | Method and Description |
---|---|
protected static void |
OAObjectSerializeDelegate._writeProperties(OAObject oaObj,
ObjectOutputStream stream,
OAObjectSerializer serializer,
boolean bNewObjectCache) |
static void |
OAThreadLocalDelegate.setObjectSerializer(OAObjectSerializer si) |
protected static void |
OAThreadLocalDelegate.setObjectSerializer(OAThreadLocal ti,
OAObjectSerializer si) |
Modifier and Type | Method and Description |
---|---|
protected OAObjectSerializer |
ClientGetDetail.getSerializedDetail(long msStart,
OAObject masterObject,
Object detailObject,
String propFromMaster,
String[] masterProperties,
int cntMasterPropsLoaded,
OAObjectKey[] siblingKeys,
boolean bForHubMerger)
20130213
getDetail() requirements
load referencs for master object and detail object/hub, and one level of ownedReferences
serialize all first level references for master, and detail
send existing references for 1 more level from master, and 2 levels from detail
dont send any references that equal master or have master in the hub
dont send any references that have detail/hub in it
dont send detail if it has already been sent with all references
dont send a reference if it has already been sent to client, and has been added to tree
send max X objects
|
Modifier and Type | Method and Description |
---|---|
boolean |
RemoteSyncImpl.addNewToHub(Class masterObjectClass,
OAObjectKey masterObjectKey,
String hubPropertyName,
OAObjectSerializer obj) |
boolean |
RemoteSyncInterface.addNewToHub(Class masterObjectClass,
OAObjectKey masterObjectKey,
String hubPropertyName,
OAObjectSerializer obj) |
Copyright © 1999–2019 ViaOA. All rights reserved.