ClientAccountList Class Reference
A client account list.
More...
#include <yatecbase.h>
List of all members.
Detailed Description
A client account list.
This class holds an account list
Constructor & Destructor Documentation
Constructor
- Parameters:
-
| name | List's name used for debug purposes |
Member Function Documentation
Get the accounts list
- Returns:
- The accounts list
Append a new account. The account's reference counter is increased before
- Parameters:
-
| account | The account to append |
- Returns:
- True on succes, false if an account with the same id already exists
Find an account
- Parameters:
-
| id | The account's id |
| ref | True to get a referenced pointer |
- Returns:
- ClientAccount pointer or 0 if not found
Find an account's contact from a built id
- Parameters:
-
| builtId | The string containign the account and the contact |
| ref | True to get a referenced pointer |
- Returns:
- ClientContact pointer or 0 if not found
Find an account's contact
- Parameters:
-
| account | The account's id |
| id | The contact's id |
| ref | True to get a referenced pointer |
- Returns:
- ClientContact pointer or 0 if not found
virtual void removeAccount |
( |
const String & |
id |
) |
[virtual] |
Remove an account
- Parameters:
-
The documentation for this class was generated from the following file: