lucee.Componentmura.baseobject
mura.bean.bean
mura.content.contentCommentBean
This provides content comment functionality
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
string
|
commentID
|
true
|
false
|
|
string
|
comments
|
true
|
yes
|
|
any
|
content
|
true
|
false
|
|
any
|
email
|
true
|
yes
|
|
date
|
entered
|
true
|
false
|
|
numeric
|
flagCount
|
0
|
true
|
false
|
numeric
|
isApproved
|
0
|
true
|
false
|
numeric
|
isDeleted
|
0
|
true
|
false
|
numeric
|
isNew
|
1
|
true
|
false
|
numeric
|
isSpam
|
0
|
true
|
false
|
any
|
kids
|
true
|
false
|
|
string
|
name
|
true
|
false
|
|
any
|
parent
|
true
|
false
|
|
string
|
path
|
true
|
false
|
|
string
|
remoteID
|
true
|
false
|
|
any
|
site
|
true
|
false
|
|
numeric
|
subscribe
|
0
|
true
|
false
|
string
|
url
|
true
|
false
|
|
string
|
userID
|
true
|
false
|
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any
|
allowModuleAccess()
|
any
|
allowQueryParams([any params], [any m])
|
any
|
allowSave()
|
any
|
clone()
|
remote any
|
delete()
|
remote any
|
flag()
|
struct
|
getAllValues()
|
any
|
getCommenter()
|
any
|
getCommentID()
|
any
|
getCrumbIterator(any sort='asc')
|
any
|
getCrumbQuery(any sort='asc')
|
any
|
getKidsIterator(boolean isEditor='false', string sortOrder='asc')
|
any
|
getKidsQuery(boolean isEditor='false', string sortOrder='asc')
|
any
|
getParent()
|
any
|
getPrimaryKey()
|
any
|
getQuery([any commentID], [any remoteID])
|
any
|
hasParent()
|
any
|
load([any commentID], [any remoteID])
|
any
|
loadBy([any commentID], [any remoteID])
|
remote 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
|
setFlagCount([any flagCount])
|
any
|
setIsApproved([any isApproved])
|
any
|
setIsDeleted([any isDeleted])
|
any
|
setIsSpam([any isSpam])
|
any
|
setKids([any kids])
|
any
|
setMailer([any mailer])
|
any
|
setSettingsManager([any settingsManager])
|
any
|
setSubscribe([any subscribe])
|
any
|
setTrashManager([any trashManager])
|
any
|
setURL([String url])
|
remote any
|
undelete()
|
remote any
|
unMarkAsSpam()
|
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Property Detail |
---|
access
- publicrequired
- falsefieldtype
- idreturntype
- anyserializable
- trueaccess
- publicrequired
- yesreturntype
- anyserializable
- trueaccess
- publicrequired
- falsefieldtype
- many-to-onereturntype
- anyfkcolumn
- contentidserializable
- truecfc
- contentaccess
- publicrequired
- yesreturntype
- anyserializable
- truevalidate
- emailaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anypersistent
- falseserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsefieldtype
- one-to-manyreturntype
- anycascade
- deletenested
- trueorderby
- created ascserializable
- truecfc
- commentaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsefieldtype
- many-to-onereturntype
- anyfkcolumn
- parentidserializable
- truecfc
- commentaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsefieldtype
- many-to-onereturntype
- anyfkcolumn
- siteIDserializable
- truecfc
- siteaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
allowQueryParams
in class
bean
params
m
allowSave
in class
bean
clone
in class
bean
getAllValues
in class
bean
sort
sort
isEditor
sortOrder
isEditor
sortOrder
getPrimaryKey
in class
bean
commentID
remoteID
commentID
remoteID
commentID
remoteID
script
subject
notifyAdmin
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.script
setAllValues
in class
bean
instance
configBean
contentDAO
contentManager
entered
flagCount
isApproved
isDeleted
isSpam
kids
mailer
settingsManager
subscribe
trashManager
url