|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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)
configBeansettingsManager| Method Detail |
|---|
public boolean checkForFavorite(string userID, string contentID, [string type])
userIDcontentIDtypepublic void deleteFavorite(string favoriteID)
favoriteIDpublic void deleteRSSFavoriteByUserID(string userID, string siteID)
userIDsiteIDpublic any getBean([any beanName='favorite'])
getBean
in class
cfobject
beanNamepublic any getFavorites(string userID, string favoriteType='all', string siteID)
userIDfavoriteTypesiteIDpublic query getInternalContentFavorites(string userID, [String siteID], [String type=''])
userIDsiteIDtypepublic any readFavorite(string favoriteID)
favoriteIDpublic any saveFavorite(string favoriteID, string userID, string siteID, string favoriteName, string favoriteLocation, string type, string columnNumber='', string rowNumber='', string maxRssItems='')
favoriteIDuserIDsiteIDfavoriteNamefavoriteLocationtypecolumnNumberrowNumbermaxRssItems
|
Mura CMS 6.1 | ||||
| FRAMES | |||||