TOMASuplReportingCriteria Class Reference

class TOMASuplReportingCriteria
Class for providing the reporting criteria for reporting epos_comasuplasnplugin.lib
Since
S60 S60_5.2

Constructor & Destructor Documentation

TOMASuplReportingCriteria()

IMPORT_C TOMASuplReportingCriteria ( )

Member Functions Documentation

GetNumOfreports()

IMPORT_C TInt32 GetNumOfreports ( )
Getter method for number of reports
Since
S60 S60_5.2

GetTimeWindow(TOMASuplTimeWindow &)

IMPORT_C TInt GetTimeWindow ( TOMASuplTimeWindow & aTimeWindow )
Getter method for TOMASuplTimeWindow
Since
S60 S60_5.2

Parameters

TOMASuplTimeWindow & aTimeWindow Time window that is set for reporting criteria.

GrtMinTimeInt()

IMPORT_C TInt32 GrtMinTimeInt ( )
Getter method for minimum time interval
Since
S60 S60_5.2

SetMinTimeInt(TInt32)

IMPORT_C void SetMinTimeInt ( TInt32 aMintTime )
Setter method for minimum interval time
Since
S60 S60_5.2

Parameters

TInt32 aMintTime

SetNumOfreports(TInt32)

IMPORT_C void SetNumOfreports ( TInt32 aMaxRepNum )
Setter method for number of reports
Since
S60 S60_5.2

Parameters

TInt32 aMaxRepNum value to be set as maximum number of reports

SetTimeWindow(TOMASuplTimeWindow)

IMPORT_C void SetTimeWindow ( TOMASuplTimeWindow aTimeWindow )
Setter method for TOMASuplTimeWindow
Since
S60 S60_5.2

Parameters

TOMASuplTimeWindow aTimeWindow Time window to set for reporting criteria.

Member Data Documentation

TInt32 iMaxNumberofReports

TInt32 iMaxNumberofReports [private]

TInt32 iMinTimeInterval

TInt32 iMinTimeInterval [private]

TInt iOptionalMask

TInt iOptionalMask [private]

TOMASuplTimeWindow iTimeWindow

TOMASuplTimeWindow iTimeWindow [private]