Mura CMS 6.1

mura.content.feed
Class feedBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.bean.bean
                extended by mura.bean.beanFeed
                    extended by mura.content.feed.feedBean

public class feedBean
extends beanFeed

Constructor Summary
init()
 
Method Summary
 any delete()
 any getAvailableCount()
 any getAvailableDisplayList()
 any getDisplayList()
 string getEditUrl(any compactDisplay='false')
 any getImageHeight()
 any getImageSize()
 any getImageWidth()
 any getIterator(any aggregation='false', any applyPermFilter='false', any from='[runtime expression]', any to='[runtime expression]')
 any getPrimaryKey()
 query getQuery(any aggregation='false', any applyPermFilter='false', [any countOnly='false'], any from='[runtime expression]', any to='[runtime expression]')
 any loadBy()
 any removeCategoryID([String categoryID])
 any removeContentID([String contentID])
 string renderName()
 any save()
 any set(any feed)
 any setAdvancedParams(any params)
 any setAltTable([any altTable])
 any setAutoImport(any autoimport)
 any setCategoryID([String categoryID], boolean append='false')
 any setContentID([String contentID], boolean append='false')
 any setDateCreated([String dateCreated])
 any setDisplayComments([any DisplayComments])
 any setDisplayKids([any DisplayKids])
 any setDisplayName([any DisplayName])
 any setDisplayRatings([any DisplayRatings])
 any setFeedManager([any feedManager])
 any setImageHeight(any ImageHeight)
 any setImageSize([any imageSize])
 any setImageWidth(any ImageWidth)
 any setIsLocked([any isLocked])
 any setLastUpdate([String lastUpdate])
 any setParams(any params)
 any setRemotePubDate(string RemotePubDate)
 any setShowExcludeSearch([any showExcludeSearch])
 any setShowNavOnly([any showNavOnly])
 any setUseCategoryIntersect([any useCategoryIntersect])
 
Methods inherited from class mura.bean.beanFeed
addAdvancedParam, addJoin, addParam, clearAdvancedParams, clearJoins, clearParams, formatField, getAdvancedParams, getCustomDatasource, getDbType, getDiscriminatorColumn, getDiscriminatorValue, getEntityName, getJoins, getParams, getQueryAttrs, getQueryService, getTableFieldList, hasColumn, hasCustomDatasource, hasDiscriminatorColumn, hasJoin, loadTableMetaData, setConfigBean, setEntityName, setMaxItems, setNextN, setSortDirection
 
Methods inherited from class mura.bean.bean
addObject, compare, getAllValues, getErrors, getInstanceName, getProperties, getSynthedFunctions, getValidations, getValue, hasErrors, hasProperty, isComparable, OnMissingMethod, parseDateArg, removeObject, 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

delete

public any delete()


getAvailableCount

public any getAvailableCount()

Overrides:
getAvailableCount in class beanFeed

getAvailableDisplayList

public any getAvailableDisplayList()


getDisplayList

public any getDisplayList()


getEditUrl

public string getEditUrl(any compactDisplay='false')

Parameters:
compactDisplay

getImageHeight

public any getImageHeight()


getImageSize

public any getImageSize()


getImageWidth

public any getImageWidth()


getIterator

public any getIterator(any aggregation='false', any applyPermFilter='false', any from='[runtime expression]', any to='[runtime expression]')

Overrides:
getIterator in class beanFeed
Parameters:
aggregation
applyPermFilter
from
to

getPrimaryKey

public any getPrimaryKey()

Overrides:
getPrimaryKey in class bean

getQuery

public query getQuery(any aggregation='false', any applyPermFilter='false', [any countOnly='false'], any from='[runtime expression]', any to='[runtime expression]')

Overrides:
getQuery in class beanFeed
Parameters:
aggregation
applyPermFilter
countOnly
from
to

loadBy

public any loadBy()


removeCategoryID

public any removeCategoryID([String categoryID])

Parameters:
categoryID

removeContentID

public any removeContentID([String contentID])

Parameters:
contentID

renderName

public string renderName()


save

public any save()


set

public any set(any feed)

Overrides:
set in class bean
Parameters:
feed

setAdvancedParams

public any setAdvancedParams(any params)

Overrides:
setAdvancedParams in class beanFeed
Parameters:
params

setAltTable

public any setAltTable([any altTable])

Parameters:
altTable

setAutoImport

public any setAutoImport(any autoimport)

Parameters:
autoimport

setCategoryID

public any setCategoryID([String categoryID], boolean append='false')

Parameters:
categoryID
append

setContentID

public any setContentID([String contentID], boolean append='false')

Parameters:
contentID
append

setDateCreated

public any setDateCreated([String dateCreated])

Parameters:
dateCreated

setDisplayComments

public any setDisplayComments([any DisplayComments])

Parameters:
DisplayComments

setDisplayKids

public any setDisplayKids([any DisplayKids])

Parameters:
DisplayKids

setDisplayName

public any setDisplayName([any DisplayName])

Parameters:
DisplayName

setDisplayRatings

public any setDisplayRatings([any DisplayRatings])

Parameters:
DisplayRatings

setFeedManager

public any setFeedManager([any feedManager])

Parameters:
feedManager

setImageHeight

public any setImageHeight(any ImageHeight)

Parameters:
ImageHeight

setImageSize

public any setImageSize([any imageSize])

Parameters:
imageSize

setImageWidth

public any setImageWidth(any ImageWidth)

Parameters:
ImageWidth

setIsLocked

public any setIsLocked([any isLocked])

Parameters:
isLocked

setLastUpdate

public any setLastUpdate([String lastUpdate])

Parameters:
lastUpdate

setParams

public any setParams(any params)

Overrides:
setParams in class beanFeed
Parameters:
params

setRemotePubDate

public any setRemotePubDate(string RemotePubDate)

Parameters:
RemotePubDate

setShowExcludeSearch

public any setShowExcludeSearch([any showExcludeSearch])

Parameters:
showExcludeSearch

setShowNavOnly

public any setShowNavOnly([any showNavOnly])

Parameters:
showNavOnly

setUseCategoryIntersect

public any setUseCategoryIntersect([any useCategoryIntersect])

Parameters:
useCategoryIntersect

Mura CMS 6.1