Mura CMS 6.1

mura.content.favorite
Class favoriteManager

railo-context.Component
        extended by mura.cfobject
            extended by mura.content.favorite.favoriteManager

public class favoriteManager
extends cfobject

Constructor Summary
init(any configBean, any settingsManager)
 
Method Summary
 boolean checkForFavorite(string userID, string contentID, [string type])
 void deleteFavorite(string favoriteID)
 void deleteRSSFavoriteByUserID(string userID, string siteID)
 any getBean([any beanName='favorite'])
 any getFavorites(string userID, string favoriteType='all', string siteID)
 query getInternalContentFavorites(string userID, [String siteID], [String type=''])
 any readFavorite(string favoriteID)
 any saveFavorite(string favoriteID, string userID, string siteID, string favoriteName, string favoriteLocation, string type, string columnNumber='', string rowNumber='', string maxRssItems='')
 
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

init

public init(any configBean, any settingsManager)

Parameters:
configBean
settingsManager
Method Detail

checkForFavorite

public boolean checkForFavorite(string userID, string contentID, [string type])

Parameters:
userID
contentID
type

deleteFavorite

public void deleteFavorite(string favoriteID)

Parameters:
favoriteID

deleteRSSFavoriteByUserID

public void deleteRSSFavoriteByUserID(string userID, string siteID)

Parameters:
userID
siteID

getBean

public any getBean([any beanName='favorite'])

Overrides:
getBean in class cfobject
Parameters:
beanName

getFavorites

public any getFavorites(string userID, string favoriteType='all', string siteID)

Parameters:
userID
favoriteType
siteID

getInternalContentFavorites

public query getInternalContentFavorites(string userID, [String siteID], [String type=''])

Parameters:
userID
siteID
type

readFavorite

public any readFavorite(string favoriteID)

Parameters:
favoriteID

saveFavorite

public any saveFavorite(string favoriteID, string userID, string siteID, string favoriteName, string favoriteLocation, string type, string columnNumber='', string rowNumber='', string maxRssItems='')

Parameters:
favoriteID
userID
siteID
favoriteName
favoriteLocation
type
columnNumber
rowNumber
maxRssItems

Mura CMS 6.1