#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.
|
AB_CELLPHONE_PRODUCT_LIST * | AB_CellPhoneProduct_List_dup (const AB_CELLPHONE_PRODUCT_LIST *stl) |
|
void | AB_CellPhoneProduct_List2_freeAll (AB_CELLPHONE_PRODUCT_LIST2 *stl) |
|
AB_CELLPHONE_PRODUCT * | AB_CellPhoneProduct_new (void) |
|
AB_CELLPHONE_PRODUCT * | AB_CellPhoneProduct_fromDb (GWEN_DB_NODE *db) |
|
AB_CELLPHONE_PRODUCT * | AB_CellPhoneProduct_dup (const AB_CELLPHONE_PRODUCT *st) |
|
void | AB_CellPhoneProduct_free (AB_CELLPHONE_PRODUCT *st) |
|
void | AB_CellPhoneProduct_Attach (AB_CELLPHONE_PRODUCT *st) |
|
int | AB_CellPhoneProduct_ReadDb (AB_CELLPHONE_PRODUCT *st, GWEN_DB_NODE *db) |
|
int | AB_CellPhoneProduct_toDb (const AB_CELLPHONE_PRODUCT *st, GWEN_DB_NODE *db) |
|
int | AB_CellPhoneProduct_IsModified (const AB_CELLPHONE_PRODUCT *st) |
|
void | AB_CellPhoneProduct_SetModified (AB_CELLPHONE_PRODUCT *st, int i) |
|
const char * | AB_CellPhoneProduct_GetId (const AB_CELLPHONE_PRODUCT *el) |
|
void | AB_CellPhoneProduct_SetId (AB_CELLPHONE_PRODUCT *el, const char *d) |
|
const char * | AB_CellPhoneProduct_GetProviderName (const AB_CELLPHONE_PRODUCT *el) |
|
void | AB_CellPhoneProduct_SetProviderName (AB_CELLPHONE_PRODUCT *el, const char *d) |
|
const char * | AB_CellPhoneProduct_GetProductName (const AB_CELLPHONE_PRODUCT *el) |
|
void | AB_CellPhoneProduct_SetProductName (AB_CELLPHONE_PRODUCT *el, const char *d) |
|
int | AB_CellPhoneProduct_GetAllowFreeValue (const AB_CELLPHONE_PRODUCT *el) |
|
void | AB_CellPhoneProduct_SetAllowFreeValue (AB_CELLPHONE_PRODUCT *el, int d) |
|
const AB_VALUE * | AB_CellPhoneProduct_GetMinimumValue (const AB_CELLPHONE_PRODUCT *el) |
|
void | AB_CellPhoneProduct_SetMinimumValue (AB_CELLPHONE_PRODUCT *el, const AB_VALUE *d) |
|
const AB_VALUE * | AB_CellPhoneProduct_GetMaximumValue (const AB_CELLPHONE_PRODUCT *el) |
|
void | AB_CellPhoneProduct_SetMaximumValue (AB_CELLPHONE_PRODUCT *el, const AB_VALUE *d) |
|
AB_VALUE_LIST * | AB_CellPhoneProduct_GetValues (const AB_CELLPHONE_PRODUCT *el) |
|
void | AB_CellPhoneProduct_SetValues (AB_CELLPHONE_PRODUCT *el, AB_VALUE_LIST *d) |
|
◆ AB_CELLPHONE_PRODUCT
◆ AB_CellPhoneProduct_Attach()
Increments the usage counter of the given object, so an additional free() is needed to destroy the object.
◆ AB_CellPhoneProduct_dup()
Creates and returns a deep copy of thegiven object.
◆ AB_CellPhoneProduct_free()
Destroys the given object.
◆ AB_CellPhoneProduct_fromDb()
Creates an object from the data in the given GWEN_DB_NODE
◆ AB_CellPhoneProduct_GetAllowFreeValue()
◆ AB_CellPhoneProduct_GetId()
◆ AB_CellPhoneProduct_GetMaximumValue()
◆ AB_CellPhoneProduct_GetMinimumValue()
◆ AB_CellPhoneProduct_GetProductName()
◆ AB_CellPhoneProduct_GetProviderName()
◆ AB_CellPhoneProduct_GetValues()
◆ AB_CellPhoneProduct_IsModified()
Returns 0 if this object has not been modified, !=0 otherwise
◆ AB_CellPhoneProduct_List2_freeAll()
Destroys all objects stored in the given LIST2 and the list itself
◆ AB_CellPhoneProduct_List_dup()
◆ AB_CellPhoneProduct_new()
◆ AB_CellPhoneProduct_ReadDb()
Reads data from a GWEN_DB.
◆ AB_CellPhoneProduct_SetAllowFreeValue()
◆ AB_CellPhoneProduct_SetId()
◆ AB_CellPhoneProduct_SetMaximumValue()
◆ AB_CellPhoneProduct_SetMinimumValue()
◆ AB_CellPhoneProduct_SetModified()
Sets the modified state of the given object
◆ AB_CellPhoneProduct_SetProductName()
◆ AB_CellPhoneProduct_SetProviderName()
◆ AB_CellPhoneProduct_SetValues()
◆ AB_CellPhoneProduct_toDb()
Stores an object in the given GWEN_DB_NODE