Mura CMS 6.1

mura.content
Class contentNavBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.content.contentNavBean

public class contentNavBean
extends cfobject

Method Summary
 any getContentBean()
 any getCrumbArray(any sort='asc', boolean setInheritance='false')
 any getCrumbIterator(any sort='asc', boolean setInheritance='false')
 struct getExtendedAttributes([any name=''])
 string getExtendedAttributesList([any name=''])
 query getExtendedAttributesQuery([any name=''])
 any getFileMetaData([any property='fileid'])
 any getImageURL(any size='undefined', [any direct='true'], [any complete='false'], [any height=''], [any width=''])
 any getKidsIterator(any liveOnly='true', any aggregation='false')
 query getKidsQuery(any aggregation='false')
 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 getURL(any querystring='', boolean complete='false', string showMeta='0')
 any getValue([any property])
 any hasImage()
 any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
          Handles missing method exceptions
 any set([any contentStruct], [any sourceIterator])
 any setContentManager([any contentManager])
 any setValue([any property], [any propertyValue])
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, init, initTracePoint, injectMethod, invokeMethod, removeValue, valueExists
 
Methods inherited from class railo-context.Component
 

Method Detail

getContentBean

public any getContentBean()


getCrumbArray

public any getCrumbArray(any sort='asc', boolean setInheritance='false')

Parameters:
sort
setInheritance

getCrumbIterator

public any getCrumbIterator(any sort='asc', boolean setInheritance='false')

Parameters:
sort
setInheritance

getExtendedAttributes

public struct getExtendedAttributes([any name=''])

Parameters:
name - Extend Set Name

getExtendedAttributesList

public string getExtendedAttributesList([any name=''])

Parameters:
name - Extend Set Name

getExtendedAttributesQuery

public query getExtendedAttributesQuery([any name=''])

Parameters:
name - Extend Set Name

getFileMetaData

public any getFileMetaData([any property='fileid'])

Parameters:
property

getImageURL

public any getImageURL(any size='undefined', [any direct='true'], [any complete='false'], [any height=''], [any width=''])

Parameters:
size
direct
complete
height
width

getKidsIterator

public any getKidsIterator(any liveOnly='true', any aggregation='false')

Parameters:
liveOnly
aggregation

getKidsQuery

public query getKidsQuery(any aggregation='false')

Parameters:
aggregation

getParent

public any getParent()


getRelatedContentIterator

public any getRelatedContentIterator(boolean liveOnly='false', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'])

Parameters:
liveOnly
today
sortBy
sortDirection
relatedContentSetID
name
reverse

getRelatedContentQuery

public query getRelatedContentQuery(boolean liveOnly='false', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'])

Parameters:
liveOnly
today
sortBy
sortDirection
relatedContentSetID
name
reverse

getURL

public any getURL(any querystring='', boolean complete='false', string showMeta='0')

Parameters:
querystring
complete
showMeta

getValue

public any getValue([any property])

Overrides:
getValue in class cfobject
Parameters:
property

hasImage

public any hasImage()


OnMissingMethod

public any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
Handles missing method exceptions.

Parameters:
MissingMethodName - The name of the missing method.
MissingMethodArguments

set

public any set([any contentStruct], [any sourceIterator])

Parameters:
contentStruct
sourceIterator

setContentManager

public any setContentManager([any contentManager])

Parameters:
contentManager

setValue

public any setValue([any property], [any propertyValue])

Overrides:
setValue in class cfobject
Parameters:
property
propertyValue

Mura CMS 6.1