Pbk2FieldPropertiesFactory Class Reference

class Pbk2FieldPropertiesFactory

Phonebook 2 field properties factory. Pbk2FieldPropertiesFactory is responsible for creating field property arrays.

MPbk2FieldPropertyArray

Member Functions Documentation

CreateL(const MVPbkFieldTypeList &, RFs *)

IMPORT_C MPbk2FieldPropertyArray * CreateL ( const MVPbkFieldTypeList & aSupportedFieldTypeList,
RFs * aRFs = NULL
) [static]

Creates a new field property array.

Parameters

const MVPbkFieldTypeList & aSupportedFieldTypeList A list of Virtual Phonebook field types. Pass the master field type list to have all the properties loaded.
RFs * aRFs = NULL A file system session reference for reading resources. If NULL then own session is created.

CreateLC(const MVPbkFieldTypeList &, RFs *)

IMPORT_C MPbk2FieldPropertyArray * CreateLC ( const MVPbkFieldTypeList & aSupportedFieldTypeList,
RFs * aRFs = NULL
) [static]

Creates a new field property array.

Parameters

const MVPbkFieldTypeList & aSupportedFieldTypeList A list of Virtual Phonebook field types. Pass the master field type list to have all the properties loaded.
RFs * aRFs = NULL A file system session reference for reading resources. If NULL then own session is created.