|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.content.feed.feedManager
public class feedManager
Constructor Summary | |
---|---|
init(any configBean, any feedGateway, any feedDAO, any utility, any feedUtility, any pluginManager, any trashManager)
|
Method Summary | |
---|---|
boolean |
allowFeed([any feedBean], [string username=''], [string password=''], [string userID=''])
|
any |
create([struct data='[runtime expression]'])
|
void |
delete([String feedID])
|
any |
doAutoImport([any siteid])
|
struct |
doImport([struct data])
|
any |
getBean([any beanName='feed'])
|
query |
getcontentItems([string siteID], [string contentID])
|
query |
getDefaultFeeds([string siteID])
|
query |
getFeed([any feedBean], any tag='', any aggregation='false', any applyPermFilter='false', [any countOnly='false'], any from='[runtime expression]', any to='[runtime expression]')
|
any |
getFeedIterator([any feedBean], any tag='', any aggregation='false', any applyPermFilter='false', 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])
|
any |
getRemoteFeedData(any feedURL, any maxItems, any timeout='5')
|
any |
read(any feedID='', any name='', any remoteID='', any siteID='', any feedBean='')
|
any |
readByName([String name], [String siteid], any feedBean='')
|
any |
readByRemoteID([String remoteID], [String siteid], any feedBean='')
|
any |
save([any data='[runtime expression]'])
|
any |
update([struct data='[runtime expression]'])
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, 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 feedGateway, any feedDAO, any utility, any feedUtility, any pluginManager, any trashManager)
configBean
feedGateway
feedDAO
utility
feedUtility
pluginManager
trashManager
Method Detail |
---|
public boolean allowFeed([any feedBean], [string username=''], [string password=''], [string userID=''])
feedBean
username
password
userID
public any create([struct data='[runtime expression]'])
data
public void delete([String feedID])
feedID
public any doAutoImport([any siteid])
siteid
public struct doImport([struct data])
data
public any getBean([any beanName='feed'])
getBean
in class
cfobject
beanName
public query getcontentItems([string siteID], [string contentID])
siteID
contentID
public query getDefaultFeeds([string siteID])
siteID
public query getFeed([any feedBean], any tag='', any aggregation='false', any applyPermFilter='false', [any countOnly='false'], any from='[runtime expression]', any to='[runtime expression]')
feedBean
tag
aggregation
applyPermFilter
countOnly
from
to
public any getFeedIterator([any feedBean], any tag='', any aggregation='false', any applyPermFilter='false', any from='[runtime expression]', any to='[runtime expression]')
feedBean
tag
aggregation
applyPermFilter
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 any getRemoteFeedData(any feedURL, any maxItems, any timeout='5')
feedURL
maxItems
timeout
public any read(any feedID='', any name='', any remoteID='', any siteID='', any feedBean='')
feedID
name
remoteID
siteID
feedBean
public any readByName([String name], [String siteid], any feedBean='')
name
siteid
feedBean
public any readByRemoteID([String remoteID], [String siteid], any feedBean='')
remoteID
siteid
feedBean
public any save([any data='[runtime expression]'])
data
public any update([struct data='[runtime expression]'])
data
|
Mura CMS 6.1 | ||||
FRAMES |