|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.extend.extendObjectFeedBean
public class extendObjectFeedBean
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 |
---|
public any addAdvancedParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')
field
relationship
criteria
condition
datatype
public any addParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')
field
relationship
criteria
condition
datatype
public any clearParams()
public string getDataTable()
public any getIterator()
public numeric getMaxItems()
public numeric getNextN()
public query getParams()
public query getQuery()
public any getSiteID()
public string getSortBy()
public string getSortDirection()
public any getSubType()
public any getType()
public any setConfigBean([any configBean])
configBean
public any setDataTable([String dataTable])
dataTable
public any setMaxItems([numeric MaxItems])
MaxItems
public any setNextN([any NextN])
NextN
public any setParams(any params)
params
public any setSiteID([any siteID])
siteID
public any setSortBy([String sortBy])
sortBy
public any setSortDirection([String sortDirection])
sortDirection
public any setSubType([any subtype])
subtype
public any setType([any type])
type
|
Mura CMS 6.1 | ||||
FRAMES |