|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.bean.bean
mura.bean.beanORM
public class beanORM
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
private any |
addQueryParam([any qs], [any prop], [any value])
|
any |
checkSchema()
|
any |
clone()
|
any |
delete()
|
any |
fromBundle([any bundle], [any keyFactory], [any siteid])
|
any |
getBundleable()
|
any |
getCache()
|
any |
getCacheKey([any primarykey])
|
any |
getCacheName()
|
any |
getCacheSiteID()
|
any |
getColumns()
|
any |
getDbType()
|
any |
getDbUtility()
|
any |
getDiscriminatorColumn()
|
any |
getDiscriminatorValue()
|
any |
getFeed()
|
any |
getIterator()
|
private any |
getLoadSQL()
|
any |
getManageSchema()
|
any |
getPrimaryKey()
|
any |
getProperties()
|
any |
getQueryAttrs()
|
any |
getQueryService()
|
any |
getReadOnly()
|
any |
getsCustomDatasource()
|
any |
getSite()
|
any |
getTable()
|
any |
getUseCache()
|
any |
getUseTrash()
|
any |
hasColumn([any column])
|
any |
hasCustomDatasource()
|
any |
hasTable()
|
any |
loadBy([any returnFormat='self'])
|
private any |
postCreate()
|
private any |
postDelete()
|
private any |
postInsert()
|
private any |
postLoad()
|
private any |
postUpdate()
|
private any |
preCreate()
|
private any |
preDelete()
|
private any |
preInsert()
|
private any |
preLoad()
|
private any |
preUpdate()
|
any |
purgeCache()
|
any |
save()
|
any |
set([any data])
|
any |
setDbUtility([any dbUtility])
|
private any |
setPropAsIDColumn([any prop], [any isPrimaryKey='true'])
|
any |
toBundle([any bundle], [any siteid])
|
any |
updateMappingsByIDLists()
|
any |
validate()
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod, removeValue
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
private any addQueryParam([any qs], [any prop], [any value])
qs
prop
value
public any checkSchema()
public any clone()
public any delete()
public any fromBundle([any bundle], [any keyFactory], [any siteid])
bundle
keyFactory
siteid
public any getBundleable()
public any getCache()
public any getCacheKey([any primarykey])
primarykey
public any getCacheName()
public any getCacheSiteID()
public any getColumns()
public any getDbType()
public any getDbUtility()
public any getDiscriminatorColumn()
public any getDiscriminatorValue()
public any getFeed()
public any getIterator()
private any getLoadSQL()
public any getManageSchema()
public any getPrimaryKey()
getPrimaryKey
in class
bean
public any getProperties()
getProperties
in class
bean
public any getQueryAttrs()
public any getQueryService()
public any getReadOnly()
public any getsCustomDatasource()
public any getSite()
public any getTable()
public any getUseCache()
public any getUseTrash()
public any hasColumn([any column])
column
public any hasCustomDatasource()
public any hasTable()
public any loadBy([any returnFormat='self'])
returnFormat
private any postCreate()
private any postDelete()
private any postInsert()
private any postLoad()
private any postUpdate()
private any preCreate()
private any preDelete()
private any preInsert()
private any preLoad()
private any preUpdate()
public any purgeCache()
public any save()
public any set([any data])
set
in class
bean
data
public any setDbUtility([any dbUtility])
dbUtility
private any setPropAsIDColumn([any prop], [any isPrimaryKey='true'])
prop
isPrimaryKey
public any toBundle([any bundle], [any siteid])
bundle
siteid
public any updateMappingsByIDLists()
public any validate()
validate
in class
bean
|
Mura CMS 6.1 | ||||
FRAMES |