Mura CMS 6.1

mura.content
Class contentCommentBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.bean.bean
                extended by mura.content.contentCommentBean

public class contentCommentBean
extends bean

Constructor Summary
init()
 
Method Summary
 any clone()
 any delete()
 any flag()
 struct getAllValues()
 any getCommenter()
 string getCommentID()
 any getCrumbIterator(any sort='asc')
 any getCrumbQuery(any sort='asc')
 any getKidsIterator(boolean isEditor='false', string sortOrder='asc')
 query getKidsQuery(boolean isEditor='false', string sortOrder='asc')
 any getParent()
 any getPrimaryKey()
 query getQuery([any commentID], [any remoteID])
 any hasParent()
 any load([any commentID], [any remoteID])
 any loadBy([any commentID], [any remoteID])
 any markAsSpam()
 any notifySubscribers(any script='', any subject='', any notifyAdmin='true')
 any save(any script='', any subject='', any notify='false')
 any saveSubscription()
 any sendNotification(any script='')
 any setAllValues([any instance])
 any setCommenter()
 any setConfigBean([any configBean])
 any setContentDAO([any contentDAO])
 any setContentManager([any contentManager])
 any setEntered([any entered])
 any setIsApproved([any isApproved])
 any setKids([any kids])
 any setMailer([any mailer])
 any setSettingsManager([any settingsManager])
 any setSubscribe([any subscribe])
 any setTrashManager([any trashManager])
 any setURL([String url])
 any undelete()
 any unMarkAsSpam()
 
Methods inherited from class mura.bean.bean
addObject, compare, getEntityName, getErrors, getInstanceName, getProperties, getSynthedFunctions, getValidations, getValue, hasErrors, hasProperty, isComparable, OnMissingMethod, parseDateArg, removeObject, set, setAddedObjectValues, setErrors, setlastUpdateBy, setValidations, setValue, synthArgs, translatePropKey, validate, valueExists
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod, removeValue
 
Methods inherited from class railo-context.Component
 

Constructor Detail

init

public init()

Method Detail

clone

public any clone()


delete

public any delete()


flag

public any flag()


getAllValues

public struct getAllValues()

Overrides:
getAllValues in class bean

getCommenter

public any getCommenter()


getCommentID

public string getCommentID()


getCrumbIterator

public any getCrumbIterator(any sort='asc')

Parameters:
sort

getCrumbQuery

public any getCrumbQuery(any sort='asc')

Parameters:
sort

getKidsIterator

public any getKidsIterator(boolean isEditor='false', string sortOrder='asc')

Parameters:
isEditor
sortOrder

getKidsQuery

public query getKidsQuery(boolean isEditor='false', string sortOrder='asc')

Parameters:
isEditor
sortOrder

getParent

public any getParent()


getPrimaryKey

public any getPrimaryKey()

Overrides:
getPrimaryKey in class bean

getQuery

public query getQuery([any commentID], [any remoteID])

Parameters:
commentID
remoteID

hasParent

public any hasParent()


load

public any load([any commentID], [any remoteID])

Parameters:
commentID
remoteID

loadBy

public any loadBy([any commentID], [any remoteID])

Parameters:
commentID
remoteID

markAsSpam

public any markAsSpam()


notifySubscribers

public any notifySubscribers(any script='', any subject='', any notifyAdmin='true')

Parameters:
script
subject
notifyAdmin

save

public any save(any script='', any subject='', any notify='false')

Parameters:
script - I'm the script that is sent to the subscribers.
subject - I'm the subject that is sent to the subscribers.
notify - I tell whether to notify subscribers.

saveSubscription

public any saveSubscription()


sendNotification

public any sendNotification(any script='')

Parameters:
script

setAllValues

public any setAllValues([any instance])

Overrides:
setAllValues in class bean
Parameters:
instance

setCommenter

public any setCommenter()


setConfigBean

public any setConfigBean([any configBean])

Parameters:
configBean

setContentDAO

public any setContentDAO([any contentDAO])

Parameters:
contentDAO

setContentManager

public any setContentManager([any contentManager])

Parameters:
contentManager

setEntered

public any setEntered([any entered])

Parameters:
entered

setIsApproved

public any setIsApproved([any isApproved])

Parameters:
isApproved

setKids

public any setKids([any kids])

Parameters:
kids

setMailer

public any setMailer([any mailer])

Parameters:
mailer

setSettingsManager

public any setSettingsManager([any settingsManager])

Parameters:
settingsManager

setSubscribe

public any setSubscribe([any subscribe])

Parameters:
subscribe

setTrashManager

public any setTrashManager([any trashManager])

Parameters:
trashManager

setURL

public any setURL([String url])

Parameters:
url

undelete

public any undelete()


unMarkAsSpam

public any unMarkAsSpam()


Mura CMS 6.1