|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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')
fieldrelationshipcriteriaconditiondatatypepublic any addJoin(string joinType='inner', string table='', string clause='')
joinTypetableclausepublic any addParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')
field - You can use 'Column' as an alias to fieldrelationshipcriteriaconditiondatatypepublic any clearAdvancedParams()
public any clearJoins()
public any clearParams()
public any formatField([any field])
fieldpublic 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'])
countOnlypublic any getQueryAttrs()
public any getQueryService()
public any getTableFieldList()
public any hasColumn([any column])
columnpublic any hasCustomDatasource()
public any hasDiscriminatorColumn()
public any hasJoin([any table])
tablepublic any loadTableMetaData()
public any setAdvancedParams(any params)
paramspublic any setConfigBean([any configBean])
configBeanpublic any setEntityName([any entityName])
entityNamepublic any setMaxItems([any maxItems])
maxItemspublic any setNextN([any NextN])
NextNpublic any setParams(any params)
paramspublic any setSortDirection([any sortDirection])
sortDirection
|
Mura CMS 6.1 | ||||
| FRAMES | |||||