Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

aqdtaus/job.h File Reference

#include <aqbanking/account_be.h>
#include <aqbanking/transaction.h>
#include <aqdtaus/provider.h>
#include <aqdtaus/account.h>
#include <gwenhywfar/misc.h>

Go to the source code of this file.

Typedefs

typedef AD_JOB AD_JOB

Functions

AD_JOBAD_Job_new (AB_ACCOUNT *acc, int isDebitJob, GWEN_TYPE_UINT32 jid)
void AD_Job_free (AD_JOB *dj)
void AD_Job_AddTransfer (AD_JOB *dj, AB_TRANSACTION *t)
int AD_Job_GetTransferCount (const AD_JOB *dj)
AB_TRANSACTION_LIST2AD_Job_GetTransfers (const AD_JOB *dj)
int AD_Job_GetIsDebitNote (const AD_JOB *dj)
AB_ACCOUNTAD_Job_GetAccount (const AD_JOB *dj)
GWEN_TYPE_UINT32 AD_Job_GetJobId (const AD_JOB *dj)
void AD_Job_SetResult (AD_JOB *dj, int code, const char *text)
int AD_Job_GetResultCode (const AD_JOB *dj)
const char * AD_Job_GetResultText (const AD_JOB *dj)


Typedef Documentation

typedef struct AD_JOB AD_JOB
 

Definition at line 28 of file aqdtaus/job.h.


Function Documentation

void AD_Job_AddTransfer AD_JOB dj,
AB_TRANSACTION t
 

void AD_Job_free AD_JOB dj  ) 
 

AB_ACCOUNT* AD_Job_GetAccount const AD_JOB dj  ) 
 

int AD_Job_GetIsDebitNote const AD_JOB dj  ) 
 

GWEN_TYPE_UINT32 AD_Job_GetJobId const AD_JOB dj  ) 
 

int AD_Job_GetResultCode const AD_JOB dj  ) 
 

const char* AD_Job_GetResultText const AD_JOB dj  ) 
 

int AD_Job_GetTransferCount const AD_JOB dj  ) 
 

AB_TRANSACTION_LIST2* AD_Job_GetTransfers const AD_JOB dj  ) 
 

AD_JOB* AD_Job_new AB_ACCOUNT acc,
int  isDebitJob,
GWEN_TYPE_UINT32  jid
 

void AD_Job_SetResult AD_JOB dj,
int  code,
const char *  text
 


Generated on Thu Oct 6 14:49:09 2005 for aqbanking by  doxygen 1.4.4