|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.content.contentCommentManager
public class contentCommentManager
| Constructor Summary | |
|---|---|
init(any contentManager, any configBean)
|
|
| Method Summary | |
|---|---|
boolean |
approve(string commentid)
|
boolean |
delete(string commentid)
|
string |
dspCategoriesNestSelect([string siteID], [string parentID], [string categoryID], [numeric nestLevel], [numeric useID], [string elementName])
|
any |
getCommentBeanByCommentID(string commentid)
|
any |
getComments([string siteid='default'], [string commentid], [string contentid], [string parentid], [string remoteid], [string ip], [string email], [string name], [boolean isapproved], [boolean isspam], [boolean isdeleted], [string sortby='entered'], [string sortdirection='asc'], [boolean returnCountOnly='false'])
|
any |
getCommentsIterator()
|
string |
getContentManager()
|
string |
getDebug()
|
private any |
handleError(any error)
|
boolean |
markAsSpam(string commentid)
|
any |
setConfigBean(any configBean)
|
any |
setContentManager(any contentManager)
|
any |
setDebug(any debug)
|
boolean |
unapprove(string commentid)
|
boolean |
undelete(string commentid)
|
boolean |
unmarkAsSpam(string commentid)
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, 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 contentManager, any configBean)
contentManagerconfigBean| Method Detail |
|---|
public boolean approve(string commentid)
commentidpublic boolean delete(string commentid)
commentidpublic string dspCategoriesNestSelect([string siteID], [string parentID], [string categoryID], [numeric nestLevel], [numeric useID], [string elementName])
siteIDparentIDcategoryIDnestLeveluseIDelementNamepublic any getCommentBeanByCommentID(string commentid)
commentidpublic any getComments([string siteid='default'], [string commentid], [string contentid], [string parentid], [string remoteid], [string ip], [string email], [string name], [boolean isapproved], [boolean isspam], [boolean isdeleted], [string sortby='entered'], [string sortdirection='asc'], [boolean returnCountOnly='false'])
siteidcommentidcontentidparentidremoteidipemailnameisapprovedisspamisdeletedsortbysortdirectionreturnCountOnlypublic any getCommentsIterator()
public string getContentManager()
public string getDebug()
private any handleError(any error)
errorpublic boolean markAsSpam(string commentid)
commentidpublic any setConfigBean(any configBean)
configBeanpublic any setContentManager(any contentManager)
contentManagerpublic any setDebug(any debug)
debugpublic boolean unapprove(string commentid)
commentidpublic boolean undelete(string commentid)
commentidpublic boolean unmarkAsSpam(string commentid)
commentid
|
Mura CMS 6.1 | ||||
| FRAMES | |||||