|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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)
configBeanfeedGatewayfeedDAOutilityfeedUtilitypluginManagertrashManager| Method Detail |
|---|
public boolean allowFeed([any feedBean], [string username=''], [string password=''], [string userID=''])
feedBeanusernamepassworduserIDpublic any create([struct data='[runtime expression]'])
datapublic void delete([String feedID])
feedIDpublic any doAutoImport([any siteid])
siteidpublic struct doImport([struct data])
datapublic any getBean([any beanName='feed'])
getBean
in class
cfobject
beanNamepublic query getcontentItems([string siteID], [string contentID])
siteIDcontentIDpublic query getDefaultFeeds([string siteID])
siteIDpublic query getFeed([any feedBean], any tag='', any aggregation='false', any applyPermFilter='false', [any countOnly='false'], any from='[runtime expression]', any to='[runtime expression]')
feedBeantagaggregationapplyPermFiltercountOnlyfromtopublic any getFeedIterator([any feedBean], any tag='', any aggregation='false', any applyPermFilter='false', any from='[runtime expression]', any to='[runtime expression]')
feedBeantagaggregationapplyPermFilterfromtopublic query getFeeds([string siteID], [string type], boolean publicOnly='false', boolean activeOnly='false')
siteIDtypepublicOnlyactiveOnlypublic query getFeedsByCategoryID([string categoryID], [string siteID])
categoryIDsiteIDpublic any getRemoteFeedData(any feedURL, any maxItems, any timeout='5')
feedURLmaxItemstimeoutpublic any read(any feedID='', any name='', any remoteID='', any siteID='', any feedBean='')
feedIDnameremoteIDsiteIDfeedBeanpublic any readByName([String name], [String siteid], any feedBean='')
namesiteidfeedBeanpublic any readByRemoteID([String remoteID], [String siteid], any feedBean='')
remoteIDsiteidfeedBeanpublic any save([any data='[runtime expression]'])
datapublic any update([struct data='[runtime expression]'])
data
|
Mura CMS 6.1 | ||||
| FRAMES | |||||