|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.content.feed.feedGateway
public class feedGateway
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 |
---|
public init(any configBean, any contentIntervalManager, any permUtility)
configBean
contentIntervalManager
permUtility
Method Detail |
---|
public query getcontentItems([String siteID], [String ContentID])
siteID
ContentID
public query getDefaultFeeds([String siteID])
siteID
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]')
feedBean
tag
aggregation
applyPermFilter
countOnly
menuType
from
to
public query getFeeds([String siteID], [String type], boolean publicOnly='false', boolean activeOnly='false')
siteID
type
publicOnly
activeOnly
public query getFeedsByCategoryID([string categoryID], [string siteID])
categoryID
siteID
public query getTypeCount(String siteID='', String type='')
siteID
type
public any renderActiveClause([any table='tcontent'], [any siteID], [any liveOnly='1'], [any activeOnly='1'])
table
siteID
liveOnly
activeOnly
|
Mura CMS 6.1 | ||||
FRAMES |