aqbanking  5.7.8
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

◆ AB_ACCOUNT_STATUS

Definition at line 29 of file accstatus.h.

Function Documentation

◆ AB_AccountStatus_dup()

AB_ACCOUNT_STATUS* AB_AccountStatus_dup ( const AB_ACCOUNT_STATUS as)

◆ AB_AccountStatus_free()

void AB_AccountStatus_free ( AB_ACCOUNT_STATUS as)

◆ AB_AccountStatus_fromDb()

AB_ACCOUNT_STATUS* AB_AccountStatus_fromDb ( GWEN_DB_NODE *  db)

◆ AB_AccountStatus_GetBankLine()

const AB_VALUE* AB_AccountStatus_GetBankLine ( const AB_ACCOUNT_STATUS as)

◆ AB_AccountStatus_GetBookedBalance()

const AB_BALANCE* AB_AccountStatus_GetBookedBalance ( const AB_ACCOUNT_STATUS as)

◆ AB_AccountStatus_GetDisposable()

const AB_VALUE* AB_AccountStatus_GetDisposable ( const AB_ACCOUNT_STATUS as)

◆ AB_AccountStatus_GetDisposed()

const AB_VALUE* AB_AccountStatus_GetDisposed ( const AB_ACCOUNT_STATUS as)

◆ AB_AccountStatus_GetNotedBalance()

const AB_BALANCE* AB_AccountStatus_GetNotedBalance ( const AB_ACCOUNT_STATUS as)

◆ AB_AccountStatus_GetTime()

const GWEN_TIME* AB_AccountStatus_GetTime ( const AB_ACCOUNT_STATUS as)

◆ AB_AccountStatus_List2_freeAll()

void AB_AccountStatus_List2_freeAll ( AB_ACCOUNT_STATUS_LIST2 asl)

◆ AB_AccountStatus_SetBankLine()

void AB_AccountStatus_SetBankLine ( AB_ACCOUNT_STATUS as,
const AB_VALUE v 
)

◆ AB_AccountStatus_SetBookedBalance()

void AB_AccountStatus_SetBookedBalance ( AB_ACCOUNT_STATUS as,
const AB_BALANCE b 
)

◆ AB_AccountStatus_SetDisposable()

void AB_AccountStatus_SetDisposable ( AB_ACCOUNT_STATUS as,
const AB_VALUE v 
)

◆ AB_AccountStatus_SetDisposed()

void AB_AccountStatus_SetDisposed ( AB_ACCOUNT_STATUS as,
const AB_VALUE v 
)

◆ AB_AccountStatus_SetNotedBalance()

void AB_AccountStatus_SetNotedBalance ( AB_ACCOUNT_STATUS as,
const AB_BALANCE b 
)

◆ AB_AccountStatus_SetTime()

void AB_AccountStatus_SetTime ( AB_ACCOUNT_STATUS as,
const GWEN_TIME *  t 
)

◆ AB_AccountStatus_toDb()

int AB_AccountStatus_toDb ( const AB_ACCOUNT_STATUS as,
GWEN_DB_NODE *  db 
)

◆ GWEN_LIST2_FUNCTION_LIB_DEFS()

GWEN_LIST2_FUNCTION_LIB_DEFS ( AB_ACCOUNT_STATUS  ,
AB_AccountStatus   
)