messagingapp/msgappfw/server/inc/ccsconversationcache.h
changeset 52 12db4185673b
parent 44 36f374c67aa8
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    72      */
    72      */
    73     void
    73     void
    74             GetConversationListL(
    74             GetConversationListL(
    75                                  RPointerArray<CCsClientConversation>* aClientConversationList);
    75                                  RPointerArray<CCsClientConversation>* aClientConversationList);
    76 
    76 
       
    77 /**
       
    78      * GetConversationsL
       
    79      * Gets the Conversation Entries of a given Client Conversation
       
    80      * 
       
    81      * @param aClientConversation object of CCsClientConversation
       
    82      * for which the Converstion entries needs to be fetched
       
    83      * @param aConversationEntryList list of CCsConversationEntries
       
    84 	 * @param aKnownIndex - last message index of client total messages.
       
    85 	 * @param aPageSize  - Number of messages need to be fetched.
       
    86 	 * @param aTotalConversationCount - Has total number of message count                    
       
    87      */    
       
    88     void GetConversationsL(
       
    89             const CCsClientConversation*  aClientConversation, 
       
    90             RPointerArray<CCsConversationEntry>* aConversationEntryList,
       
    91             TInt aKnownIndex, TInt aPageSize,
       
    92             TInt& aTotalConversationCount);
       
    93 
    77     /**
    94     /**
    78      * GetConversationUnreadListL
    95      * GetConversationUnreadListL
    79      * Get Conversation list with contact details and unread conversation
    96      * Get Conversation list with contact details and unread conversation
    80      * for all stored conversations
    97      * for all stored conversations
    81      * This API can be used to prepare conversation list
    98      * This API can be used to prepare conversation list