|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.bean.bean
mura.content.contentCommentBean
public class contentCommentBean
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 |
---|
public init()
Method Detail |
---|
public any clone()
public any delete()
public any flag()
public struct getAllValues()
getAllValues
in class
bean
public any getCommenter()
public string getCommentID()
public any getCrumbIterator(any sort='asc')
sort
public any getCrumbQuery(any sort='asc')
sort
public any getKidsIterator(boolean isEditor='false', string sortOrder='asc')
isEditor
sortOrder
public query getKidsQuery(boolean isEditor='false', string sortOrder='asc')
isEditor
sortOrder
public any getParent()
public any getPrimaryKey()
getPrimaryKey
in class
bean
public query getQuery([any commentID], [any remoteID])
commentID
remoteID
public any hasParent()
public any load([any commentID], [any remoteID])
commentID
remoteID
public any loadBy([any commentID], [any remoteID])
commentID
remoteID
public any markAsSpam()
public any notifySubscribers(any script='', any subject='', any notifyAdmin='true')
script
subject
notifyAdmin
public any save(any script='', any subject='', any notify='false')
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.public any saveSubscription()
public any sendNotification(any script='')
script
public any setAllValues([any instance])
setAllValues
in class
bean
instance
public any setCommenter()
public any setConfigBean([any configBean])
configBean
public any setContentDAO([any contentDAO])
contentDAO
public any setContentManager([any contentManager])
contentManager
public any setEntered([any entered])
entered
public any setIsApproved([any isApproved])
isApproved
public any setKids([any kids])
kids
public any setMailer([any mailer])
mailer
public any setSettingsManager([any settingsManager])
settingsManager
public any setSubscribe([any subscribe])
subscribe
public any setTrashManager([any trashManager])
trashManager
public any setURL([String url])
url
public any undelete()
public any unMarkAsSpam()
|
Mura CMS 6.1 | ||||
FRAMES |