|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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')
sort
public any getCrumbQuery(any sort='asc')
sort
public string getEditUrl(any compactDisplay='false')
compactDisplay
public any getKidsIterator(boolean activeOnly='true', boolean InterestsOnly='false')
activeOnly
InterestsOnly
public any getKidsQuery(boolean activeOnly='true', boolean InterestsOnly='false')
activeOnly
InterestsOnly
public any getParent()
public any getPrimaryKey()
getPrimaryKey
in class
bean
public any hasParent()
public any loadBy()
public any save()
public any setCategoryManager([any categoryManager])
categoryManager
public any setConfigBean([any configBean])
configBean
public any setContentUtility([any contentUtility])
contentUtility
public any setDateCreated([String dateCreated])
dateCreated
public any setFilename(string filename)
filename
public any setIsFeatureable([any IsFeatureable])
IsFeatureable
public any setLastUpdate([String lastUpdate])
lastUpdate
public any setlastUpdateBy([String lastUpdateBy])
setlastUpdateBy
in class
bean
lastUpdateBy
public any setRemotePubDate(string RemotePubDate)
RemotePubDate
public any setURLTitle(string URLTitle)
URLTitle
|
Mura CMS 6.1 | ||||
FRAMES |