index
modules
license
coding style
to do
|
|
FScript funtions to access a Uni-d data model.
- OMObject(table,om) : get a bean object, probably needs init() to be called after this
- OMSelector(table,om) : get selector bean
- OMCreate(name,om) : create a new value object instance for the given root table
- OMProxy(name,om) : create a new proxy object instance for the given root table
- OMBoolean(value) : get boolean value cfr given object (real boolean)
- OMTrue : boolean true
- OMFalse : boolean false
- OMDate(value) : get a date value from a JJJMMDD string
- OMTimestamp(value) : get timestamp value from a string (YYYYMMDDHHMM or YYYYMMDDHHMMSS.SSS)
- OMValue(value,dm) : JNDI lookup for a string in the given data model
$Id: UtilScriptOM.wiki 1977 2006-04-21 08:41:25Z triathlon98 $
|