mura.user

Class userBean

WEB-INF.cftags.component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.bean.beanExtendable
          extended by mura.user.userBean

This provides the User bean

Class Attributes:
  • table : tusers
  •  
  • output : false
  •  
  • entityname : user
  •  
    Property Summary
    type property default serializable required
    string IMName


    • returntype = any
    • access = public
    true false
    string IMService


    • returntype = any
    • access = public
    true false
    string addressID


    • returntype = any
    • access = public
    true false
    query addresses


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


    • returntype = any
    • access = public
    true false
    string company


    • returntype = any
    • access = public
    true false
    string contactFormat


    • returntype = any
    • access = public
    true false
    date created


    • returntype = any
    • access = public
    true false
    string description


    • returntype = any
    • access = public
    true false
    string email


    • returntype = any
    • access = public
    true false
    string extendDataTable


    • returntype = any
    • access = public
    tclassextenddatauseractivity true false
    string fname


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


    • returntype = any
    • access = public
    true false
    string groupname


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


    • returntype = any
    • access = public
    0 true false
    string interests


    • returntype = any
    • access = public
    true false
    numeric isNew


    • persistent = false
    • returntype = any
    • access = public
    1 true false
    numeric isPublic


    • returntype = any
    • access = public
    1 true false
    string jobTitle


    • returntype = any
    • access = public
    true false
    numeric keepPrivate


    • returntype = any
    • access = public
    0 true false
    date lastLogin


    • returntype = any
    • access = public
    true false
    date lastUpdate


    • returntype = any
    • access = public
    true false
    string lastUpdateBy


    • returntype = any
    • access = public
    true false
    string lastUpdateByID


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


    • returntype = any
    • access = public
    true false
    string mobilePhone


    • returntype = any
    • access = public
    true false
    string newFile


    • returntype = any
    • access = public
    true false
    string notes


    • returntype = any
    • access = public
    true false
    string password


    • returntype = any
    • access = public
    true false
    date passwordCreate


    • returntype = any
    • access = public
    true false
    numeric perm


    • returntype = any
    • access = public
    0 true false
    string photoFileExt


    • returntype = any
    • access = public
    true false
    string photoFileID


    • returntype = any
    • access = public
    true false
    string primaryAddressID


    • returntype = any
    • access = public
    true false
    string remoteID


    • returntype = any
    • access = public
    true false
    numeric s2


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


    • returntype = any
    • access = public
    true false
    string subType


    • returntype = any
    • access = public
    Default true false
    numeric subscribe


    • returntype = any
    • access = public
    1 true false
    string tablist


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


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


    • fieldtype = id
    • returntype = any
    • access = public
    true false
    string username


    • returntype = any
    • access = public
    true false
    string website


    • returntype = any
    • access = public
    true false
    Constructor Summary
    init()
    Method Summary
    any addAddress([any address])
    boolean checkEmail([any email='[runtime expression]'])
    boolean checkUsername([any username='[runtime expression]'])
    any clone()
    any delete()
    any getAddressBeanByID(string addressID)
    any getAddressByID(string addressID)
    any getAddresses()
    any getAddressesIterator()
    any getAddressesQuery()
    struct getAllValues(any autocomplete='true')
    any getContentTabAssignments()
    any getExtendBaseID()
    any getFileMetaData([any property='fileid'])
    any getFirstName()
    any getFullName()
    any getImageURL(any size='undefined', [any direct='true'], [any complete='false'], [any height=''], [any width=''], [any default=''])
    any getInterestGroupsIterator()
    any getInterestGroupsQuery()
    any getLastName()
    any getMembersIterator()
    any getMembersQuery()
    any getMembershipsIterator()
    any getMembershipsQuery()
    any getPrimaryKey()
    any getUserID()
    any isInGroup([any group], [any isPublic])
    any loadBy()
    any login()
    any readAddress([any name=''], [any addressID=''])
    any removeCategoryID([String categoryID])
    any removeGroupID([String groupID])
    any save()
    any set(any property, [any propertyValue])
    any setAddresses(any addresses)
         deprecated.
    any setCategoryID([String categoryID], boolean append='false')
    any setConfigBean([any configBean])
    any setCreated(string Created)
    any setFirstName([any firstname])
    any setGroupID([String groupID], boolean append='false')
    any setKeepPrivate(any KeepPrivate)
    any setLastLogin(String LastLogin)
    any setLastName([any lastname])
    any setLastUpdate(string LastUpdate)
    any setLastUpdateBy([String lastUpdateBy])
    any setPassedProtect(any passedProtect)
    any setPasswordCreated(string PasswordCreated)
    any setPasswordNoCache(string Password)
    any setSettingsManager([any settingsManager])
    any setUserManager([any userManager])
    any setUsernameNoCache(string Username)
    any validate()
     
    Methods inherited from class mura.bean.beanExtendable
    appendMissingAttributes, getExtendedAttribute, getExtendedAttributes, getExtendedAttributesList, getExtendedAttributesQuery, getExtendedData, getValue, purgeExtendedData, setSiteID, setSubType, setType, setValue
     
    Methods inherited from class mura.bean.bean
    OnMissingMethod, addEventHandler, addObject, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, compare, exists, get, getAll, getBundleable, getDynamic, getEntityDisplayName, getEntityName, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getOrderBy, getProperties, getPublicAPI, getRegisteredEntity, getScaffold, getSynthedFunctions, getTable, getValidations, has, hasErrors, hasProperty, hasTable, isComparable, on, parseDateArg, registerAsEntity, removeObject, setAddedObjectValues, setAllValues, setErrors, setPropAsIDColumn, setValidations, synthArgs, transformEventName, translatePropKey, trigger, 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

    IMName

    property string IMName

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

    IMService

    property string IMService

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

    addressID

    property string addressID

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

    addresses

    property query addresses

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

    categoryID

    property string categoryID

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

    company

    property string company

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

    contactFormat

    property string contactFormat

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

    created

    property date created

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

    description

    property string description

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

    email

    property string email

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

    extendDataTable

    property string extendDataTable = [tclassextenddatauseractivity]

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

    fname

    property string fname

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

    groupID

    property string groupID

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

    groupname

    property string groupname

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

    inActive

    property numeric inActive = [0]

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

    interests

    property string interests

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

    isNew

    property numeric isNew = [1]

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

    isPublic

    property numeric isPublic = [1]

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

    jobTitle

    property string jobTitle

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

    keepPrivate

    property numeric keepPrivate = [0]

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

    lastLogin

    property date lastLogin

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

    lastUpdate

    property date lastUpdate

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

    lastUpdateBy

    property string lastUpdateBy

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

    lastUpdateByID

    property string lastUpdateByID

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

    lname

    property string lname

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

    mobilePhone

    property string mobilePhone

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

    newFile

    property string newFile

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

    notes

    property string notes

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

    password

    property string password

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

    passwordCreate

    property date passwordCreate

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

    perm

    property numeric perm = [0]

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

    photoFileExt

    property string photoFileExt

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

    photoFileID

    property string photoFileID

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

    primaryAddressID

    property string primaryAddressID

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

    remoteID

    property string remoteID

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

    s2

    property numeric s2 = [0]

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

    siteID

    property string siteID

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

    subType

    property string subType = [Default]

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

    subscribe

    property numeric subscribe = [1]

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

    tablist

    property string tablist

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

    type

    property numeric type = [2]

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

    userID

    property string userID

    Attributes:
    fieldtype - id
    returntype - any
    required - false
    access - public
    serializable - true

    username

    property string username

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

    website

    property string website

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

    Method Detail

    addAddress

    public any addAddress([any address])

    Parameters:
    address - Instance of a addressBean

    checkEmail

    public boolean checkEmail([any email='[runtime expression]'])

    Parameters:
    email

    checkUsername

    public boolean checkUsername([any username='[runtime expression]'])

    Parameters:
    username

    clone

    public any clone()

    Overrides:
    clone in class bean

    delete

    public any delete()


    getAddressBeanByID

    public any getAddressBeanByID(string addressID)

    Parameters:
    addressID

    getAddressByID

    public any getAddressByID(string addressID)

    Parameters:
    addressID

    getAddresses

    public any getAddresses()


    getAddressesIterator

    public any getAddressesIterator()


    getAddressesQuery

    public any getAddressesQuery()


    getAllValues

    public struct getAllValues(any autocomplete='true')

    Overrides:
    getAllValues in class beanExtendable
    Parameters:
    autocomplete

    getContentTabAssignments

    public any getContentTabAssignments()


    getExtendBaseID

    public any getExtendBaseID()

    Overrides:
    getExtendBaseID in class beanExtendable

    getFileMetaData

    public any getFileMetaData([any property='fileid'])

    Parameters:
    property

    getFirstName

    public any getFirstName()


    getFullName

    public any getFullName()


    getImageURL

    public any getImageURL(any size='undefined', [any direct='true'], [any complete='false'], [any height=''], [any width=''], [any default=''])

    Parameters:
    size
    direct
    complete
    height
    width
    default

    getInterestGroupsIterator

    public any getInterestGroupsIterator()


    getInterestGroupsQuery

    public any getInterestGroupsQuery()


    getLastName

    public any getLastName()


    getMembersIterator

    public any getMembersIterator()


    getMembersQuery

    public any getMembersQuery()


    getMembershipsIterator

    public any getMembershipsIterator()


    getMembershipsQuery

    public any getMembershipsQuery()


    getPrimaryKey

    public any getPrimaryKey()

    Overrides:
    getPrimaryKey in class bean

    getUserID

    public any getUserID()


    isInGroup

    public any isInGroup([any group], [any isPublic])

    Parameters:
    group
    isPublic - optional

    loadBy

    public any loadBy()


    login

    public any login()


    readAddress

    public any readAddress([any name=''], [any addressID=''])

    Parameters:
    name
    addressID

    removeCategoryID

    public any removeCategoryID([String categoryID])

    Parameters:
    categoryID

    removeGroupID

    public any removeGroupID([String groupID])

    Parameters:
    groupID

    save

    public any save()


    set

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

    Overrides:
    set in class bean
    Parameters:
    property
    propertyValue

    setAddresses

    public any setAddresses(any addresses)

    deprecated

    Parameters:
    addresses

    setCategoryID

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

    Parameters:
    categoryID
    append

    setConfigBean

    public any setConfigBean([any configBean])

    Overrides:
    setConfigBean in class beanExtendable
    Parameters:
    configBean

    setCreated

    public any setCreated(string Created)

    Parameters:
    Created

    setFirstName

    public any setFirstName([any firstname])

    Parameters:
    firstname

    setGroupID

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

    Parameters:
    groupID
    append

    setKeepPrivate

    public any setKeepPrivate(any KeepPrivate)

    Parameters:
    KeepPrivate

    setLastLogin

    public any setLastLogin(String LastLogin)

    Parameters:
    LastLogin

    setLastName

    public any setLastName([any lastname])

    Parameters:
    lastname

    setLastUpdate

    public any setLastUpdate(string LastUpdate)

    Parameters:
    LastUpdate

    setLastUpdateBy

    public any setLastUpdateBy([String lastUpdateBy])

    Parameters:
    lastUpdateBy

    setPassedProtect

    public any setPassedProtect(any passedProtect)

    Parameters:
    passedProtect

    setPasswordCreated

    public any setPasswordCreated(string PasswordCreated)

    Parameters:
    PasswordCreated

    setPasswordNoCache

    public any setPasswordNoCache(string Password)

    Parameters:
    Password

    setSettingsManager

    public any setSettingsManager([any settingsManager])

    Parameters:
    settingsManager

    setUserManager

    public any setUserManager([any userManager])

    Parameters:
    userManager

    setUsernameNoCache

    public any setUsernameNoCache(string Username)

    Parameters:
    Username

    validate

    public any validate()

    Overrides:
    validate in class bean