aqbanking  5.7.8
Typedefs | Functions
cellphoneproduct.h File Reference
#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.

Typedefs

typedef struct AB_CELLPHONE_PRODUCT AB_CELLPHONE_PRODUCT
 

Functions

AB_CELLPHONE_PRODUCT_LISTAB_CellPhoneProduct_List_dup (const AB_CELLPHONE_PRODUCT_LIST *stl)
 
void AB_CellPhoneProduct_List2_freeAll (AB_CELLPHONE_PRODUCT_LIST2 *stl)
 
AB_CELLPHONE_PRODUCTAB_CellPhoneProduct_new (void)
 
AB_CELLPHONE_PRODUCTAB_CellPhoneProduct_fromDb (GWEN_DB_NODE *db)
 
AB_CELLPHONE_PRODUCTAB_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_VALUEAB_CellPhoneProduct_GetMinimumValue (const AB_CELLPHONE_PRODUCT *el)
 
void AB_CellPhoneProduct_SetMinimumValue (AB_CELLPHONE_PRODUCT *el, const AB_VALUE *d)
 
const AB_VALUEAB_CellPhoneProduct_GetMaximumValue (const AB_CELLPHONE_PRODUCT *el)
 
void AB_CellPhoneProduct_SetMaximumValue (AB_CELLPHONE_PRODUCT *el, const AB_VALUE *d)
 
AB_VALUE_LISTAB_CellPhoneProduct_GetValues (const AB_CELLPHONE_PRODUCT *el)
 
void AB_CellPhoneProduct_SetValues (AB_CELLPHONE_PRODUCT *el, AB_VALUE_LIST *d)
 

Typedef Documentation

◆ AB_CELLPHONE_PRODUCT

Definition at line 77 of file cellphoneproduct.h.

Function Documentation

◆ AB_CellPhoneProduct_Attach()

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_CellPhoneProduct_dup()

AB_CELLPHONE_PRODUCT* AB_CellPhoneProduct_dup ( const AB_CELLPHONE_PRODUCT st)

Creates and returns a deep copy of thegiven object.

◆ AB_CellPhoneProduct_free()

void AB_CellPhoneProduct_free ( AB_CELLPHONE_PRODUCT st)

Destroys the given object.

◆ AB_CellPhoneProduct_fromDb()

AB_CELLPHONE_PRODUCT* AB_CellPhoneProduct_fromDb ( GWEN_DB_NODE *  db)

Creates an object from the data in the given GWEN_DB_NODE

◆ AB_CellPhoneProduct_GetAllowFreeValue()

int AB_CellPhoneProduct_GetAllowFreeValue ( const AB_CELLPHONE_PRODUCT el)

◆ AB_CellPhoneProduct_GetId()

const char* AB_CellPhoneProduct_GetId ( const AB_CELLPHONE_PRODUCT el)

Returns the property AB_CELLPHONE_PRODUCT_Id

◆ AB_CellPhoneProduct_GetMaximumValue()

const AB_VALUE* AB_CellPhoneProduct_GetMaximumValue ( const AB_CELLPHONE_PRODUCT el)

Returns the property AB_CELLPHONE_PRODUCT_MaximumValue

◆ AB_CellPhoneProduct_GetMinimumValue()

const AB_VALUE* AB_CellPhoneProduct_GetMinimumValue ( const AB_CELLPHONE_PRODUCT el)

Returns the property AB_CELLPHONE_PRODUCT_MinimumValue

◆ AB_CellPhoneProduct_GetProductName()

const char* AB_CellPhoneProduct_GetProductName ( const AB_CELLPHONE_PRODUCT el)

Returns the property AB_CELLPHONE_PRODUCT_ProductName

◆ AB_CellPhoneProduct_GetProviderName()

const char* AB_CellPhoneProduct_GetProviderName ( const AB_CELLPHONE_PRODUCT el)

Returns the property AB_CELLPHONE_PRODUCT_ProviderName

◆ AB_CellPhoneProduct_GetValues()

AB_VALUE_LIST* AB_CellPhoneProduct_GetValues ( const AB_CELLPHONE_PRODUCT el)

Returns the property AB_CELLPHONE_PRODUCT_Values

◆ AB_CellPhoneProduct_IsModified()

int AB_CellPhoneProduct_IsModified ( const AB_CELLPHONE_PRODUCT st)

Returns 0 if this object has not been modified, !=0 otherwise

◆ AB_CellPhoneProduct_List2_freeAll()

void AB_CellPhoneProduct_List2_freeAll ( AB_CELLPHONE_PRODUCT_LIST2 stl)

Destroys all objects stored in the given LIST2 and the list itself

◆ AB_CellPhoneProduct_List_dup()

AB_CELLPHONE_PRODUCT_LIST* AB_CellPhoneProduct_List_dup ( const AB_CELLPHONE_PRODUCT_LIST stl)

◆ AB_CellPhoneProduct_new()

AB_CELLPHONE_PRODUCT* AB_CellPhoneProduct_new ( void  )

Creates a new object.

◆ AB_CellPhoneProduct_ReadDb()

int AB_CellPhoneProduct_ReadDb ( AB_CELLPHONE_PRODUCT st,
GWEN_DB_NODE *  db 
)

Reads data from a GWEN_DB.

◆ AB_CellPhoneProduct_SetAllowFreeValue()

void AB_CellPhoneProduct_SetAllowFreeValue ( AB_CELLPHONE_PRODUCT el,
int  d 
)

◆ AB_CellPhoneProduct_SetId()

void AB_CellPhoneProduct_SetId ( AB_CELLPHONE_PRODUCT el,
const char *  d 
)

Set the property AB_CELLPHONE_PRODUCT_Id

◆ AB_CellPhoneProduct_SetMaximumValue()

void AB_CellPhoneProduct_SetMaximumValue ( AB_CELLPHONE_PRODUCT el,
const AB_VALUE d 
)

◆ AB_CellPhoneProduct_SetMinimumValue()

void AB_CellPhoneProduct_SetMinimumValue ( AB_CELLPHONE_PRODUCT el,
const AB_VALUE d 
)

◆ AB_CellPhoneProduct_SetModified()

void AB_CellPhoneProduct_SetModified ( AB_CELLPHONE_PRODUCT st,
int  i 
)

Sets the modified state of the given object

◆ AB_CellPhoneProduct_SetProductName()

void AB_CellPhoneProduct_SetProductName ( AB_CELLPHONE_PRODUCT el,
const char *  d 
)

◆ AB_CellPhoneProduct_SetProviderName()

void AB_CellPhoneProduct_SetProviderName ( AB_CELLPHONE_PRODUCT el,
const char *  d 
)

◆ AB_CellPhoneProduct_SetValues()

void AB_CellPhoneProduct_SetValues ( AB_CELLPHONE_PRODUCT el,
AB_VALUE_LIST d 
)

Set the property AB_CELLPHONE_PRODUCT_Values

◆ AB_CellPhoneProduct_toDb()

int AB_CellPhoneProduct_toDb ( const AB_CELLPHONE_PRODUCT st,
GWEN_DB_NODE *  db 
)

Stores an object in the given GWEN_DB_NODE