Mura CMS 6.1

mura.content
Class contentStatsBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.bean.bean
                extended by mura.content.contentStatsBean

public class contentStatsBean
extends bean

Constructor Summary
init()
 
Method Summary
 void delete()
 query getQuery()
 numeric getRating()
 any load()
 any save()
 any setComments([any Comments])
 any setConfigBean([any configBean])
 any setDownVotes([any DownVotes])
 any setMajorVersion([any majorVersion])
 any setMinorVersion([any minorVersion])
 any setRating([any rating])
 any setTotalVotes([any TotalVotes])
 any setUpVotes([any UpVotes])
 any setViews([any views])
 
Methods inherited from class mura.bean.bean
addObject, compare, getAllValues, getEntityName, getErrors, getInstanceName, getPrimaryKey, getProperties, getSynthedFunctions, getValidations, getValue, hasErrors, hasProperty, isComparable, OnMissingMethod, parseDateArg, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, 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

init

public init()

Method Detail

delete

public void delete()


getQuery

public query getQuery()


getRating

public numeric getRating()


load

public any load()


save

public any save()


setComments

public any setComments([any Comments])

Parameters:
Comments

setConfigBean

public any setConfigBean([any configBean])

Parameters:
configBean

setDownVotes

public any setDownVotes([any DownVotes])

Parameters:
DownVotes

setMajorVersion

public any setMajorVersion([any majorVersion])

Parameters:
majorVersion

setMinorVersion

public any setMinorVersion([any minorVersion])

Parameters:
minorVersion

setRating

public any setRating([any rating])

Parameters:
rating

setTotalVotes

public any setTotalVotes([any TotalVotes])

Parameters:
TotalVotes

setUpVotes

public any setUpVotes([any UpVotes])

Parameters:
UpVotes

setViews

public any setViews([any views])

Parameters:
views

Mura CMS 6.1