|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.bean.bean
mura.content.contentStatsBean
public class contentStatsBean
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.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 void delete()
public query getQuery()
public numeric getRating()
public any load()
public any save()
public any setComments([any Comments])
Comments
public any setConfigBean([any configBean])
configBean
public any setDownVotes([any DownVotes])
DownVotes
public any setMajorVersion([any majorVersion])
majorVersion
public any setMinorVersion([any minorVersion])
minorVersion
public any setRating([any rating])
rating
public any setTotalVotes([any TotalVotes])
TotalVotes
public any setUpVotes([any UpVotes])
UpVotes
public any setViews([any views])
views
|
Mura CMS 6.1 | ||||
FRAMES |