|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.bean.bean
mura.bean.beanFeed
mura.content.feed.feedBean
public class feedBean
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.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 |
---|
public init()
Method Detail |
---|
public any delete()
public any getAvailableCount()
getAvailableCount
in class
beanFeed
public any getAvailableDisplayList()
public any getDisplayList()
public string getEditUrl(any compactDisplay='false')
compactDisplay
public any getImageHeight()
public any getImageSize()
public any getImageWidth()
public any getIterator(any aggregation='false', any applyPermFilter='false', any from='[runtime expression]', any to='[runtime expression]')
getIterator
in class
beanFeed
aggregation
applyPermFilter
from
to
public any getPrimaryKey()
getPrimaryKey
in class
bean
public query getQuery(any aggregation='false', any applyPermFilter='false', [any countOnly='false'], any from='[runtime expression]', any to='[runtime expression]')
getQuery
in class
beanFeed
aggregation
applyPermFilter
countOnly
from
to
public any loadBy()
public any removeCategoryID([String categoryID])
categoryID
public any removeContentID([String contentID])
contentID
public string renderName()
public any save()
public any set(any feed)
set
in class
bean
feed
public any setAdvancedParams(any params)
setAdvancedParams
in class
beanFeed
params
public any setAltTable([any altTable])
altTable
public any setAutoImport(any autoimport)
autoimport
public any setCategoryID([String categoryID], boolean append='false')
categoryID
append
public any setContentID([String contentID], boolean append='false')
contentID
append
public any setDateCreated([String dateCreated])
dateCreated
public any setDisplayComments([any DisplayComments])
DisplayComments
public any setDisplayKids([any DisplayKids])
DisplayKids
public any setDisplayName([any DisplayName])
DisplayName
public any setDisplayRatings([any DisplayRatings])
DisplayRatings
public any setFeedManager([any feedManager])
feedManager
public any setImageHeight(any ImageHeight)
ImageHeight
public any setImageSize([any imageSize])
imageSize
public any setImageWidth(any ImageWidth)
ImageWidth
public any setIsLocked([any isLocked])
isLocked
public any setLastUpdate([String lastUpdate])
lastUpdate
public any setParams(any params)
setParams
in class
beanFeed
params
public any setRemotePubDate(string RemotePubDate)
RemotePubDate
public any setShowExcludeSearch([any showExcludeSearch])
showExcludeSearch
public any setShowNavOnly([any showNavOnly])
showNavOnly
public any setUseCategoryIntersect([any useCategoryIntersect])
useCategoryIntersect
|
Mura CMS 6.1 | ||||
FRAMES |