jobgettransactions.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: jobgettransactions.h,v $
00003  -------------------
00004  cvs         : $Id: jobgettransactions.h,v 1.6 2004/09/27 16:14:08 aquamaniac Exp $
00005  begin       : Mon Mar 01 2004
00006  copyright   : (C) 2004 by Martin Preuss
00007  email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
00011  ***************************************************************************/
00012 
00013 
00014 #ifndef AQBANKING_JOBGETTRANSACTIONS_H
00015 #define AQBANKING_JOBGETTRANSACTIONS_H
00016 
00017 
00018 #include <aqbanking/job.h>
00019 #include <aqbanking/transaction.h>
00020 
00021 #ifdef __cplusplus
00022 extern "C" {
00023 #endif
00024 
00025 
00031 AQBANKING_API
00032 AB_JOB *AB_JobGetTransactions_new(AB_ACCOUNT *a);
00033 
00038 AQBANKING_API 
00039 AB_TRANSACTION_LIST2*
00040   AB_JobGetTransactions_GetTransactions(const AB_JOB *j);
00041 
00048 AQBANKING_API 
00049 int AB_JobGetTransactions_GetMaxStoreDays(const AB_JOB *j);
00050 
00051 
00059 AQBANKING_API 
00060   void AB_JobGetTransactions_SetFromTime(AB_JOB *j, const GWEN_TIME *t);
00061 
00069 AQBANKING_API 
00070 void AB_JobGetTransactions_SetToTime(AB_JOB *j, const GWEN_TIME *t);
00071 
00072 AQBANKING_API 
00073 const GWEN_TIME *AB_JobGetTransactions_GetFromTime(const AB_JOB *j);
00074 
00075 AQBANKING_API
00076 const GWEN_TIME *AB_JobGetTransactions_GetToTime(const AB_JOB *j);
00077 
00078 
00079 
00080 #ifdef __cplusplus
00081 }
00082 #endif
00083 
00084 
00085 #endif /* AQBANKING_JOBGETTRANSACTIONS_H */
00086 

Generated on Sat Jan 7 04:22:41 2006 for aqbanking by  doxygen 1.4.6