|
Mura CMS 6.0 | ||||
| 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 |
getIterator()
|
any |
getJoins()
|
any |
getParams()
|
query |
getQuery()
|
any |
getTableFieldList()
|
any |
hasJoin([any table])
|
any |
loadTableMetaData()
|
any |
setAdvancedParams(any params)
|
any |
setConfigBean([any configBean])
|
any |
setMaxItems([any maxItems])
|
any |
setNextN([any NextN])
|
any |
setParams(any params)
|
any |
setSortDirection([any sortDirection])
|
| Methods inherited from class mura.bean.bean |
|---|
getAllValues, getErrors, getValue, OnMissingMethod, parseDateArg, set, setAllValues, setErrors, setlastUpdateBy, setSiteID, setValue, validate, valueExists
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, 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 getIterator()
public any getJoins()
public any getParams()
public query getQuery()
public any getTableFieldList()
public any hasJoin([any table])
tablepublic any loadTableMetaData()
public any setAdvancedParams(any params)
paramspublic any setConfigBean([any configBean])
configBeanpublic any setMaxItems([any maxItems])
maxItemspublic any setNextN([any NextN])
NextNpublic any setParams(any params)
paramspublic any setSortDirection([any sortDirection])
sortDirection
|
Mura CMS 6.0 | ||||
| FRAMES | |||||