Pbk2FieldPropertiesFactory Class Reference

#include <app/Pbk2FieldPropertiesFactory.h>

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

Detailed Description

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

See also: MPbk2FieldPropertyArray

Member Function Documentation

CreateL ( const MVPbkFieldTypeList &, RFs * )

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

Creates a new field property array.

ParameterDescription
aSupportedFieldTypeListA list of Virtual Phonebook field types. Pass the master field type list to have all the properties loaded.
aRFsA file system session reference for reading resources. If NULL then own session is created.

Returns: Field property array.

CreateLC ( const MVPbkFieldTypeList &, RFs * )

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

Creates a new field property array.

ParameterDescription
aSupportedFieldTypeListA list of Virtual Phonebook field types. Pass the master field type list to have all the properties loaded.
aRFsA file system session reference for reading resources. If NULL then own session is created.

Returns: Field property array.