mura.user

Class userFeedBean

lucee.Component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.bean.beanFeed
          extended by mura.user.userFeedBean

This provides user feed functionality

Class Attributes:
  • entityname : user
  •  
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    string bean


    • access = public
    • returntype = any
    user true yes
    string categoryID


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


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


    • access = public
    • returntype = any
    0 true yes
    numeric isPublic


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


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


    • access = public
    • returntype = any
    lname true yes
    string sortDirection


    • access = public
    • returntype = any
    asc true yes
    numeric type


    • access = public
    • returntype = any
    2 true yes
    Constructor Summary
    init()
    Method Summary
    any clone()
    any getAvailableCount()
    any getIterator(any cachedWithin='[runtime expression]')
    any getQuery(any cachedWithin='[runtime expression]')
    any setCategoryID([String categoryID], boolean append='false')
    any setGroupID([String groupID], boolean append='false')
    any setInActive([any inactive])
    any setIsPublic([any isPublic])
    any setParams(any params)
    any setType([any type])
     
    Methods inherited from class mura.bean.beanFeed
    addAdvancedParam, addJoin, addParam, andProp, beginsWith, caseInsensitiveOrderBy, clearAdvancedParams, clearJoins, clearParams, closeGrouping, contains, containsValue, endsWith, formatField, getAdvancedParams, getCustomDatasource, getDbType, getDiscriminatorColumn, getDiscriminatorValue, getEntity, getEntityName, getIsHistorical, getItemsPerPage, getJoins, getOrderBy, getParams, getQueryAttrs, getQueryService, getSort, getTableFieldList, hasColumn, hasCustomDatasource, hasDiscriminatorColumn, hasJoin, innerJoin, isEQ, isGT, isGTE, isIn, isLT, isLTE, isNEQ, isNotIn, itemsPerPage, leftJoin, loadTableMetaData, maxItems, null, openGrouping, orOpenGrouping, orProp, prop, setAdvancedParams, setConfigBean, setEntityName, setItemsPerPage, setMaxItems, setNextN, setOrderBy, setSort, setSortDirection, sort, where
     
    Methods inherited from class mura.bean.bean
    addObject, allowDelete, allowQueryParams, allowRead, allowSave, compare, exists, get, getAll, getAllValues, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getListView, 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, getServiceFactory, getSession, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    bean

    property string bean = [user]

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

    categoryID

    property string categoryID

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

    groupID

    property string groupID

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

    inActive

    property numeric inActive = [0]

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

    isPublic

    property numeric isPublic = [1]

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

    siteID

    property string siteID

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

    sortBy

    property string sortBy = [lname]

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

    sortDirection

    property string sortDirection = [asc]

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

    type

    property numeric type = [2]

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

    Method Detail

    clone

    public any clone()

    Overrides:
    clone in class beanFeed

    getAvailableCount

    public any getAvailableCount()

    Overrides:
    getAvailableCount in class beanFeed

    getIterator

    public any getIterator(any cachedWithin='[runtime expression]')

    Overrides:
    getIterator in class beanFeed
    Parameters:
    cachedWithin

    getQuery

    public any getQuery(any cachedWithin='[runtime expression]')

    Overrides:
    getQuery in class beanFeed
    Parameters:
    cachedWithin

    setCategoryID

    public any setCategoryID([String categoryID], boolean append='false')

    Parameters:
    categoryID
    append

    setGroupID

    public any setGroupID([String groupID], boolean append='false')

    Parameters:
    groupID
    append

    setInActive

    public any setInActive([any inactive])

    Parameters:
    inactive

    setIsPublic

    public any setIsPublic([any isPublic])

    Parameters:
    isPublic

    setParams

    public any setParams(any params)

    Overrides:
    setParams in class beanFeed
    Parameters:
    params

    setType

    public any setType([any type])

    Parameters:
    type