Mura CMS 6.0

mura.content
Class contentIterator

railo-context.Component
        extended by mura.cfobject
            extended by mura.iterator.queryIterator
                extended by mura.content.contentIterator

public class contentIterator
extends queryIterator

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.iterator.queryIterator
clearPageQueries, currentIndex, currentRow, end, getFirstRecordOnPageIndex, getIteratorID, getLastRecordOnPageIndex, getNextN, getPageIDList, getPageIndex, getPageQuery, getRecordIndex, hasNext, hasPrevious, next, pageCount, peek, previous, queryRowToStruct, recordCount, reset, setNextN, setPage, setPageQuery, setQuery, setRecordTranslator, setStartRow
 
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

init

public init()

Method Detail

buildQueryFromList

public any buildQueryFromList([any idList], [any siteid], any idType='contentID')

Parameters:
idList
siteid
idType

getArray

public any getArray()


getQuery

public any getQuery()

Overrides:
getQuery in class queryIterator

getRecordCount

public numeric getRecordCount()

Overrides:
getRecordCount in class queryIterator

getRecordIdField

public any getRecordIdField()

Overrides:
getRecordIdField in class queryIterator

packageRecord

public any packageRecord()

Overrides:
packageRecord in class queryIterator

setArray

public any setArray(any array, [numeric maxRecordsPerPage])

Parameters:
array
maxRecordsPerPage

Mura CMS 6.0