mura.content.rater

Class rateBean

WEB-INF.cftags.component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.content.rater.rateBean

This provides content rating persitence

Class Attributes:
  • output : false
  •  
    Property Summary
    type property default serializable required
    string contentID


    • returntype = any
    • access = public
    true true
    date entered


    • returntype = any
    • access = public
    true true
    numeric rate


    • returntype = any
    • access = public
    0 true true
    string siteID


    • returntype = any
    • access = public
    true true
    string userID


    • returntype = any
    • access = public
    true true
    Constructor Summary
    init()
    Method Summary
    any delete()
    any getQuery()
    any getRate()
    any load()
    any save()
    any setConfigBean([any configBean])
    any setEntered([any entered])
     
    Methods inherited from class mura.bean.bean
    OnMissingMethod, addEventHandler, addObject, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, clone, compare, exists, get, getAll, getAllValues, getBundleable, getDynamic, getEntityDisplayName, getEntityName, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getOrderBy, getPrimaryKey, getProperties, getPublicAPI, getRegisteredEntity, getScaffold, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, on, parseDateArg, registerAsEntity, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setPropAsIDColumn, setValidations, setValue, setlastUpdateBy, synthArgs, transformEventName, translatePropKey, trigger, validate, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEntity, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class WEB-INF.cftags.component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    contentID

    property string contentID

    Attributes:
    returntype - any
    required - true
    access - public
    serializable - true

    entered

    property date entered

    Attributes:
    returntype - any
    required - true
    access - public
    serializable - true

    rate

    property numeric rate = [0]

    Attributes:
    returntype - any
    required - true
    access - public
    serializable - true

    siteID

    property string siteID

    Attributes:
    returntype - any
    required - true
    access - public
    serializable - true

    userID

    property string userID

    Attributes:
    returntype - any
    required - true
    access - public
    serializable - true

    Method Detail

    delete

    public any delete()


    getQuery

    public any getQuery()


    getRate

    public any getRate()


    load

    public any load()


    save

    public any save()


    setConfigBean

    public any setConfigBean([any configBean])

    Parameters:
    configBean

    setEntered

    public any setEntered([any entered])

    Parameters:
    entered