|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.bean.bean
mura.bean.beanExtendable
mura.content.contentBean
public class contentBean
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any |
addChild([any child])
|
any |
addDisplayObject([any regionID], [any object], [any objectID], [any name], [any params=''], [any orderno=''])
|
any |
addObject([any obj])
|
any |
clone()
|
any |
delete()
|
any |
deleteVersion()
|
any |
deleteVersionHistory()
|
struct |
getAllValues(any autocomplete='[runtime expression]')
|
any |
getApprovalRequest()
|
any |
getAssocURL()
|
any |
getAvailableDisplayList()
|
any |
getCategoriesIterator()
|
query |
getCategoriesQuery()
|
any |
getClassExtension()
|
any |
getCommentsIterator(boolean isEditor='false', string sortOrder='asc', string parentID='')
|
query |
getCommentsQuery(boolean isEditor='false', string sortOrder='asc', string parentID='')
|
string |
getContentHistID()
|
string |
getContentID()
|
any |
getCrumbArray(any sort='asc', boolean setInheritance='false')
|
any |
getCrumbIterator(any sort='asc', boolean setInheritance='false')
|
any |
getDisplayList()
|
any |
getDisplayRegion([any regionID])
|
string |
getEditUrl(boolean compactDisplay='false', [any tab])
|
any |
getExtendBaseID()
|
any |
getFileMetaData([any property='fileid'])
|
string |
getHTMLTitle()
|
any |
getImageHeight()
|
any |
getImageSize()
|
any |
getImageURL(any size='undefined', [any direct='true'], [any complete='false'], [any height=''], [any width=''])
|
any |
getImageWidth()
|
any |
getIsOnDisplay()
|
any |
getKidsCategoryIterator()
|
any |
getKidsCategoryQuery()
|
any |
getKidsIterator(any liveOnly='true', any aggregation='false', any applyPermFilter='false', any size='0')
|
query |
getKidsQuery(any aggregation='false', any applyPermFilter='false', any size='0')
|
any |
getParent()
|
any |
getRelatedContentIterator(boolean liveOnly='false', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'])
|
query |
getRelatedContentQuery(boolean liveOnly='false', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'])
|
any |
getSource()
|
any |
getStats()
|
any |
getURL(any querystring='', boolean complete='false', string showMeta='0')
|
any |
getUser()
|
any |
getVersionHistoryIterator()
|
query |
getVersionHistoryQuery()
|
boolean |
hasDisplayObject([any regionID], [any object], [any objectID])
|
any |
hasDrafts()
|
any |
hasImage()
|
any |
hasParent()
|
any |
loadBy()
|
any |
removeDisplayObject([any regionID], [any object], [any objectID])
|
any |
requiresApproval()
|
any |
save()
|
any |
set(any content)
|
any |
setAllValues([any instance])
|
any |
setAssocURL([any assocURL])
|
any |
setCategories(any categoryList='', any membership='0', any featureStart='', any featureStop='')
|
any |
setCategory(any categoryID='', any isFeature='0', any featureStart='', any featureStop='')
|
any |
setConfigBean([any configBean])
|
any |
setContentManager([any contentManager])
|
any |
setCreated(string Created)
|
any |
setDisplayList([any displayList])
|
any |
setDisplayStart(string DisplayStart)
|
any |
setDisplaystop(string Displaystop)
|
any |
setDisplayTitle(any DisplayTitle)
|
any |
setDoCache(any doCache)
|
any |
setExpires(string expires)
|
any |
setFeatureStart(string FeatureStart)
|
any |
setFeatureStop(string FeatureStop)
|
any |
setFilename([any filename])
|
any |
setImageHeight(any ImageHeight)
|
any |
setImageSize([any imageSize])
|
any |
setImageWidth(any ImageWidth)
|
any |
setLastUpdate(string LastUpdate)
|
any |
setLastUpdateBy([String lastUpdateBy])
|
any |
setMajorVersion(any majorVersion)
|
any |
setMinorVersion(any minorVersion)
|
any |
setMobileExclude(any mobileExclude)
|
any |
setNextN(any NextN)
|
any |
setRelatedContentID(any contentIDs='', [any relatedContentSetID=''], [any name=''])
|
any |
setReleaseDate(string releaseDate)
|
any |
setRemotePubDate(string RemotePubDate)
|
any |
setSettingsManager([any settingsManager])
|
any |
setTitle(string title)
|
any |
setType(string Type)
|
any |
validate()
|
Methods inherited from class mura.bean.beanExtendable |
---|
getExtendedAttribute, getExtendedAttributes, getExtendedAttributesList, getExtendedAttributesQuery, getExtendedData, getValue, purgeExtendedData, setSiteID, setSubType, setValue
|
Methods inherited from class mura.bean.bean |
---|
compare, getEntityName, getErrors, getInstanceName, getPrimaryKey, getProperties, getSynthedFunctions, getValidations, hasErrors, hasProperty, isComparable, OnMissingMethod, parseDateArg, removeObject, setAddedObjectValues, setErrors, setValidations, synthArgs, translatePropKey, 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 addChild([any child])
child
- Instance of a contentBeanpublic any addDisplayObject([any regionID], [any object], [any objectID], [any name], [any params=''], [any orderno=''])
regionID
object
objectID
name
params
orderno
public any addObject([any obj])
addObject
in class
bean
obj
- Instance of a contentBeanpublic any clone()
public any delete()
public any deleteVersion()
public any deleteVersionHistory()
public struct getAllValues(any autocomplete='[runtime expression]')
getAllValues
in class
beanExtendable
autocomplete
public any getApprovalRequest()
public any getAssocURL()
public any getAvailableDisplayList()
public any getCategoriesIterator()
public query getCategoriesQuery()
public any getClassExtension()
public any getCommentsIterator(boolean isEditor='false', string sortOrder='asc', string parentID='')
isEditor
sortOrder
parentID
public query getCommentsQuery(boolean isEditor='false', string sortOrder='asc', string parentID='')
isEditor
sortOrder
parentID
public string getContentHistID()
public string getContentID()
public any getCrumbArray(any sort='asc', boolean setInheritance='false')
sort
setInheritance
public any getCrumbIterator(any sort='asc', boolean setInheritance='false')
sort
setInheritance
public any getDisplayList()
public any getDisplayRegion([any regionID])
regionID
public string getEditUrl(boolean compactDisplay='false', [any tab])
compactDisplay
tab
public any getExtendBaseID()
getExtendBaseID
in class
beanExtendable
public any getFileMetaData([any property='fileid'])
property
public string getHTMLTitle()
public any getImageHeight()
public any getImageSize()
public any getImageURL(any size='undefined', [any direct='true'], [any complete='false'], [any height=''], [any width=''])
size
direct
complete
height
width
public any getImageWidth()
public any getIsOnDisplay()
public any getKidsCategoryIterator()
public any getKidsCategoryQuery()
public any getKidsIterator(any liveOnly='true', any aggregation='false', any applyPermFilter='false', any size='0')
liveOnly
aggregation
applyPermFilter
size
public query getKidsQuery(any aggregation='false', any applyPermFilter='false', any size='0')
aggregation
applyPermFilter
size
public any getParent()
public any getRelatedContentIterator(boolean liveOnly='false', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'])
liveOnly
today
sortBy
sortDirection
relatedContentSetID
name
reverse
public query getRelatedContentQuery(boolean liveOnly='false', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'])
liveOnly
today
sortBy
sortDirection
relatedContentSetID
name
reverse
public any getSource()
public any getStats()
public any getURL(any querystring='', boolean complete='false', string showMeta='0')
querystring
complete
showMeta
public any getUser()
public any getVersionHistoryIterator()
public query getVersionHistoryQuery()
public boolean hasDisplayObject([any regionID], [any object], [any objectID])
regionID
object
objectID
public any hasDrafts()
public any hasImage()
public any hasParent()
public any loadBy()
public any removeDisplayObject([any regionID], [any object], [any objectID])
regionID
object
objectID
public any requiresApproval()
public any save()
public any set(any content)
set
in class
bean
content
public any setAllValues([any instance])
setAllValues
in class
bean
instance
public any setAssocURL([any assocURL])
assocURL
public any setCategories(any categoryList='', any membership='0', any featureStart='', any featureStop='')
categoryList
membership
featureStart
featureStop
public any setCategory(any categoryID='', any isFeature='0', any featureStart='', any featureStop='')
categoryID
isFeature
featureStart
featureStop
public any setConfigBean([any configBean])
setConfigBean
in class
beanExtendable
configBean
public any setContentManager([any contentManager])
contentManager
public any setCreated(string Created)
Created
public any setDisplayList([any displayList])
displayList
public any setDisplayStart(string DisplayStart)
DisplayStart
public any setDisplaystop(string Displaystop)
Displaystop
public any setDisplayTitle(any DisplayTitle)
DisplayTitle
public any setDoCache(any doCache)
doCache
public any setExpires(string expires)
expires
public any setFeatureStart(string FeatureStart)
FeatureStart
public any setFeatureStop(string FeatureStop)
FeatureStop
public any setFilename([any filename])
filename
public any setImageHeight(any ImageHeight)
ImageHeight
public any setImageSize([any imageSize])
imageSize
public any setImageWidth(any ImageWidth)
ImageWidth
public any setLastUpdate(string LastUpdate)
LastUpdate
public any setLastUpdateBy([String lastUpdateBy])
setLastUpdateBy
in class
bean
lastUpdateBy
public any setMajorVersion(any majorVersion)
majorVersion
public any setMinorVersion(any minorVersion)
minorVersion
public any setMobileExclude(any mobileExclude)
mobileExclude
public any setNextN(any NextN)
NextN
public any setRelatedContentID(any contentIDs='', [any relatedContentSetID=''], [any name=''])
contentIDs
relatedContentSetID
name
public any setReleaseDate(string releaseDate)
releaseDate
public any setRemotePubDate(string RemotePubDate)
RemotePubDate
public any setSettingsManager([any settingsManager])
settingsManager
public any setTitle(string title)
title
public any setType(string Type)
setType
in class
beanExtendable
Type
public any validate()
validate
in class
bean
|
Mura CMS 6.1 | ||||
FRAMES |