| Property | Defined by | ||
|---|---|---|---|
| address : String | T3Fe_User | ||
| city : String | T3Fe_User | ||
![]() | className : String | T3DbElement | |
| company : String | T3Fe_User | ||
| country : String | T3Fe_User | ||
![]() | crdate : String | T3DbElement | |
![]() | cruser_id : uint | T3DbElement | |
![]() | data : ArrayCollection | T3DbElement | |
| date_of_birth : String | T3Fe_User | ||
| date_of_birthDate : Date | T3Fe_User | ||
![]() | deleted : uint | T3DbElement | |
| email : String | T3Fe_User | ||
![]() | endTime : String | T3DbElement | |
| fax : String | T3Fe_User | ||
![]() | fields : FieldArray | T3DbElement | |
| first_name : String | T3Fe_User | ||
| gender : String | T3Fe_User | ||
![]() | hidden : uint | T3DbElement | |
| image : String | T3Fe_User | ||
| last_name : String | T3Fe_User | ||
![]() | myResultFunction : Function | T3DbElement | |
![]() | _name : String | T3DbElement | |
| name : String | T3Fe_User | ||
| password : String | T3Fe_User | ||
![]() | pid : Number | T3DbElement | |
![]() | startTime : String | T3DbElement | |
| status : String | T3Fe_User | ||
![]() | sys_language_uid : Number | T3DbElement | |
![]() | _t3BaseFields : Object | T3DbElement | |
![]() | t3Table : String | T3DbElement | |
| telephone : String | T3Fe_User | ||
| title : String | T3Fe_User | ||
![]() | tstamp : String | T3DbElement | |
![]() | tx_templavoila_ds : uint | T3DbElement | |
![]() | tx_templavoila_flex : Object | T3DbElement | |
![]() | uid : Number | T3DbElement | |
| usergroup : String = "" | T3Fe_User | ||
| usergroupArray : Array | T3Fe_User | ||
| username : String | T3Fe_User | ||
| www : String | T3Fe_User | ||
| zip : String | T3Fe_User | ||
| Method | Defined by | ||
|---|---|---|---|
| T3Fe_User | |||
![]() |
addARelation(targetClass:Class, resultFunction:Function):void
| T3DbElement | |
![]() |
filterThisElement():Boolean
| T3DbElement | |
![]() |
getChildFromUid(uid:uint, resultFunction:Function):void
| T3DbElement | |
![]() |
getChildren(resultFunction:Function):void
| T3DbElement | |
![]() |
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 | ||
![]() |
removeRecord(resultFunction:Function, withWarning:Boolean = true):void
| T3DbElement | |
![]() |
updateOneDataField(dataField:String, resultFunction:Function, showBusyCursor:Boolean = false):void
| T3DbElement | |
![]() |
updateRecord(resultFunction:Function):void
| T3DbElement | |
| address | property |
public var address:String
This property can be used as the source for data binding.
| city | property |
public var city:String
This property can be used as the source for data binding.
| company | property |
public var company:String
This property can be used as the source for data binding.
| country | property |
public var country:String
This property can be used as the source for data binding.
| date_of_birth | property |
public var date_of_birth:String
This property can be used as the source for data binding.
| date_of_birthDate | property |
public var date_of_birthDate:Date
This property can be used as the source for data binding.
| property |
public var email:String
This property can be used as the source for data binding.
| fax | property |
public var fax:String
This property can be used as the source for data binding.
| first_name | property |
public var first_name:String
This property can be used as the source for data binding.
| gender | property |
public var gender:String
This property can be used as the source for data binding.
| image | property |
public var image:String
This property can be used as the source for data binding.
| last_name | property |
public var last_name:String
This property can be used as the source for data binding.
| name | property |
name:String [read-write]Implementation
public function get name():String
public function set name(value:String):void
| password | property |
public var password:String
This property can be used as the source for data binding.
| status | property |
public var status:String
This property can be used as the source for data binding.
| telephone | property |
public var telephone:String
This property can be used as the source for data binding.
| title | property |
public var title:String
This property can be used as the source for data binding.
| usergroup | property |
public var usergroup:String = ""
This property can be used as the source for data binding.
| usergroupArray | property |
usergroupArray:Array [read-write]Implementation
public function get usergroupArray():Array
public function set usergroupArray(value:Array):void
| username | property |
public var username:String
This property can be used as the source for data binding.
| www | property |
public var www:String
This property can be used as the source for data binding.
| zip | property |
public var zip:String
This property can be used as the source for data binding.
| T3Fe_User | () | constructor |
public function T3Fe_User()
| 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 |
Boolean |