/usr/include/aqbanking5/aqbanking/job.h is in libaqbanking34-dev 5.3.5beta-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 | /***************************************************************************
$RCSfile$
-------------------
cvs : $Id$
begin : Mon Mar 01 2004
copyright : (C) 2004 by Martin Preuss
email : martin@libchipcard.de
***************************************************************************
* This file is part of the project "AqBanking". *
* Please see toplevel file COPYING of that project for license details. *
***************************************************************************/
#ifndef AQBANKING_JOB_H
#define AQBANKING_JOB_H
#include <gwenhywfar/list2.h>
#include <gwenhywfar/gwentime.h>
#include <gwenhywfar/logger.h>
#include <aqbanking/error.h> /* for AQBANKING_API */
#ifdef __cplusplus
extern "C" {
#endif
/** @defgroup G_AB_JOB Online Banking Tasks
* @ingroup G_AB_ONLINE_BANKING
*
* This group represents online banking tasks such as retrieving the balance,
* downloading transaction statements, issue transfers etc.
*/
/** @defgroup G_AB_JOBS_GETBALANCE Get Balance
* @ingroup G_AB_JOB
*/
/** @defgroup G_AB_JOBS_GETTRANSACTIONS Get Transaction Statements
* @ingroup G_AB_JOB
*/
/** @defgroup G_AB_JOBS_XFERS Transfer Jobs
* @ingroup G_AB_JOB
*/
/** @defgroup G_AB_JOBS_XFER_TRANSFER National Transfer
* @ingroup G_AB_JOBS_XFERS
*/
/** @defgroup G_AB_JOBS_XFER_DEBIT Debit Notes
* @ingroup G_AB_JOBS_XFERS
*/
/** @defgroup G_AB_JOBS_XFER_EU EU Transfer
* @ingroup G_AB_JOBS_XFERS
*/
/** @defgroup G_AB_JOBS_XFER_INTERNAL Internal Transfer
* @ingroup G_AB_JOBS_XFERS
*/
/** @defgroup G_AB_JOBS_XFER_SEPA_TRANSFER SEPA Transfer
* @ingroup G_AB_JOBS_XFERS
*/
/** @defgroup G_AB_JOBS_DATED_TRANSFER Dated Transfers
* @ingroup G_AB_JOB
*
* This is a scheduled transaction managed by the credit institute.
*/
/** @defgroup G_AB_JOBS_DATED_TRANSFER_MK Create a Dated Transfer
* @ingroup G_AB_JOBS_DATED_TRANSFER
*/
/** @defgroup G_AB_JOBS_DATED_TRANSFER_MOD Modify a Dated Transfer
* @ingroup G_AB_JOBS_DATED_TRANSFER
*/
/** @defgroup G_AB_JOBS_DATED_TRANSFER_DEL Delete a Dated Transfer
* @ingroup G_AB_JOBS_DATED_TRANSFER
*/
/** @defgroup G_AB_JOBS_DATED_TRANSFER_GET Get Dated Transfers
* @ingroup G_AB_JOBS_DATED_TRANSFER
*/
/** @defgroup G_AB_JOBS_STO Standing Orders
* @ingroup G_AB_JOB
*
* Standing orders are transfers which are performed automatically by the
* bank on a regular basis.
*/
/** @defgroup G_AB_JOBS_STO_MK Create a Standing Order
* @ingroup G_AB_JOBS_STO
*/
/** @defgroup G_AB_JOBS_STO_MOD Modify a Standing Order
* @ingroup G_AB_JOBS_STO
*/
/** @defgroup G_AB_JOBS_STO_DEL Delete a Standing Order
* @ingroup G_AB_JOBS_STO
*/
/** @defgroup G_AB_JOBS_STO_GET Get Standing Orders
* @ingroup G_AB_JOBS_STO
*/
/** @addtogroup G_AB_JOB
*
*/
/*@{*/
typedef struct AB_JOB AB_JOB;
GWEN_LIST2_FUNCTION_LIB_DEFS(AB_JOB, AB_Job, AQBANKING_API)
/** This function frees all jobs contained in the given list and the list itself. */
AQBANKING_API
void AB_Job_List2_FreeAll(AB_JOB_LIST2 *jl);
/** This function frees all jobs contained in the given list but does not destroy
* the list itself */
AQBANKING_API
void AB_Job_List2_ClearAll(AB_JOB_LIST2 *jl);
/** The status of a job. */
typedef enum {
/** Job is new and not yet enqueued. */
AB_Job_StatusNew=0,
/** job has been updated by the backend and is still not yet enqueued. */
AB_Job_StatusUpdated,
/** Job has been enqueued, i.e. it has not yet been sent, but will
be sent at the next AB_BANKING_ExecuteQueue(). These jobs are
stored in the "todo" directory. */
AB_Job_StatusEnqueued,
/** Job has been sent, but there is not yet any response. */
AB_Job_StatusSent,
/** Job has been sent, and an answer has been received, so the Job
has been successfully sent to the bank. However, the answer to
this job said that the job is still pending at the bank server.
This status is most likely used with transfer orders which are
accepted by the bank server but checked (and possibly rejected)
later. These jobs are stored in the "pending" directory.*/
AB_Job_StatusPending,
/** Job has been sent, a response has been received, and everything
has been sucessfully executed. These jobs are stored in the
"finished" directory. */
AB_Job_StatusFinished,
/** There was an error in jobs' execution. These jobs are stored in the
* "finished" directory. Jobs are never enqueued twice for execution,
* so if it has this status it will never be sent again.
*/
AB_Job_StatusError,
/** Unknown status */
AB_Job_StatusUnknown=999
} AB_JOB_STATUS;
/** The type of the job, which also corresponds to its subclass of AB_JOB. */
typedef enum {
/** unknown job */
AB_Job_TypeUnknown=0,
/** retrieve the balance of an online account */
AB_Job_TypeGetBalance,
/** retrieve transaction statements for an online account */
AB_Job_TypeGetTransactions,
/** issue a transfer */
AB_Job_TypeTransfer,
/** issue a debit note (Lastschrift) */
AB_Job_TypeDebitNote,
/** EU transfer (transfer within the EMU zone) */
AB_Job_TypeEuTransfer,
/** retrieve list of standing orders for an online account */
AB_Job_TypeGetStandingOrders,
/** retrieve list of dated transfers for an online account */
AB_Job_TypeGetDatedTransfers,
/** creates a new standing order */
AB_Job_TypeCreateStandingOrder,
/** modifies an existing standing order */
AB_Job_TypeModifyStandingOrder,
/** deletes an existing standing order */
AB_Job_TypeDeleteStandingOrder,
/** creates a new dated transfer */
AB_Job_TypeCreateDatedTransfer,
/** modifies an existing dated transfer */
AB_Job_TypeModifyDatedTransfer,
/** deletes an existing dated transfer */
AB_Job_TypeDeleteDatedTransfer,
/* internal transfer between two accounts at the same bank */
AB_Job_TypeInternalTransfer,
/** Load a prepaid card from a bank account */
AB_Job_TypeLoadCellPhone,
/** SEPA transfer */
AB_Job_TypeSepaTransfer,
/** SEPA debit note */
AB_Job_TypeSepaDebitNote,
/** creates a new standing order (SEPA) */
AB_Job_TypeSepaCreateStandingOrder,
/** modifies an existing standing order (SEPA) */
AB_Job_TypeSepaModifyStandingOrder,
/** deletes an existing standing order (SEPA) */
AB_Job_TypeSepaDeleteStandingOrder
} AB_JOB_TYPE;
#ifdef __cplusplus
}
#endif
#include <aqbanking/account.h>
#include <aqbanking/transaction.h>
#ifdef __cplusplus
extern "C" {
#endif
/** @name Constructing, Destroying, Attaching
*
* Actually this group does not contain a constructor since you never
* create an AB_JOB directly. You rather create a derived job (e.g. by using
* @ref AB_JobGetBalance_new).
*/
/*@{*/
AQBANKING_API
void AB_Job_free(AB_JOB *j);
AQBANKING_API
void AB_Job_Attach(AB_JOB *j);
/*@}*/
/** @name Informational Functions
*
*/
/*@{*/
/**
* Every created job gets an unique id. This allows any application to
* identify a specific job. However, unique ids are assigned when they get
* enqueued (i.e. by calling @ref AB_Banking_EnqueueJob).
*/
AQBANKING_API
uint32_t AB_Job_GetJobId(const AB_JOB *j);
/**
* Returns the name of the application which created this job.
*/
AQBANKING_API
const char *AB_Job_GetCreatedBy(const AB_JOB *j);
/**
* Returns a GWEN_DB_NODE which can be used to store/retrieve data for
* the currently running application. The group returned MUST NOT be
* freed !
* AqBanking is able to separate and store the data for every application.
*/
AQBANKING_API
GWEN_DB_NODE *AB_Job_GetAppData(AB_JOB *j);
/**
* Not all jobs have to be supported by every backend. The application needs
* to know whether a job actually @b is supported, and this is done by calling
* this function. It returns the error code (see @ref AB_ERROR) returned
* by the backend when asked to check for this job.
*/
AQBANKING_API
int AB_Job_CheckAvailability(AB_JOB *j);
/**
* Returns the status of this job.
*/
AQBANKING_API
AB_JOB_STATUS AB_Job_GetStatus(const AB_JOB *j);
AQBANKING_API
void AB_Job_SetStatus(AB_JOB *j, AB_JOB_STATUS st);
/**
* Returns the time when the status of this job changed last.
*/
AQBANKING_API
const GWEN_TIME *AB_Job_GetLastStatusChange(const AB_JOB *j);
/**
* Returns the job type.
*/
AQBANKING_API
AB_JOB_TYPE AB_Job_GetType(const AB_JOB *j);
/**
* Every job is linked to a single account to operate on.
*/
AQBANKING_API
AB_ACCOUNT *AB_Job_GetAccount(const AB_JOB *j);
/**
* Returns a text result provided by the backend upon execution of this
* job. This should only be presented to the user when there is no other
* way to determine the result (e.g. no log etc).
*/
AQBANKING_API
const char *AB_Job_GetResultText(const AB_JOB *j);
AQBANKING_API
const char *AB_Job_GetUsedTan(const AB_JOB *j);
/*@}*/
/** @name Transaction Functions
*
*/
/*@{*/
AQBANKING_API
int AB_Job_SetTransaction(AB_JOB *j, const AB_TRANSACTION *t);
AQBANKING_API
AB_TRANSACTION *AB_Job_GetTransaction(const AB_JOB *j);
AQBANKING_API
const AB_TRANSACTION_LIMITS *AB_Job_GetFieldLimits(AB_JOB *j);
AQBANKING_API
void AB_Job_SetFieldLimits(AB_JOB *j, AB_TRANSACTION_LIMITS *limits);
/*@}*/
/** @name Helper Functions
*
*/
/*@{*/
/**
* Transforms the given status code into a string.
*/
AQBANKING_API
const char *AB_Job_Status2Char(AB_JOB_STATUS i);
/**
* Transforms the given string into a job status code.
*/
AQBANKING_API
AB_JOB_STATUS AB_Job_Char2Status(const char *s);
/**
* Transforms the given job type into a string.
*/
AQBANKING_API
const char *AB_Job_Type2Char(AB_JOB_TYPE i);
/**
* Transforms the given string into a job type.
*/
AQBANKING_API
AB_JOB_TYPE AB_Job_Char2Type(const char *s);
/**
* Transforms the given job type into a localized string which can be
* presented to the user.
*/
AQBANKING_API
const char *AB_Job_Type2LocalChar(AB_JOB_TYPE i);
AQBANKING_API
GWEN_TIME *AB_Job_DateFromDb(GWEN_DB_NODE *db, const char *name);
AQBANKING_API
void AB_Job_DateOnlyToDb(const GWEN_TIME *ti,
GWEN_DB_NODE *db,
const char *name);
AQBANKING_API
GWEN_TIME *AB_Job_DateOnlyFromDb(GWEN_DB_NODE *db, const char *name);
AQBANKING_API
void AB_Job_DateToDb(const GWEN_TIME *ti, GWEN_DB_NODE *db, const char *name);
/*@}*/
/** @name Logging Functions
*
* AqBanking logs every activity on a job. These logs can be usefull when
* something went wrong.
* If a job performs without problems most of the logs are removed from the
* job because otherwise the jobs would fill up your disk space.
*/
/*@{*/
AQBANKING_API
void AB_Job_Log(AB_JOB *j,
GWEN_LOGGER_LEVEL ll,
const char *who,
const char *txt);
/**
* Returns a string list containing the logs of the job. Each entry of that
* string list contains the date/time, loglevel, source and text.
* The caller becomes the owner of the returned object (if any), please call
* @ref GWEN_StringList_free on it to avoid memory leaks.
*/
AQBANKING_API
GWEN_STRINGLIST *AB_Job_GetLogs(const AB_JOB *j);
/*@}*/
/*@}*/ /* defgroup */
#ifdef __cplusplus
}
#endif
#endif /* AQBANKING_JOB_H */
|