|
aqbanking
5.7.8
|
#include <gwenhywfar/db.h>#include <gwenhywfar/misc.h>#include <gwenhywfar/list2.h>#include <gwenhywfar/types.h>#include <aqbanking/value.h>#include <aqbanking/transactionlimits.h>Go to the source code of this file.
Typedefs | |
| typedef struct AB_EUTRANSFER_INFO | AB_EUTRANSFER_INFO |
| typedef struct AB_EUTRANSFER_INFO AB_EUTRANSFER_INFO |
Definition at line 50 of file eutransferinfo.h.
| void AB_EuTransferInfo_Attach | ( | AB_EUTRANSFER_INFO * | st | ) |
Increments the usage counter of the given object, so an additional free() is needed to destroy the object.
| AB_EUTRANSFER_INFO* AB_EuTransferInfo_dup | ( | const AB_EUTRANSFER_INFO * | st | ) |
Creates and returns a deep copy of thegiven object.
| void AB_EuTransferInfo_free | ( | AB_EUTRANSFER_INFO * | st | ) |
Destroys the given object.
| AB_EUTRANSFER_INFO* AB_EuTransferInfo_fromDb | ( | GWEN_DB_NODE * | db | ) |
Creates an object from the data in the given GWEN_DB_NODE
| const char* AB_EuTransferInfo_GetCountryCode | ( | const AB_EUTRANSFER_INFO * | el | ) |
Returns the property AB_EUTRANSFER_INFO_CountryCode
| const AB_TRANSACTION_LIMITS* AB_EuTransferInfo_GetFieldLimits | ( | const AB_EUTRANSFER_INFO * | el | ) |
Returns the property AB_EUTRANSFER_INFO_FieldLimits
| const AB_VALUE* AB_EuTransferInfo_GetLimitForeignValue | ( | const AB_EUTRANSFER_INFO * | el | ) |
Returns the property AB_EUTRANSFER_INFO_LimitForeignValue
| const AB_VALUE* AB_EuTransferInfo_GetLimitLocalValue | ( | const AB_EUTRANSFER_INFO * | el | ) |
Returns the property AB_EUTRANSFER_INFO_LimitLocalValue
| int AB_EuTransferInfo_IsModified | ( | const AB_EUTRANSFER_INFO * | st | ) |
Returns 0 if this object has not been modified, !=0 otherwise
| void AB_EuTransferInfo_List2_freeAll | ( | AB_EUTRANSFER_INFO_LIST2 * | stl | ) |
Destroys all objects stored in the given LIST2 and the list itself
| AB_EUTRANSFER_INFO_LIST* AB_EuTransferInfo_List_dup | ( | const AB_EUTRANSFER_INFO_LIST * | stl | ) |
| AB_EUTRANSFER_INFO* AB_EuTransferInfo_new | ( | void | ) |
Creates a new object.
| int AB_EuTransferInfo_ReadDb | ( | AB_EUTRANSFER_INFO * | st, |
| GWEN_DB_NODE * | db | ||
| ) |
Reads data from a GWEN_DB.
| void AB_EuTransferInfo_SetCountryCode | ( | AB_EUTRANSFER_INFO * | el, |
| const char * | d | ||
| ) |
Set the property AB_EUTRANSFER_INFO_CountryCode
| void AB_EuTransferInfo_SetFieldLimits | ( | AB_EUTRANSFER_INFO * | el, |
| const AB_TRANSACTION_LIMITS * | d | ||
| ) |
Set the property AB_EUTRANSFER_INFO_FieldLimits
| void AB_EuTransferInfo_SetLimitForeignValue | ( | AB_EUTRANSFER_INFO * | el, |
| const AB_VALUE * | d | ||
| ) |
Set the property AB_EUTRANSFER_INFO_LimitForeignValue
| void AB_EuTransferInfo_SetLimitLocalValue | ( | AB_EUTRANSFER_INFO * | el, |
| const AB_VALUE * | d | ||
| ) |
Set the property AB_EUTRANSFER_INFO_LimitLocalValue
| void AB_EuTransferInfo_SetModified | ( | AB_EUTRANSFER_INFO * | st, |
| int | i | ||
| ) |
Sets the modified state of the given object
| int AB_EuTransferInfo_toDb | ( | const AB_EUTRANSFER_INFO * | st, |
| GWEN_DB_NODE * | db | ||
| ) |
Stores an object in the given GWEN_DB_NODE
1.8.13