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

Member Functions Documentation

GetNumOfreports()

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

GetTimeWindow(TOMASuplTimeWindow &)

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

Parameters

TOMASuplTimeWindow & aTimeWindowTime window that is set for reporting criteria.

GrtMinTimeInt()

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

SetMinTimeInt(TInt32)

IMPORT_C voidSetMinTimeInt(TInt32aMintTime)
Setter method for minimum interval time
Since
S60 S60_5.2

Parameters

TInt32 aMintTime

SetNumOfreports(TInt32)

IMPORT_C voidSetNumOfreports(TInt32aMaxRepNum)
Setter method for number of reports
Since
S60 S60_5.2

Parameters

TInt32 aMaxRepNumvalue to be set as maximum number of reports

SetTimeWindow(TOMASuplTimeWindow)

IMPORT_C voidSetTimeWindow(TOMASuplTimeWindowaTimeWindow)
Setter method for TOMASuplTimeWindow
Since
S60 S60_5.2

Parameters

TOMASuplTimeWindow aTimeWindowTime 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]