Mura CMS 6.1

mura.content.feed
Class feedGateway

railo-context.Component
        extended by mura.cfobject
            extended by mura.content.feed.feedGateway

public class feedGateway
extends cfobject

Constructor Summary
init(any configBean, any contentIntervalManager, any permUtility)
 
Method Summary
 query getcontentItems([String siteID], [String ContentID])
 query getDefaultFeeds([String siteID])
 query getFeed([any feedBean], any tag='', boolean aggregation='false', boolean applyPermFilter='false', boolean countOnly='false', [any menuType='default'], any from='[runtime expression]', any to='[runtime expression]')
 query getFeeds([String siteID], [String type], boolean publicOnly='false', boolean activeOnly='false')
 query getFeedsByCategoryID([string categoryID], [string siteID])
 query getTypeCount(String siteID='', String type='')
 any renderActiveClause([any table='tcontent'], [any siteID], [any liveOnly='1'], [any activeOnly='1'])
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
 
Methods inherited from class railo-context.Component
 

Constructor Detail

init

public init(any configBean, any contentIntervalManager, any permUtility)

Parameters:
configBean
contentIntervalManager
permUtility
Method Detail

getcontentItems

public query getcontentItems([String siteID], [String ContentID])

Parameters:
siteID
ContentID

getDefaultFeeds

public query getDefaultFeeds([String siteID])

Parameters:
siteID

getFeed

public query getFeed([any feedBean], any tag='', boolean aggregation='false', boolean applyPermFilter='false', boolean countOnly='false', [any menuType='default'], any from='[runtime expression]', any to='[runtime expression]')

Parameters:
feedBean
tag
aggregation
applyPermFilter
countOnly
menuType
from
to

getFeeds

public query getFeeds([String siteID], [String type], boolean publicOnly='false', boolean activeOnly='false')

Parameters:
siteID
type
publicOnly
activeOnly

getFeedsByCategoryID

public query getFeedsByCategoryID([string categoryID], [string siteID])

Parameters:
categoryID
siteID

getTypeCount

public query getTypeCount(String siteID='', String type='')

Parameters:
siteID
type

renderActiveClause

public any renderActiveClause([any table='tcontent'], [any siteID], [any liveOnly='1'], [any activeOnly='1'])

Parameters:
table
siteID
liveOnly
activeOnly

Mura CMS 6.1