Exemple #1
0
        //
        // Retrieve all messages belonging to a user
        //
        public ReadResponseMessage fetchUserMessages(String user)
        {
            ReadResponseMessage response = messageDao.fetchUserMessages(user);

            return(response);
        }