|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FieldInfo in org.sourceforge.jemm.client |
---|
Methods in org.sourceforge.jemm.client that return FieldInfo | |
---|---|
FieldInfo |
ClassMetadata.getFieldInfo(java.lang.String name)
Returns the FieldInfo for any named field. |
FieldInfo[] |
ClassMetadata.getStoredFields()
Iterates all the Fields within the class of the object referenced and filters out any JEMM enhanced added ones. |
Methods in org.sourceforge.jemm.client that return types with arguments of type FieldInfo | |
---|---|
java.util.Map<FieldInfo,java.lang.Object> |
ObjectAccessor.getAllFieldsMap()
Generates a Map of all the keys and values for all fields associated with this object. |
java.util.Map<FieldInfo,ID> |
JEMMObjectFieldMapper.syncResponseUpdateObject(JEMMObject jo,
ObjectSyncResp response)
Updates the object with new meta and FieldData from the response. |
Uses of FieldInfo in org.sourceforge.jemm.database |
---|
Fields in org.sourceforge.jemm.database with type parameters of type FieldInfo | |
---|---|
java.util.Set<FieldInfo> |
ClassInfo.fields
An immutable set of the fields belonging to the class |
java.util.Map<FieldInfo,java.lang.Object> |
ObjectState.fieldValues
|
Methods in org.sourceforge.jemm.database that return types with arguments of type FieldInfo | |
---|---|
java.util.Map<FieldInfo,java.lang.Object> |
ObjectSyncResp.getUpdatedFields()
|
Constructors in org.sourceforge.jemm.database with parameters of type FieldInfo | |
---|---|
ClassInfo(java.lang.String className,
FieldInfo... fields)
Create a ClassInfo with the given class name and fields. |
Constructor parameters in org.sourceforge.jemm.database with type arguments of type FieldInfo | |
---|---|
ClassInfo(java.lang.String className,
java.util.Set<FieldInfo> fields)
Create a class ClassInfo for the given class. |
|
GetObjectResp(ID jemmId,
ClassId classId,
int version,
java.util.Map<FieldInfo,java.lang.Object> fieldValues)
|
|
ObjectState(ID jemmId,
int version,
java.util.Map<FieldInfo,java.lang.Object> fieldValues)
|
|
ObjectSyncData(ID jemmId,
int clientVersion,
java.util.Map<FieldInfo,java.lang.Object> fieldValues)
|
|
ObjectSyncResp(int newVersionNo,
java.util.Map<FieldInfo,java.lang.Object> updatedFields)
|
Uses of FieldInfo in org.sourceforge.jemm.database.components.types |
---|
Methods in org.sourceforge.jemm.database.components.types that return types with arguments of type FieldInfo | |
---|---|
java.util.Map<FieldInfo,FieldData> |
StoredUserObject.getFields()
|
Uses of FieldInfo in org.sourceforge.jemm.database.persistent.berkeley.proxy |
---|
Methods in org.sourceforge.jemm.database.persistent.berkeley.proxy that return FieldInfo | |
---|---|
FieldInfo |
FieldInfoProxy.convertProxy()
|
Methods in org.sourceforge.jemm.database.persistent.berkeley.proxy with parameters of type FieldInfo | |
---|---|
void |
FieldInfoProxy.initializeProxy(FieldInfo fi)
|
Uses of FieldInfo in org.sourceforge.jemm.lifecycle |
---|
Methods in org.sourceforge.jemm.lifecycle that return FieldInfo | |
---|---|
FieldInfo[] |
ShadowData.getFields()
Returns an array of all the fields, which could be zero length if none exist. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |