public class MockedMboValue extends MboValue
ALLROWS, CHANGEDBY_USER, COUNT_ADDITIONS, COUNT_AFTERSAVE, COUNT_DATABASE, COUNT_DELETED, COUNT_EXISTING, DBCONFIG, DELAYVALIDATION, DELAYVALIDATIONONLY, DISCARDABLE, GOTCOMPLETEWHERE, HIDDEN, NO_RELATEDMBOS_OF_OWNERSCHILDREN_FETCH, NOACCESSCHECK, NOACTION, NOADD, NOCOMMIT, NODELETE, NONE, NOOVERWRITE, NOSAVE, NOSETVALUE, NOUPDATE, NOVALIDATION, NOVALIDATION_AND_NOACTION, NOVALIDATION_AND_NOACTION_ALLOWCROSSOVER, READONLY, REBUILD, REQUIRED, SAMEVALUEVALIDATION, SETBYPARENT, USER
Constructor and Description |
---|
MockedMboValue() |
Modifier and Type | Method and Description |
---|---|
void |
_setValue(boolean value)
Implementation of setValue for boolean
|
void |
_setValue(byte value)
Implmentation of setValue for byte
|
void |
_setValue(byte[] value)
Implementation of setValue for byte[]
|
void |
_setValue(java.util.Date value)
Implementation of setValue for Date
|
void |
_setValue(double value)
Implementation of setValue for double
|
void |
_setValue(float value)
Implementation of setValue for float
|
void |
_setValue(int value)
Implementation of the setValue for int
|
void |
_setValue(long value)
Implementation of setValue for long
|
void |
_setValue(java.lang.String value)
Implementation of the setValue for String
For synonym value fields (string datatype),
the value can be passed with the "!" prefix and suffix
and this function will substitute the appropriate translated
external default value for the field.
|
int |
getType()
Return a numeric value for the type.
|
void |
setCurrentFieldAccess(long access)
Set the curent field access modifiers.
|
_setValueNull, addMboValueListener, autoKey, autoKeyByMboSiteOrg, checkFieldAccess, construct, generateUniqueID, getApplicationError, getAppLink, getAttributeName, getBoolean, getByte, getBytes, getColumnTitle, getCurProcessValue, getCurrentFieldAccess, getCurrentValue, getDate, getDefault, getDouble, getFieldFlagFromMbo, getFlags, getFloat, getInitialValue, getInt, getIntegrationService, getLength, getList, getListeners, getLong, getLookupName, getMatchingAttr, getMatchingAttr, getMaxType, getMbo, getMboValueData, getMboValueData, getMboValueInfo, getMXException, getName, getPreviousValue, getScale, getString, hasFieldAccess, hasList, hasLongDescription, init, initValue, isApplicationRequired, isExtended, isFlagSet, isGuaranteedUnique, isHidden, isModified, isNull, isPersistent, isReadOnly, isRequired, isToBeValidated, removeMboValueListener, resetCurrentFieldAccess, rollbackToCheckpoint, setApplicationError, setApplicationRequired, setBypassOperatorCheck, setCurProcessValue, setDefault, setFlag, setFlag, setFlags, setFlags, setGuaranteedUnique, setHidden, setReadOnly, setRequired, setToBeValidated, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueFromLookup, setValueNull, setValueNull, smartFill, smartFind, smartFind, takeCheckpoint, toString, validate, validate
public void setCurrentFieldAccess(long access)
MboValue
setCurrentFieldAccess
in class MboValue
public void _setValue(int value) throws MXException
MboValue
MXException
public void _setValue(double value) throws MXException
MboValue
MXException
public void _setValue(float value) throws MXException
MboValue
MXException
public void _setValue(long value) throws MXException
MboValue
MXException
public void _setValue(java.util.Date value) throws MXException
MboValue
MXException
public void _setValue(boolean value) throws MXException
MboValue
MXException
public void _setValue(java.lang.String value) throws MXException
MboValue
MXException
public void _setValue(byte value) throws MXException
MboValue
MXException
public void _setValue(byte[] value) throws MXException
MboValue
MXException