|
Mura CMS 6.0 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.iterator.queryIterator
mura.content.contentIterator
public class contentIterator
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any |
buildQueryFromList([any idList], [any siteid], any idType='contentID')
|
any |
getArray()
|
any |
getQuery()
|
numeric |
getRecordCount()
|
any |
getRecordIdField()
|
any |
packageRecord()
|
any |
setArray(any array, [numeric maxRecordsPerPage])
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, removeValue, setValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
public any buildQueryFromList([any idList], [any siteid], any idType='contentID')
idList
siteid
idType
public any getArray()
public any getQuery()
getQuery
in class
queryIterator
public numeric getRecordCount()
getRecordCount
in class
queryIterator
public any getRecordIdField()
getRecordIdField
in class
queryIterator
public any packageRecord()
packageRecord
in class
queryIterator
public any setArray(any array, [numeric maxRecordsPerPage])
array
maxRecordsPerPage
|
Mura CMS 6.0 | ||||
FRAMES |