mura.content.rater

Class rateBean

lucee.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
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    string contentID


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


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


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


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


    • access = public
    • returntype = any
    true yes
    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
    addObject, allowDelete, allowQueryParams, allowRead, allowSave, clone, compare, exists, get, getAll, getAllValues, getEntityName, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getListView, getOrderBy, getPrimaryKey, getProperties, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, OnMissingMethod, parseDateArg, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setPropAsIDColumn, setValidations, setValue, synthArgs, translatePropKey, validate, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    contentID

    property string contentID

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

    entered

    property date entered

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

    rate

    property numeric rate = [0]

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

    siteID

    property string siteID

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

    userID

    property string userID

    Attributes:
    access - public
    required - yes
    returntype - any
    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