aqbanking
5.0.24.0-git
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
jobgettransactions.h
Go to the documentation of this file.
1
/***************************************************************************
2
$RCSfile$
3
-------------------
4
cvs : $Id$
5
begin : Mon Mar 01 2004
6
copyright : (C) 2004 by Martin Preuss
7
email : martin@libchipcard.de
8
9
***************************************************************************
10
* This file is part of the project "AqBanking". *
11
* Please see toplevel file COPYING of that project for license details. *
12
***************************************************************************/
13
14
15
#ifndef AQBANKING_JOBGETTRANSACTIONS_H
16
#define AQBANKING_JOBGETTRANSACTIONS_H
17
18
19
#include <
aqbanking/job.h
>
20
#include <
aqbanking/transaction.h
>
21
#include <
aqbanking/accstatus.h
>
22
23
28
29
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
33
34
40
AQBANKING_API
41
AB_JOB
*
AB_JobGetTransactions_new
(
AB_ACCOUNT
*a);
42
44
AQBANKING_API
AQBANKING_DEPRECATED
45
AB_TRANSACTION_LIST2
*
46
AB_JobGetTransactions_GetTransactions
(
const
AB_JOB
*j);
47
48
50
AQBANKING_API
AQBANKING_DEPRECATED
51
AB_ACCOUNT_STATUS_LIST2
*
52
AB_JobGetTransactions_GetAccountStatusList
(
const
AB_JOB
*j);
53
54
71
AQBANKING_API
72
void
AB_JobGetTransactions_SetFromTime
(
AB_JOB
*j,
const
GWEN_TIME *t);
73
81
AQBANKING_API
82
void
AB_JobGetTransactions_SetToTime
(
AB_JOB
*j,
const
GWEN_TIME *t);
83
84
AQBANKING_API
85
const
GWEN_TIME *
AB_JobGetTransactions_GetFromTime
(
const
AB_JOB
*j);
86
87
AQBANKING_API
88
const
GWEN_TIME *
AB_JobGetTransactions_GetToTime
(
const
AB_JOB
*j);
105
AQBANKING_API
106
int
AB_JobGetTransactions_GetMaxStoreDays
(
const
AB_JOB
*j);
110
#ifdef __cplusplus
111
}
112
#endif
113
114
/* addtogroup */
116
117
118
#endif
/* AQBANKING_JOBGETTRANSACTIONS_H */
119
Generated on Sun Jun 3 2012 18:45:32 for aqbanking by
1.8.1