Element index for package bigace.classes.user
[ a ]
[ c ]
[ d ]
[ g ]
[ i ]
[ l ]
[ n ]
[ u ]
[ v ]
top
c
- $correct_login
- in file UserAuthenticate.php, variable UserAuthenticate::$correct_login
- changePassword
- in file UserAdminService.php, method UserAdminService::changePassword()
- changeUser
- in file UserAdminService.php, method UserAdminService::changeUser()
Change User settings.
- changeUserData
- in file UserDataAdminService.php, method UserDataAdminService::changeUserData()
This changes the User Data within BIGACE.
- changeUserData
- in file UserData.php, method UserData::changeUserData()
This changes the User Data within BIGACE.
- changeUserDataValues
- in file UserDataAdminService.php, method UserDataAdminService::changeUserDataValues()
- checkIfUsernameExists
- in file UserAdminService.php, method UserAdminService::checkIfUsernameExists()
Checks if the given Username exists.
- count
- in file UserEnumeration.php, method UserEnumeration::count()
Counts all Users registered in BIGACE.
- createUser
- in file UserAdminService.php, method UserAdminService::createUser()
This creates a User within BIGACE.
- createUserData
- in file UserDataAdminService.php, method UserDataAdminService::createUserData()
This creates User Data within BIGACE.
top
top
g
- getActiveStatusID
- in file UserInfo.php, method UserInfo::getActiveStatusID()
Gets the Status ID as it is hold in the DB
- getCity
- in file UserData.php, method UserData::getCity()
- getCityCode
- in file UserData.php, method UserData::getCityCode()
- getCompany
- in file UserData.php, method UserData::getCompany()
- getCountry
- in file UserData.php, method UserData::getCountry()
- getEmail
- in file UserData.php, method UserData::getEmail()
- getExtension
- in file UserData.php, method UserData::getExtension()
- getFax
- in file UserData.php, method UserData::getFax()
- getFirstName
- in file UserData.php, method UserData::getFirstName()
- getGroup
- in file UserInfo.php, method UserInfo::getGroup()
Returns the Group this User belongs to.
- getGroupID
- in file UserInfo.php, method UserInfo::getGroupID()
Returns the Group ID for this User.
- getHomepage
- in file UserData.php, method UserData::getHomepage()
- getID
- in file UserInfo.php, method UserInfo::getID()
Wrapper for getUserID()
- getID
- in file UserAuthenticate.php, method UserAuthenticate::getID()
Gets the User ID.
- getLanguageID
- in file UserAuthenticate.php, method UserAuthenticate::getLanguageID()
Fetches the users language ID.
- getLanguageID
- in file UserInfo.php, method UserInfo::getLanguageID()
Gets the Language ID for this User.
- getLastName
- in file UserData.php, method UserData::getLastName()
- getMobile
- in file UserData.php, method UserData::getMobile()
- getName
- in file UserInfo.php, method UserInfo::getName()
Gets the User name.
- getPhone
- in file UserData.php, method UserData::getPhone()
- getStreet
- in file UserData.php, method UserData::getStreet()
- getUser
- in file UserService.php, method UserService::getUser()
This returns a new instance of the User Object
- getUserAdminService
- in file UserService.php, method UserService::getUserAdminService()
This returns a new instance of the UserAdminService Object
- getUserByName
- in file UserService.php, method UserService::getUserByName()
This returns the User ID for the searched Name or the ID for the anonymous User _AID_.
- getUserConsumerID
- in file UserInfo.php, method UserInfo::getUserConsumerID()
Fetches the users consumer ID.
- getUserData
- in file UserInfo.php, method UserInfo::getUserData()
Returns the UserData belonging to the current User
- getUserData
- in file UserDataService.php, method UserDataService::getUserData()
Gets a UserDataObject for receiving all information about a special User in BIGACE
- getUserDataAdminService
- in file UserDataService.php, method UserDataService::getUserDataAdminService()
Gets a UserDataAdminService Object for manipulating all User Data in BIGACE
- getUserEnumeration
- in file UserService.php, method UserService::getUserEnumeration()
This returns a new instance of UserEnumeration
- getUserID
- in file UserData.php, method UserData::getUserID()
Returns the User ID for that this Object was initalized
- getUserID
- in file UserDataAdminService.php, method UserDataAdminService::getUserID()
- getUserID
- in file UserInfo.php, method UserInfo::getUserID()
Gets the Users ID
- getUserInfo
- in file UserService.php, method UserService::getUserInfo()
This returns a new instance of the UserInfo Object
- getUserLanguage
- in file UserInfo.php, method UserInfo::getUserLanguage()
This gets the name of the Users language.
- getUserLanguageID
- in file UserInfo.php, method UserInfo::getUserLanguageID()
Wrapper for getLanguageID()
top
i
- init
- in file UserData.php, method UserData::init()
- isActive
- in file UserAuthenticate.php, method UserAuthenticate::isActive()
Gets the Users status within BIGACE, if false the User will not be able to LOG IN or handle any other thing in BIGACE. This is useful if you want to keep all Right Information and personal data but don't let the user work for now.
- isActive
- in file UserInfo.php, method UserInfo::isActive()
Gets the Users status within BIGACE.
- isAnonymous
- in file UserAuthenticate.php, method UserAuthenticate::isAnonymous()
Gets the Information if user is anonymous.
- isAnonymous
- in file UserInfo.php, method UserInfo::isAnonymous()
Gets the Information if user is anonymous.
- isSuperUser
- in file UserInfo.php, method UserInfo::isSuperUser()
- isValidUser
- in file UserInfo.php, method UserInfo::isValidUser()
This shows if the User is registered within BIGACE.
- isValidUser
- in file UserAuthenticate.php, method UserAuthenticate::isValidUser()
Shows if the User is registered within BIGACE.
top
top
top
u
- $userdata
- in file UserData.php, variable UserData::$userdata
- $userid
- in file UserDataAdminService.php, variable UserDataAdminService::$userid
- $userx
- in file UserInfo.php, variable UserInfo::$userx
- UserDataAdminService.php
- procedural page UserDataAdminService.php
- UserDataService.php
- procedural page UserDataService.php
- UserData.php
- procedural page UserData.php
- UserAdminService.php
- procedural page UserAdminService.php
- UserAuthenticate.php
- procedural page UserAuthenticate.php
- UserEnumeration.php
- procedural page UserEnumeration.php
- UserInfo.php
- procedural page UserInfo.php
- UserService.php
- procedural page UserService.php
- UserAdminService
- in file UserAdminService.php, class UserAdminService
This Service holds method for handling BIGACE User.
- UserAuthenticate
- in file UserAuthenticate.php, class UserAuthenticate
This class is only used for logging User into the System.
- UserAuthenticate
- in file UserAuthenticate.php, method UserAuthenticate::UserAuthenticate()
Identifies a User in BIGACE by comapring Username/Password against the existing User Data.
- UserData
- in file UserData.php, method UserData::UserData()
This initalizes the Object with the given User
- UserData
- in file UserData.php, class UserData
This keeps information about all kind of User Information like Email-Address, real name and more.
- UserDataAdminService
- in file UserDataAdminService.php, method UserDataAdminService::UserDataAdminService()
- UserDataAdminService
- in file UserDataAdminService.php, class UserDataAdminService
This has all methods for changing, creating and deleting User Data within BIGACE.
- UserDataService
- in file UserDataService.php, class UserDataService
Here you can receive all kind of User Data Objects.
- UserEnumeration
- in file UserEnumeration.php, method UserEnumeration::UserEnumeration()
- UserEnumeration
- in file UserEnumeration.php, class UserEnumeration
Get a List of all User.
- UserInfo
- in file UserInfo.php, method UserInfo::UserInfo()
Initializes the Object with the User by the given ID
- UserInfo
- in file UserInfo.php, class UserInfo
This represents a User.
- UserService
- in file UserService.php, method UserService::UserService()
Does nothing for now.
- UserService
- in file UserService.php, class UserService
Holds methods for receiving all kind of User Objects.
top
top
|
|