|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.bean.bean
mura.bean.beanFeed
public class beanFeed
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any |
addAdvancedParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')
|
any |
addJoin(string joinType='inner', string table='', string clause='')
|
any |
addParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')
|
any |
clearAdvancedParams()
|
any |
clearJoins()
|
any |
clearParams()
|
any |
formatField([any field])
|
any |
getAdvancedParams()
|
any |
getAvailableCount()
|
any |
getCustomDatasource()
|
any |
getDbType()
|
any |
getDiscriminatorColumn()
|
any |
getDiscriminatorValue()
|
any |
getEntityName()
|
any |
getIterator()
|
any |
getJoins()
|
any |
getParams()
|
query |
getQuery([any countOnly='false'])
|
any |
getQueryAttrs()
|
any |
getQueryService()
|
any |
getTableFieldList()
|
any |
hasColumn([any column])
|
any |
hasCustomDatasource()
|
any |
hasDiscriminatorColumn()
|
any |
hasJoin([any table])
|
any |
loadTableMetaData()
|
any |
setAdvancedParams(any params)
|
any |
setConfigBean([any configBean])
|
any |
setEntityName([any entityName])
|
any |
setMaxItems([any maxItems])
|
any |
setNextN([any NextN])
|
any |
setParams(any params)
|
any |
setSortDirection([any sortDirection])
|
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 |
---|
public any addAdvancedParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')
field
relationship
criteria
condition
datatype
public any addJoin(string joinType='inner', string table='', string clause='')
joinType
table
clause
public any addParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')
field
- You can use 'Column' as an alias to fieldrelationship
criteria
condition
datatype
public any clearAdvancedParams()
public any clearJoins()
public any clearParams()
public any formatField([any field])
field
public any getAdvancedParams()
public any getAvailableCount()
public any getCustomDatasource()
public any getDbType()
public any getDiscriminatorColumn()
public any getDiscriminatorValue()
public any getEntityName()
getEntityName
in class
bean
public any getIterator()
public any getJoins()
public any getParams()
public query getQuery([any countOnly='false'])
countOnly
public any getQueryAttrs()
public any getQueryService()
public any getTableFieldList()
public any hasColumn([any column])
column
public any hasCustomDatasource()
public any hasDiscriminatorColumn()
public any hasJoin([any table])
table
public any loadTableMetaData()
public any setAdvancedParams(any params)
params
public any setConfigBean([any configBean])
configBean
public any setEntityName([any entityName])
entityName
public any setMaxItems([any maxItems])
maxItems
public any setNextN([any NextN])
NextN
public any setParams(any params)
params
public any setSortDirection([any sortDirection])
sortDirection
|
Mura CMS 6.1 | ||||
FRAMES |