mura.content.dataCollection

Class dataCollectionBean

lucee.Component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.content.dataCollection.dataCollectionBean

This provides data collection functionality

Class Attributes:
  • entityname : dataCollection
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any formID


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


    • access = public
    • returntype = any
    • datatype = string
    true yes
    Method Summary
    any delete()
    any dspResponse([any $])
    any getFormBean()
    any getFormProperties()
    any getValidations([any content=''], [any prefix=''])
    any loadBy([any responseID], [any formID], [any siteID])
    any render([any $])
    any save()
    any sendNotification([any $])
    any set([any property], [any propertyValue])
    any setContentID([any contentID])
    any setDataCollectionManager([any dataCollectionManager])
    any setObjectID([any objectID])
    any submit([any $])
    any validate([any $], [any fields=''])
     
    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, getValue, has, hasErrors, hasProperty, hasTable, init, isComparable, OnMissingMethod, parseDateArg, removeObject, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setPropAsIDColumn, setValidations, setValue, synthArgs, translatePropKey, 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

    Property Detail

    formID

    property any formID

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

    siteID

    property any siteID

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

    Method Detail

    delete

    public any delete()


    dspResponse

    public any dspResponse([any $])

    Parameters:
    $

    getFormBean

    public any getFormBean()


    getFormProperties

    public any getFormProperties()


    getValidations

    public any getValidations([any content=''], [any prefix=''])

    Overrides:
    getValidations in class bean
    Parameters:
    content
    prefix

    loadBy

    public any loadBy([any responseID], [any formID], [any siteID])

    Parameters:
    responseID
    formID
    siteID

    render

    public any render([any $])

    Parameters:
    $

    save

    public any save()


    sendNotification

    public any sendNotification([any $])

    Parameters:
    $

    set

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

    Overrides:
    set in class bean
    Parameters:
    property
    propertyValue

    setContentID

    public any setContentID([any contentID])

    Parameters:
    contentID

    setDataCollectionManager

    public any setDataCollectionManager([any dataCollectionManager])

    Parameters:
    dataCollectionManager

    setObjectID

    public any setObjectID([any objectID])

    Parameters:
    objectID

    submit

    public any submit([any $])

    Parameters:
    $

    validate

    public any validate([any $], [any fields=''])

    Overrides:
    validate in class bean
    Parameters:
    $
    fields