aqbanking
5.4.3beta
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
begin : Mon Mar 01 2004
3
copyright : (C) 2004-2013 by Martin Preuss
4
email : martin@libchipcard.de
5
6
***************************************************************************
7
* This file is part of the project "AqBanking". *
8
* Please see toplevel file COPYING of that project for license details. *
9
***************************************************************************/
10
11
12
#ifndef AQBANKING_JOBGETTRANSACTIONS_H
13
#define AQBANKING_JOBGETTRANSACTIONS_H
14
15
16
#include <
aqbanking/job.h
>
17
#include <
aqbanking/transaction.h
>
18
#include <
aqbanking/accstatus.h
>
19
20
25
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
31
37
AQBANKING_API
38
AB_JOB
*
AB_JobGetTransactions_new
(
AB_ACCOUNT
*a);
39
41
AQBANKING_API
AQBANKING_DEPRECATED
42
AB_TRANSACTION_LIST2
*
43
AB_JobGetTransactions_GetTransactions
(
const
AB_JOB
*j);
44
45
47
AQBANKING_API
AQBANKING_DEPRECATED
48
AB_ACCOUNT_STATUS_LIST2
*
49
AB_JobGetTransactions_GetAccountStatusList
(
const
AB_JOB
*j);
50
51
68
AQBANKING_API
69
void
AB_JobGetTransactions_SetFromTime
(
AB_JOB
*j,
const
GWEN_TIME *t);
70
78
AQBANKING_API
79
void
AB_JobGetTransactions_SetToTime
(
AB_JOB
*j,
const
GWEN_TIME *t);
80
81
AQBANKING_API
82
const
GWEN_TIME *
AB_JobGetTransactions_GetFromTime
(
const
AB_JOB
*j);
83
84
AQBANKING_API
85
const
GWEN_TIME *
AB_JobGetTransactions_GetToTime
(
const
AB_JOB
*j);
102
AQBANKING_API
103
int
AB_JobGetTransactions_GetMaxStoreDays
(
const
AB_JOB
*j);
107
#ifdef __cplusplus
108
}
109
#endif
110
111
/* addtogroup */
113
114
115
#endif
/* AQBANKING_JOBGETTRANSACTIONS_H */
116
Generated on Sun Apr 27 2014 19:44:32 for aqbanking by
1.8.1.2