mura.user

Class userFeedBean

WEB-INF.cftags.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:
  • output : false
  •  
  • entityname : user
  •  
    Property Summary
    type property default serializable required
    string bean


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


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


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


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


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


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


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


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


    • returntype = any
    • access = public
    2 true true
    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, aggregate, andOpenGrouping, andProp, beginsWith, caseInsensitiveOrderBy, clearAdvancedParams, clearJoins, clearParams, closeGrouping, containsValue, distinct, endsWith, fields, formatField, getAdvancedParams, getContentPoolID, getCustomDatasource, getDbType, getDiscriminatorColumn, getDiscriminatorValue, getDistinct, getEndRow, getEntity, getEntityName, getFetch, getFields, getIsHistorical, getItemsPerPage, getJoins, getOffset, getOrderBy, getParams, getQueryAttrs, getQueryService, getSort, getStartRow, getTableFieldList, groupBy, hasColumn, hasCustomDatasource, hasDiscriminatorColumn, hasJoin, innerJoin, isAggregateQuery, isEQ, isGT, isGTE, isIn, isLT, isLTE, isNEQ, isNotIn, itemsPerPage, leftJoin, loadTableMetaData, maxItems, null, openGrouping, orOpenGrouping, orProp, prop, sanitizedValue, setAdvancedParams, setConfigBean, setDistinct, setEntityName, setFields, setItemsPerPage, setMaxItems, setNextN, setOrderBy, setSort, setSortDirection, sort, transformFieldName, transformFields, where
     
    Methods inherited from class mura.bean.bean
    OnMissingMethod, addEventHandler, addObject, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, compare, exists, get, getAll, getAllValues, getBundleable, getDynamic, getEntityDisplayName, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, 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, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getServiceFactory, getSession, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class WEB-INF.cftags.component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    bean

    property string bean = [user]

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

    categoryID

    property string categoryID

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

    groupID

    property string groupID

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

    inActive

    property numeric inActive = [0]

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

    isPublic

    property numeric isPublic = [1]

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

    siteID

    property string siteID

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

    sortBy

    property string sortBy = [lname]

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

    sortDirection

    property string sortDirection = [asc]

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

    type

    property numeric type = [2]

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