You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Erel Segal (JIRA)" <ji...@apache.org> on 2008/07/03 16:44:45 UTC

[jira] Updated: (SHINDIG-426) Wrong function name in call to messages service; and MessagesService class missing

     [ https://issues.apache.org/jira/browse/SHINDIG-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erel Segal updated SHINDIG-426:
-------------------------------

       Priority: Major  (was: Minor)
    Description: 
In OpenSocialDataHandler, there is a call to:
		$this->messagesHandler->sendMessage($peopleIds, $message, $request->getToken());

But in BasicMessagesService , there is no such function - the function is called createMessage.

Additionally, I think there should be a file shindig/php/src/socialdata/opensocial/MessagesService.php that contains an abstract class MessagesService , and  the class BasicMessagesService should inherit from it. Just like the other 3 services (ActivitiesService, DataService, PeopleService).



  was:
I think there should be a file shindig/php/src/socialdata/opensocial/MessagesService.php that contains an abstract class MessagesService , and  the class BasicMessagesService should inherit from it. Just like the other 3 services (ActivitiesService, DataService, PeopleService).


     Issue Type: Bug  (was: Improvement)
        Summary: Wrong function name in call to messages service; and MessagesService class missing  (was: MessagesService.php missing?)

> Wrong function name in call to messages service; and MessagesService class missing
> ----------------------------------------------------------------------------------
>
>                 Key: SHINDIG-426
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-426
>             Project: Shindig
>          Issue Type: Bug
>          Components: RESTful API (PHP)
>            Reporter: Erel Segal
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> In OpenSocialDataHandler, there is a call to:
> 		$this->messagesHandler->sendMessage($peopleIds, $message, $request->getToken());
> But in BasicMessagesService , there is no such function - the function is called createMessage.
> Additionally, I think there should be a file shindig/php/src/socialdata/opensocial/MessagesService.php that contains an abstract class MessagesService , and  the class BasicMessagesService should inherit from it. Just like the other 3 services (ActivitiesService, DataService, PeopleService).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.