|
Typedefs |
typedef AB_USER | AB_USER |
Functions |
void | AB_User_List2_freeAll (AB_USER_LIST2 *stl) |
void | AB_User_free (AB_USER *st) |
void | AB_User_Attach (AB_USER *st) |
int | AB_User_ReadDb (AB_USER *st, GWEN_DB_NODE *db) |
int | AB_User_toDb (const AB_USER *st, GWEN_DB_NODE *db) |
int | AB_User_IsModified (const AB_USER *st) |
void | AB_User_SetModified (AB_USER *st, int i) |
GWEN_TYPE_UINT32 | AB_User_GetUniqueId (const AB_USER *el) |
void | AB_User_SetUniqueId (AB_USER *el, GWEN_TYPE_UINT32 d) |
const char * | AB_User_GetBackendName (const AB_USER *el) |
void | AB_User_SetBackendName (AB_USER *el, const char *d) |
const char * | AB_User_GetUserName (const AB_USER *el) |
void | AB_User_SetUserName (AB_USER *el, const char *d) |
const char * | AB_User_GetUserId (const AB_USER *el) |
void | AB_User_SetUserId (AB_USER *el, const char *d) |
const char * | AB_User_GetCustomerId (const AB_USER *el) |
void | AB_User_SetCustomerId (AB_USER *el, const char *d) |
const char * | AB_User_GetCountry (const AB_USER *el) |
void | AB_User_SetCountry (AB_USER *el, const char *d) |
const char * | AB_User_GetBankCode (const AB_USER *el) |
void | AB_User_SetBankCode (AB_USER *el, const char *d) |
GWEN_TYPE_UINT32 | AB_User_GetLastSessionId (const AB_USER *el) |
void | AB_User_SetLastSessionId (AB_USER *el, GWEN_TYPE_UINT32 d) |
AB_BANKING * | AB_User_GetBanking (const AB_USER *el) |
void | AB_User_SetBanking (AB_USER *el, AB_BANKING *d) |