Mura CMS 6.1

mura.bean
Class beanFeed

railo-context.Component
        extended by mura.cfobject
            extended by mura.bean.bean
                extended by mura.bean.beanFeed
Direct Known Subclasses:
categoryFeedBean , contentCommentFeedBean , feedBean , userFeedBean

public class beanFeed
extends bean

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.bean.bean
addObject, compare, getAllValues, getErrors, getInstanceName, getPrimaryKey, getProperties, getSynthedFunctions, getValidations, getValue, hasErrors, hasProperty, isComparable, OnMissingMethod, parseDateArg, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setValidations, setValue, synthArgs, translatePropKey, validate, valueExists
 
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

init

public init()

Method Detail

addAdvancedParam

public any addAdvancedParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')

Parameters:
field
relationship
criteria
condition
datatype

addJoin

public any addJoin(string joinType='inner', string table='', string clause='')

Parameters:
joinType
table
clause

addParam

public any addParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')

Parameters:
field - You can use 'Column' as an alias to field
relationship
criteria
condition
datatype

clearAdvancedParams

public any clearAdvancedParams()


clearJoins

public any clearJoins()


clearParams

public any clearParams()


formatField

public any formatField([any field])

Parameters:
field

getAdvancedParams

public any getAdvancedParams()


getAvailableCount

public any getAvailableCount()


getCustomDatasource

public any getCustomDatasource()


getDbType

public any getDbType()


getDiscriminatorColumn

public any getDiscriminatorColumn()


getDiscriminatorValue

public any getDiscriminatorValue()


getEntityName

public any getEntityName()

Overrides:
getEntityName in class bean

getIterator

public any getIterator()


getJoins

public any getJoins()


getParams

public any getParams()


getQuery

public query getQuery([any countOnly='false'])

Parameters:
countOnly

getQueryAttrs

public any getQueryAttrs()


getQueryService

public any getQueryService()


getTableFieldList

public any getTableFieldList()


hasColumn

public any hasColumn([any column])

Parameters:
column

hasCustomDatasource

public any hasCustomDatasource()


hasDiscriminatorColumn

public any hasDiscriminatorColumn()


hasJoin

public any hasJoin([any table])

Parameters:
table

loadTableMetaData

public any loadTableMetaData()


setAdvancedParams

public any setAdvancedParams(any params)

Parameters:
params

setConfigBean

public any setConfigBean([any configBean])

Parameters:
configBean

setEntityName

public any setEntityName([any entityName])

Parameters:
entityName

setMaxItems

public any setMaxItems([any maxItems])

Parameters:
maxItems

setNextN

public any setNextN([any NextN])

Parameters:
NextN

setParams

public any setParams(any params)

Parameters:
params

setSortDirection

public any setSortDirection([any sortDirection])

Parameters:
sortDirection

Mura CMS 6.1