class CMsvSearchSortQuery : public CBase |
Class: CMsvSearchSortQuery
CMsvSearchSortQuery is used to create Searchsort Query
Public Member Functions | |
---|---|
~CMsvSearchSortQuery() | |
IMPORT_C void | AddSearchOptionL(TMsvMessagePart, const TDesC &, TMsvRelationOp) |
IMPORT_C void | AddSearchOptionL(TMsvMessagePart, const TInt, TMsvRelationOp) |
IMPORT_C void | AddSearchOptionL(TMsvMessagePart, TBool) |
IMPORT_C void | AddSortOptionL(TMsvMessagePart, TMsvSortOrder) |
IMPORT_C CMsvSearchSortQuery * | NewL() |
IMPORT_C CMsvSearchSortQuery * | NewLC() |
IMPORT_C void | SetCaseSensitiveOption(TBool) |
IMPORT_C void | SetParentId(const TMsvId) |
IMPORT_C void | SetResultType(TMsvSearchSortResultType) |
IMPORT_C void | SetSubFolderSearch(TBool) |
IMPORT_C void | SetWholeWord(TBool) |
IMPORT_C void | SetWildCardSearch(TBool) |
IMPORT_C void | AddSearchOptionL | ( | TMsvMessagePart | aMsgPart, |
const TDesC & | aQueryDesValue, | |||
TMsvRelationOp | aRelOp | |||
) |
TMsvMessagePart aMsgPart | |
const TDesC & aQueryDesValue | |
TMsvRelationOp aRelOp |
IMPORT_C void | AddSearchOptionL | ( | TMsvMessagePart | aMsgPart, |
const TInt | aQueryIntValue, | |||
TMsvRelationOp | aRelOp | |||
) |
TMsvMessagePart aMsgPart | |
const TInt aQueryIntValue | |
TMsvRelationOp aRelOp |
IMPORT_C void | AddSearchOptionL | ( | TMsvMessagePart | aMsgPart, |
TBool | aMessagePartFlagStatus | |||
) |
TMsvMessagePart aMsgPart | |
TBool aMessagePartFlagStatus |
IMPORT_C void | AddSortOptionL | ( | TMsvMessagePart | aMessagePart, |
TMsvSortOrder | aSortOder | |||
) |
TMsvMessagePart aMessagePart | |
TMsvSortOrder aSortOder |
IMPORT_C void | SetCaseSensitiveOption | ( | TBool | aCaseSensitive | ) |
TBool aCaseSensitive |
IMPORT_C void | SetParentId | ( | const TMsvId | aParentId | ) |
const TMsvId aParentId |
IMPORT_C void | SetResultType | ( | TMsvSearchSortResultType | aResultType | ) |
TMsvSearchSortResultType aResultType |
IMPORT_C void | SetSubFolderSearch | ( | TBool | aSubFolderSearch | ) |
TBool aSubFolderSearch |
TBool | ValidateMessagePartAgainstEMsvEqualOperator | ( | TMsvMessagePart | aMessagePart | ) | [private] |
TMsvMessagePart aMessagePart |
TBool | ValidateMessagePartAgainstRelationOp | ( | TMsvRelationOp | aRelationOp | ) | [private] |
TMsvRelationOp aRelationOp |
TInt | ValidateQueryString | ( | TMsvMessagePart | aMsgPart, |
const TDesC & | aQueryString, | |||
TMsvRelationOp | aRelOp | |||
) | [private] |
TMsvMessagePart aMsgPart | |
const TDesC & aQueryString | |
TMsvRelationOp aRelOp |
TMsvSearchSortResultType | iSearchSortResultType | [private] |