00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id$ 00005 begin : Mon Mar 01 2004 00006 copyright : (C) 2004 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * This file is part of the project "AqBanking". * 00011 * Please see toplevel file COPYING of that project for license details. * 00012 ***************************************************************************/ 00013 00014 00015 #ifndef AQBANKING_JOBGETTRANSACTIONS_H 00016 #define AQBANKING_JOBGETTRANSACTIONS_H 00017 00018 00019 #include <aqbanking/job.h> 00020 #include <aqbanking/transaction.h> 00021 #include <aqbanking/accstatus.h> 00022 00023 00028 00029 00030 #ifdef __cplusplus 00031 extern "C" { 00032 #endif 00033 00034 00040 AQBANKING_API 00041 AB_JOB *AB_JobGetTransactions_new(AB_ACCOUNT *a); 00042 00044 AQBANKING_API AQBANKING_DEPRECATED 00045 AB_TRANSACTION_LIST2* 00046 AB_JobGetTransactions_GetTransactions(const AB_JOB *j); 00047 00048 00050 AQBANKING_API AQBANKING_DEPRECATED 00051 AB_ACCOUNT_STATUS_LIST2* 00052 AB_JobGetTransactions_GetAccountStatusList(const AB_JOB *j); 00053 00054 00071 AQBANKING_API 00072 void AB_JobGetTransactions_SetFromTime(AB_JOB *j, const GWEN_TIME *t); 00073 00081 AQBANKING_API 00082 void AB_JobGetTransactions_SetToTime(AB_JOB *j, const GWEN_TIME *t); 00083 00084 AQBANKING_API 00085 const GWEN_TIME *AB_JobGetTransactions_GetFromTime(const AB_JOB *j); 00086 00087 AQBANKING_API 00088 const GWEN_TIME *AB_JobGetTransactions_GetToTime(const AB_JOB *j); 00105 AQBANKING_API 00106 int AB_JobGetTransactions_GetMaxStoreDays(const AB_JOB *j); 00110 #ifdef __cplusplus 00111 } 00112 #endif 00113 00114 /* addtogroup */ 00116 00117 00118 #endif /* AQBANKING_JOBGETTRANSACTIONS_H */ 00119