Packagede.wwsc.t3flex.vo.t3Standards
Classpublic class T3Fe_User
InheritanceT3Fe_User Inheritance T3DbElement



Public Properties
 PropertyDefined by
  address : String
T3Fe_User
  city : String
T3Fe_User
 InheritedclassName : String
T3DbElement
  company : String
T3Fe_User
  country : String
T3Fe_User
 Inheritedcrdate : String
T3DbElement
 Inheritedcruser_id : uint
T3DbElement
 Inheriteddata : ArrayCollection
T3DbElement
  date_of_birth : String
T3Fe_User
  date_of_birthDate : Date
T3Fe_User
 Inheriteddeleted : uint
T3DbElement
  email : String
T3Fe_User
 InheritedendTime : String
T3DbElement
  fax : String
T3Fe_User
 Inheritedfields : FieldArray
T3DbElement
  first_name : String
T3Fe_User
  gender : String
T3Fe_User
 Inheritedhidden : uint
T3DbElement
  image : String
T3Fe_User
  last_name : String
T3Fe_User
 InheritedmyResultFunction : Function
T3DbElement
 Inherited_name : String
T3DbElement
  name : String
T3Fe_User
  password : String
T3Fe_User
 Inheritedpid : Number
T3DbElement
 InheritedstartTime : String
T3DbElement
  status : String
T3Fe_User
 Inheritedsys_language_uid : Number
T3DbElement
 Inherited_t3BaseFields : Object
T3DbElement
 Inheritedt3Table : String
T3DbElement
  telephone : String
T3Fe_User
  title : String
T3Fe_User
 Inheritedtstamp : String
T3DbElement
 Inheritedtx_templavoila_ds : uint
T3DbElement
 Inheritedtx_templavoila_flex : Object
T3DbElement
 Inheriteduid : Number
T3DbElement
  usergroup : String = ""
T3Fe_User
  usergroupArray : Array
T3Fe_User
  username : String
T3Fe_User
  www : String
T3Fe_User
  zip : String
T3Fe_User
Public Methods
 MethodDefined by
  
T3Fe_User
 Inherited
addARelation(targetClass:Class, resultFunction:Function):void
T3DbElement
 Inherited
T3DbElement
 Inherited
getChildFromUid(uid:uint, resultFunction:Function):void
T3DbElement
 Inherited
getChildren(resultFunction:Function):void
T3DbElement
 Inherited
getParameter():Object
T3DbElement
  
getUserFromUsername(userName:String, resultFunction:Function):void
T3Fe_User
  
getUsersFromUidArray(object:Object, myData:ArrayCollection, type:String, handlerFunction:Function = null):void
T3Fe_User
  
memberOfGroup(groupId:uint):Boolean
T3Fe_User
 Inherited
removeRecord(resultFunction:Function, withWarning:Boolean = true):void
T3DbElement
 Inherited
updateOneDataField(dataField:String, resultFunction:Function, showBusyCursor:Boolean = false):void
T3DbElement
 Inherited
updateRecord(resultFunction:Function):void
T3DbElement
Property detail
addressproperty
public var address:String

This property can be used as the source for data binding.

cityproperty 
public var city:String

This property can be used as the source for data binding.

companyproperty 
public var company:String

This property can be used as the source for data binding.

countryproperty 
public var country:String

This property can be used as the source for data binding.

date_of_birthproperty 
public var date_of_birth:String

This property can be used as the source for data binding.

date_of_birthDateproperty 
public var date_of_birthDate:Date

This property can be used as the source for data binding.

emailproperty 
public var email:String

This property can be used as the source for data binding.

faxproperty 
public var fax:String

This property can be used as the source for data binding.

first_nameproperty 
public var first_name:String

This property can be used as the source for data binding.

genderproperty 
public var gender:String

This property can be used as the source for data binding.

imageproperty 
public var image:String

This property can be used as the source for data binding.

last_nameproperty 
public var last_name:String

This property can be used as the source for data binding.

nameproperty 
name:String  [read-write]Implementation
    public function get name():String
    public function set name(value:String):void
passwordproperty 
public var password:String

This property can be used as the source for data binding.

statusproperty 
public var status:String

This property can be used as the source for data binding.

telephoneproperty 
public var telephone:String

This property can be used as the source for data binding.

titleproperty 
public var title:String

This property can be used as the source for data binding.

usergroupproperty 
public var usergroup:String = ""

This property can be used as the source for data binding.

usergroupArrayproperty 
usergroupArray:Array  [read-write]Implementation
    public function get usergroupArray():Array
    public function set usergroupArray(value:Array):void
usernameproperty 
public var username:String

This property can be used as the source for data binding.

wwwproperty 
public var www:String

This property can be used as the source for data binding.

zipproperty 
public var zip:String

This property can be used as the source for data binding.

Constructor detail
T3Fe_User()constructor
public function T3Fe_User()
Method detail
getUserFromUsername()method
public function getUserFromUsername(userName:String, resultFunction:Function):voidParameters
userName:String
 
resultFunction:Function
getUsersFromUidArray()method 
public function getUsersFromUidArray(object:Object, myData:ArrayCollection, type:String, handlerFunction:Function = null):voidParameters
object:Object
 
myData:ArrayCollection
 
type:String
 
handlerFunction:Function (default = null)
memberOfGroup()method 
public function memberOfGroup(groupId:uint):BooleanParameters
groupId:uint

Returns
Boolean