Pbk2FieldPropertiesFactory Class Reference

class Pbk2FieldPropertiesFactory

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

MPbk2FieldPropertyArray

Public Member Functions
IMPORT_C MPbk2FieldPropertyArray *CreateL(const MVPbkFieldTypeList &, RFs *)
IMPORT_C MPbk2FieldPropertyArray *CreateLC(const MVPbkFieldTypeList &, RFs *)

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 & aSupportedFieldTypeListA list of Virtual Phonebook field types. Pass the master field type list to have all the properties loaded.
RFs * aRFs = NULLA 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 & aSupportedFieldTypeListA list of Virtual Phonebook field types. Pass the master field type list to have all the properties loaded.
RFs * aRFs = NULLA file system session reference for reading resources. If NULL then own session is created.