aqbanking
5.0.22
|
#include <gwenhywfar/db.h>
#include <gwenhywfar/misc.h>
#include <gwenhywfar/list2.h>
#include <gwenhywfar/types.h>
#include <aqbanking/error.h>
#include <aqbanking/value.h>
Go to the source code of this file.
typedef struct AB_CELLPHONE_PRODUCT AB_CELLPHONE_PRODUCT |
Definition at line 83 of file cellphoneproduct.h.
void AB_CellPhoneProduct_Attach | ( | AB_CELLPHONE_PRODUCT * | st | ) |
Increments the usage counter of the given object, so an additional free() is needed to destroy the object.
AB_CELLPHONE_PRODUCT* AB_CellPhoneProduct_dup | ( | const AB_CELLPHONE_PRODUCT * | st | ) |
Creates and returns a deep copy of thegiven object.
void AB_CellPhoneProduct_free | ( | AB_CELLPHONE_PRODUCT * | st | ) |
Destroys the given object.
AB_CELLPHONE_PRODUCT* AB_CellPhoneProduct_fromDb | ( | GWEN_DB_NODE * | db | ) |
Creates an object from the data in the given GWEN_DB_NODE
int AB_CellPhoneProduct_GetAllowFreeValue | ( | const AB_CELLPHONE_PRODUCT * | el | ) |
Returns the property AB_CELLPHONE_PRODUCT_AllowFreeValue
const char* AB_CellPhoneProduct_GetId | ( | const AB_CELLPHONE_PRODUCT * | el | ) |
Returns the property AB_CELLPHONE_PRODUCT_Id
const AB_VALUE* AB_CellPhoneProduct_GetMaximumValue | ( | const AB_CELLPHONE_PRODUCT * | el | ) |
Returns the property AB_CELLPHONE_PRODUCT_MaximumValue
const AB_VALUE* AB_CellPhoneProduct_GetMinimumValue | ( | const AB_CELLPHONE_PRODUCT * | el | ) |
Returns the property AB_CELLPHONE_PRODUCT_MinimumValue
const char* AB_CellPhoneProduct_GetProductName | ( | const AB_CELLPHONE_PRODUCT * | el | ) |
Returns the property AB_CELLPHONE_PRODUCT_ProductName
const char* AB_CellPhoneProduct_GetProviderName | ( | const AB_CELLPHONE_PRODUCT * | el | ) |
Returns the property AB_CELLPHONE_PRODUCT_ProviderName
AB_VALUE_LIST* AB_CellPhoneProduct_GetValues | ( | const AB_CELLPHONE_PRODUCT * | el | ) |
Returns the property AB_CELLPHONE_PRODUCT_Values
int AB_CellPhoneProduct_IsModified | ( | const AB_CELLPHONE_PRODUCT * | st | ) |
Returns 0 if this object has not been modified, !=0 otherwise
void AB_CellPhoneProduct_List2_freeAll | ( | AB_CELLPHONE_PRODUCT_LIST2 * | stl | ) |
Destroys all objects stored in the given LIST2 and the list itself
AB_CELLPHONE_PRODUCT* AB_CellPhoneProduct_new | ( | void | ) |
Creates a new object.
int AB_CellPhoneProduct_ReadDb | ( | AB_CELLPHONE_PRODUCT * | st, |
GWEN_DB_NODE * | db | ||
) |
Reads data from a GWEN_DB.
void AB_CellPhoneProduct_SetAllowFreeValue | ( | AB_CELLPHONE_PRODUCT * | el, |
int | d | ||
) |
Set the property AB_CELLPHONE_PRODUCT_AllowFreeValue
void AB_CellPhoneProduct_SetId | ( | AB_CELLPHONE_PRODUCT * | el, |
const char * | d | ||
) |
Set the property AB_CELLPHONE_PRODUCT_Id
void AB_CellPhoneProduct_SetMaximumValue | ( | AB_CELLPHONE_PRODUCT * | el, |
const AB_VALUE * | d | ||
) |
Set the property AB_CELLPHONE_PRODUCT_MaximumValue
void AB_CellPhoneProduct_SetMinimumValue | ( | AB_CELLPHONE_PRODUCT * | el, |
const AB_VALUE * | d | ||
) |
Set the property AB_CELLPHONE_PRODUCT_MinimumValue
void AB_CellPhoneProduct_SetModified | ( | AB_CELLPHONE_PRODUCT * | st, |
int | i | ||
) |
Sets the modified state of the given object
void AB_CellPhoneProduct_SetProductName | ( | AB_CELLPHONE_PRODUCT * | el, |
const char * | d | ||
) |
Set the property AB_CELLPHONE_PRODUCT_ProductName
void AB_CellPhoneProduct_SetProviderName | ( | AB_CELLPHONE_PRODUCT * | el, |
const char * | d | ||
) |
Set the property AB_CELLPHONE_PRODUCT_ProviderName
void AB_CellPhoneProduct_SetValues | ( | AB_CELLPHONE_PRODUCT * | el, |
AB_VALUE_LIST * | d | ||
) |
Set the property AB_CELLPHONE_PRODUCT_Values
int AB_CellPhoneProduct_toDb | ( | const AB_CELLPHONE_PRODUCT * | st, |
GWEN_DB_NODE * | db | ||
) |
Stores an object in the given GWEN_DB_NODE