aqbanking  5.0.22
Typedefs | Functions
accstatus.h File Reference
#include <aqbanking/value.h>
#include <aqbanking/balance.h>
#include <gwenhywfar/gwentime.h>
#include <gwenhywfar/list2.h>

Go to the source code of this file.

Typedefs

typedef struct AB_ACCOUNT_STATUS AB_ACCOUNT_STATUS

Functions

 GWEN_LIST2_FUNCTION_LIB_DEFS (AB_ACCOUNT_STATUS, AB_AccountStatus,) AB_ACCOUNT_STATUS *AB_AccountStatus_new()
AB_ACCOUNT_STATUSAB_AccountStatus_dup (const AB_ACCOUNT_STATUS *as)
AB_ACCOUNT_STATUSAB_AccountStatus_fromDb (GWEN_DB_NODE *db)
int AB_AccountStatus_toDb (const AB_ACCOUNT_STATUS *as, GWEN_DB_NODE *db)
void AB_AccountStatus_free (AB_ACCOUNT_STATUS *as)
const GWEN_TIME * AB_AccountStatus_GetTime (const AB_ACCOUNT_STATUS *as)
void AB_AccountStatus_SetTime (AB_ACCOUNT_STATUS *as, const GWEN_TIME *t)
const AB_VALUEAB_AccountStatus_GetBankLine (const AB_ACCOUNT_STATUS *as)
void AB_AccountStatus_SetBankLine (AB_ACCOUNT_STATUS *as, const AB_VALUE *v)
const AB_VALUEAB_AccountStatus_GetDisposable (const AB_ACCOUNT_STATUS *as)
void AB_AccountStatus_SetDisposable (AB_ACCOUNT_STATUS *as, const AB_VALUE *v)
const AB_VALUEAB_AccountStatus_GetDisposed (const AB_ACCOUNT_STATUS *as)
void AB_AccountStatus_SetDisposed (AB_ACCOUNT_STATUS *as, const AB_VALUE *v)
const AB_BALANCEAB_AccountStatus_GetBookedBalance (const AB_ACCOUNT_STATUS *as)
void AB_AccountStatus_SetBookedBalance (AB_ACCOUNT_STATUS *as, const AB_BALANCE *b)
const AB_BALANCEAB_AccountStatus_GetNotedBalance (const AB_ACCOUNT_STATUS *as)
void AB_AccountStatus_SetNotedBalance (AB_ACCOUNT_STATUS *as, const AB_BALANCE *b)
void AB_AccountStatus_List2_freeAll (AB_ACCOUNT_STATUS_LIST2 *asl)

Typedef Documentation

Definition at line 29 of file accstatus.h.


Function Documentation

AB_ACCOUNT_STATUS* AB_AccountStatus_fromDb ( GWEN_DB_NODE *  db)
const GWEN_TIME* AB_AccountStatus_GetTime ( const AB_ACCOUNT_STATUS as)
void AB_AccountStatus_SetTime ( AB_ACCOUNT_STATUS as,
const GWEN_TIME *  t 
)
int AB_AccountStatus_toDb ( const AB_ACCOUNT_STATUS as,
GWEN_DB_NODE *  db 
)
GWEN_LIST2_FUNCTION_LIB_DEFS ( AB_ACCOUNT_STATUS  ,
AB_AccountStatus   
)