messagingapp/msgappfw/server/inc/ccsconversation.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 37 518b245aa84c
child 47 5b14749788d7
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
    66      * @param  aCsConversationEntryID Id to be set
    66      * @param  aCsConversationEntryID Id to be set
    67      */
    67      */
    68     void SetConversationId(TCsConversationEntryID aCsConversationEntryID);
    68     void SetConversationId(TCsConversationEntryID aCsConversationEntryID);
    69 
    69 
    70     /**
    70     /**
    71      * GetFirstName
    71      * GetDisplayName
    72      * Returns the first name of the Conversation
    72      * Returns the display name of the Conversation
    73      * 
    73      * 
    74      * @return First name of conversation
    74      * @return First name of conversation
    75      */
    75      */
    76     HBufC* GetFirstName() const;
    76     HBufC* GetDisplayName() const;
    77 
       
    78     /**
       
    79      * GetLastName
       
    80      * Returns the last name of this Conversation
       
    81      * 
       
    82      * @return last name of conversation
       
    83      */
       
    84     HBufC* GetLastName() const;
       
    85 
       
    86     /**
       
    87      * GetNickName
       
    88      * Returns the nick name of this Conversation
       
    89      * 
       
    90      * @return nick name of conversation
       
    91      */
       
    92     HBufC* GetNickName() const;
       
    93 
    77 
    94     /**
    78     /**
    95      * GetContactId
    79      * GetContactId
    96      * Returns the contact Id of this conversation,
    80      * Returns the contact Id of this conversation,
    97      * from which the contact information can be fetched.
    81      * from which the contact information can be fetched.
    98      * 
    82      * 
    99      * @return - integer type contact Id
    83      * @return - integer type contact Id
   100      */
    84      */
       
    85     
   101     TInt32 GetContactId() const;
    86     TInt32 GetContactId() const;
   102 
    87 
   103     /**
    88     /**
   104      * GetLatestEntryL
    89      * GetLatestEntryL
   105      * This function shall return the latest Conversation Entry
    90      * This function shall return the latest Conversation Entry
   150      * 
   135      * 
   151      * @param aContactId Contact id
   136      * @param aContactId Contact id
   152      * @param aFirstName first name
   137      * @param aFirstName first name
   153      * @param aLastName last name
   138      * @param aLastName last name
   154      */
   139      */
   155     void AddContactDetailsL(TInt32 aContactId, const TDesC& aFirstName,
   140     void AddContactDetailsL(
   156                             const TDesC& aLastName, const TDesC& aNickName);
   141             TInt32 aContactId, 
       
   142             const TDesC& aDisplayName);
   157 
   143 
   158     /**
   144     /**
   159      * AddContactDetailsL
   145      * AddContactDetailsL
   160      * Over loaded method 
   146      * Over loaded method 
   161      * Add contact Number for the conversation
   147      * Add contact Number for the conversation