|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.content.favorite.favoriteManager
public class favoriteManager
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 |
---|
public init(any configBean, any settingsManager)
configBean
settingsManager
Method Detail |
---|
public boolean checkForFavorite(string userID, string contentID, [string type])
userID
contentID
type
public void deleteFavorite(string favoriteID)
favoriteID
public void deleteRSSFavoriteByUserID(string userID, string siteID)
userID
siteID
public any getBean([any beanName='favorite'])
getBean
in class
cfobject
beanName
public any getFavorites(string userID, string favoriteType='all', string siteID)
userID
favoriteType
siteID
public query getInternalContentFavorites(string userID, [String siteID], [String type=''])
userID
siteID
type
public any readFavorite(string favoriteID)
favoriteID
public any saveFavorite(string favoriteID, string userID, string siteID, string favoriteName, string favoriteLocation, string type, string columnNumber='', string rowNumber='', string maxRssItems='')
favoriteID
userID
siteID
favoriteName
favoriteLocation
type
columnNumber
rowNumber
maxRssItems
|
Mura CMS 6.1 | ||||
FRAMES |