|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.bean.bean
mura.category.categoryBean
public class categoryBean
| Constructor Summary | |
|---|---|
init()
|
|
| Method Summary | |
|---|---|
any |
addChild([any child])
|
any |
clone()
|
any |
delete()
|
any |
getCrumbIterator(any sort='asc')
|
any |
getCrumbQuery(any sort='asc')
|
string |
getEditUrl(any compactDisplay='false')
|
any |
getKidsIterator(boolean activeOnly='true', boolean InterestsOnly='false')
|
any |
getKidsQuery(boolean activeOnly='true', boolean InterestsOnly='false')
|
any |
getParent()
|
any |
getPrimaryKey()
|
any |
hasParent()
|
any |
loadBy()
|
any |
save()
|
any |
setCategoryManager([any categoryManager])
|
any |
setConfigBean([any configBean])
|
any |
setContentUtility([any contentUtility])
|
any |
setDateCreated([String dateCreated])
|
any |
setFilename(string filename)
|
any |
setIsFeatureable([any IsFeatureable])
|
any |
setLastUpdate([String lastUpdate])
|
any |
setlastUpdateBy([String lastUpdateBy])
|
any |
setRemotePubDate(string RemotePubDate)
|
any |
setURLTitle(string URLTitle)
|
| Methods inherited from class mura.bean.bean |
|---|
addObject, compare, getAllValues, getEntityName, getErrors, getInstanceName, getProperties, getSynthedFunctions, getValidations, getValue, hasErrors, hasProperty, isComparable, OnMissingMethod, parseDateArg, removeObject, set, setAddedObjectValues, setAllValues, setErrors, 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 addChild([any child])
child - Instance of a categoryBeanpublic any clone()
public any delete()
public any getCrumbIterator(any sort='asc')
sortpublic any getCrumbQuery(any sort='asc')
sortpublic string getEditUrl(any compactDisplay='false')
compactDisplaypublic any getKidsIterator(boolean activeOnly='true', boolean InterestsOnly='false')
activeOnlyInterestsOnlypublic any getKidsQuery(boolean activeOnly='true', boolean InterestsOnly='false')
activeOnlyInterestsOnlypublic any getParent()
public any getPrimaryKey()
getPrimaryKey
in class
bean
public any hasParent()
public any loadBy()
public any save()
public any setCategoryManager([any categoryManager])
categoryManagerpublic any setConfigBean([any configBean])
configBeanpublic any setContentUtility([any contentUtility])
contentUtilitypublic any setDateCreated([String dateCreated])
dateCreatedpublic any setFilename(string filename)
filenamepublic any setIsFeatureable([any IsFeatureable])
IsFeatureablepublic any setLastUpdate([String lastUpdate])
lastUpdatepublic any setlastUpdateBy([String lastUpdateBy])
setlastUpdateBy
in class
bean
lastUpdateBypublic any setRemotePubDate(string RemotePubDate)
RemotePubDatepublic any setURLTitle(string URLTitle)
URLTitle
|
Mura CMS 6.1 | ||||
| FRAMES | |||||