Mura CMS 6.1

mura.extend
Class extendObjectFeedBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.extend.extendObjectFeedBean

public class extendObjectFeedBean
extends cfobject

Method Summary
 any addAdvancedParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')
 any addParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')
 any clearParams()
 string getDataTable()
 any getIterator()
 numeric getMaxItems()
 numeric getNextN()
 query getParams()
 query getQuery()
 any getSiteID()
 string getSortBy()
 string getSortDirection()
 any getSubType()
 any getType()
 any setConfigBean([any configBean])
 any setDataTable([String dataTable])
 any setMaxItems([numeric MaxItems])
 any setNextN([any NextN])
 any setParams(any params)
 any setSiteID([any siteID])
 any setSortBy([String sortBy])
 any setSortDirection([String sortDirection])
 any setSubType([any subtype])
 any setType([any type])
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, init, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
 
Methods inherited from class railo-context.Component
 

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

addParam

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

Parameters:
field
relationship
criteria
condition
datatype

clearParams

public any clearParams()


getDataTable

public string getDataTable()


getIterator

public any getIterator()


getMaxItems

public numeric getMaxItems()


getNextN

public numeric getNextN()


getParams

public query getParams()


getQuery

public query getQuery()


getSiteID

public any getSiteID()


getSortBy

public string getSortBy()


getSortDirection

public string getSortDirection()


getSubType

public any getSubType()


getType

public any getType()


setConfigBean

public any setConfigBean([any configBean])

Parameters:
configBean

setDataTable

public any setDataTable([String dataTable])

Parameters:
dataTable

setMaxItems

public any setMaxItems([numeric MaxItems])

Parameters:
MaxItems

setNextN

public any setNextN([any NextN])

Parameters:
NextN

setParams

public any setParams(any params)

Parameters:
params

setSiteID

public any setSiteID([any siteID])

Parameters:
siteID

setSortBy

public any setSortBy([String sortBy])

Parameters:
sortBy

setSortDirection

public any setSortDirection([String sortDirection])

Parameters:
sortDirection

setSubType

public any setSubType([any subtype])

Parameters:
subtype

setType

public any setType([any type])

Parameters:
type

Mura CMS 6.1