|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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)
contentManager
configBean
Method Detail |
---|
public boolean approve(string commentid)
commentid
public boolean delete(string commentid)
commentid
public string dspCategoriesNestSelect([string siteID], [string parentID], [string categoryID], [numeric nestLevel], [numeric useID], [string elementName])
siteID
parentID
categoryID
nestLevel
useID
elementName
public any getCommentBeanByCommentID(string commentid)
commentid
public 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'])
siteid
commentid
contentid
parentid
remoteid
ip
email
name
isapproved
isspam
isdeleted
sortby
sortdirection
returnCountOnly
public any getCommentsIterator()
public string getContentManager()
public string getDebug()
private any handleError(any error)
error
public boolean markAsSpam(string commentid)
commentid
public any setConfigBean(any configBean)
configBean
public any setContentManager(any contentManager)
contentManager
public any setDebug(any debug)
debug
public boolean unapprove(string commentid)
commentid
public boolean undelete(string commentid)
commentid
public boolean unmarkAsSpam(string commentid)
commentid
|
Mura CMS 6.1 | ||||
FRAMES |