public class MockRecordHolder extends MockValueHolder<RecordType> implements RecordHolder
| Constructor and Description |
|---|
MockRecordHolder(RecordType t)
Returns a new test holder for record type.
|
MockRecordHolder(RecordType t,
Map<String,?> values)
Creates new instance of
MockRecordHolder. |
MockRecordHolder(RecordType t,
String propertyName,
Object propertyValue)
A constructor that sets one property.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asMap()
Returns a map view of this record.
|
RecordHolder |
createChangeProxy()
Creates change proxy on this record holder.
|
void |
createPropertyProxy(HolderFactory holderFactory,
String property)
Creates change proxy for all object referenced by the propery and sets the proxy values to the property.
|
boolean |
equals(Object obj) |
Object |
executeMethod(Namespace parentNamespace,
FunctionSignature signature,
Object... arguments)
Executes method with parameters.
|
long |
getBaseLevelEntityId()
Returns id of the corresponding record in the base level.
|
RecordHolder |
getBaseLevelHolder()
Returns base level record holder.
|
RecordHolder |
getCompiled(Object compiledContext)
Returns instance of the compiled record for this record holder.
|
String |
getIdentificationString()
Returns identification string (string form of primary key)
|
Object |
getJavaIdentification()
Returns identification in plain java form.
|
Object |
getJavaObject()
Returns underlying java object if there is some.
|
Namespace |
getNamespace(Namespace parentNamespace)
Returns namespace of this record.
|
RecordHolder |
getOriginalRecord()
Returns proxied record that is not proxy.
|
Object |
getProperty(String name)
Returns the property given the property name, if no such property exists, exception is
thrown.
|
RecordHolder |
getProxiedRecord()
Returns proxied record.
|
int |
getProxyLevel()
For original record it returns 0.
|
RecordHolder |
getRecordOnProxyLevel(int wrappingLevel)
Returns record on the defined proxy level or on the smaller level if such does not exist.
|
String |
getVersionString()
Returns version in string format.
|
int |
hashCode() |
boolean |
hasOptimisticLockRelevantChanges()
Returns true if record has changes of properties that affect optimistic lock version.
|
boolean |
isProxy()
Returns true if record is proxy.
|
boolean |
isRemoved()
Returns true if the record is removed from the model instance.
|
boolean |
isUpdateNecessary(String property)
Returns true if association should be updated.
|
RecordHolder |
mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts)
If this is wrapper it merges all its changes to the wrapped record.
|
void |
remove(boolean isCascaded)
Removes record.
|
void |
setCompiled(RecordHolder compiled) |
void |
setProperty(String name,
Object value)
Sets the property given the property name.
|
void |
setThisSideOfAssociation(String name,
Object object)
Sets value only this side of the association.
|
String |
toString() |
getId, getNotCompiledValue, getTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypegetId, getNotCompiledValuepublic MockRecordHolder(RecordType t)
t - type of recordpublic MockRecordHolder(RecordType t, Map<String,?> values)
MockRecordHolder.t - values - public MockRecordHolder(RecordType t, String propertyName, Object propertyValue)
t - propertyName - propertyValue - public Object getProperty(String name)
RecordHoldergetProperty in interface RecordHolderpublic void setProperty(String name, Object value)
RecordHoldersetProperty in interface RecordHolderpublic String getIdentificationString()
RecordHoldergetIdentificationString in interface RecordHolderpublic String getVersionString()
RecordHoldergetVersionString in interface RecordHolderpublic Object getJavaIdentification()
RecordHoldergetJavaIdentification in interface RecordHolderpublic Map<String,Object> asMap()
RecordHolderasMap in interface RecordHolderpublic void setThisSideOfAssociation(String name, Object object)
AssociationHandlersetThisSideOfAssociation in interface AssociationHandlerpublic boolean isUpdateNecessary(String property)
AssociationHandlerisUpdateNecessary in interface AssociationHandlerpublic void remove(boolean isCascaded)
RecordHolderremove in interface RecordHolderpublic long getBaseLevelEntityId()
RecordHoldergetBaseLevelEntityId in interface RecordHolderpublic RecordHolder getBaseLevelHolder()
RecordHoldergetBaseLevelHolder in interface RecordHolderpublic boolean hasOptimisticLockRelevantChanges()
RecordHolderhasOptimisticLockRelevantChanges in interface RecordHolderpublic boolean isRemoved()
RecordHolderisRemoved in interface RecordHolderpublic Namespace getNamespace(Namespace parentNamespace)
RecordHoldergetNamespace in interface RecordHolderpublic RecordHolder mergeChanges(Namespace namespace, boolean cascade, boolean checkConflicts)
RecordHoldermergeChanges in interface RecordHolderpublic Object getJavaObject()
RecordHoldergetJavaObject in interface RecordHolderpublic RecordHolder createChangeProxy()
RecordHoldercreateChangeProxy in interface RecordHolderpublic RecordHolder getOriginalRecord()
RecordHoldergetOriginalRecord in interface RecordHolderpublic RecordHolder getProxiedRecord()
RecordHoldergetProxiedRecord in interface RecordHolderpublic RecordHolder getRecordOnProxyLevel(int wrappingLevel)
RecordHoldergetRecordOnProxyLevel in interface RecordHolderpublic int getProxyLevel()
RecordHoldergetProxyLevel in interface RecordHolderpublic void createPropertyProxy(HolderFactory holderFactory, String property)
RecordHoldercreatePropertyProxy in interface RecordHolderpublic boolean isProxy()
RecordHolderisProxy in interface RecordHolderpublic Object executeMethod(Namespace parentNamespace, FunctionSignature signature, Object... arguments) throws ErrorException
RecordHolderexecuteMethod in interface RecordHolderErrorExceptionpublic RecordHolder getCompiled(Object compiledContext)
RecordHoldergetCompiled in interface RecordHolderpublic void setCompiled(RecordHolder compiled)
setCompiled in interface RecordHolderCopyright © 2007-2018 Whitestein Technologies. All Rights Reserved.