@Component(value="personService") public class PersonServiceImpl extends AbstractRestDelegationService implements PersonService
PersonService connecting to the EngineBlock
PHP endpointUTF_8ALL_FILTER, HAS_APP_FILTER, IS_WITH_FRIENDS_FILTER, TOP_FRIENDS_FILTER, TOP_FRIENDS_SORT| Constructor and Description |
|---|
PersonServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Future<org.apache.shindig.protocol.RestfulCollection<Person>> |
getPeople(Set<UserId> userIds,
GroupId groupId,
CollectionOptions collectionOptions,
Set<String> fields,
org.apache.shindig.auth.SecurityToken token) |
Future<Person> |
getPerson(UserId id,
Set<String> fields,
org.apache.shindig.auth.SecurityToken token) |
void |
setErrorMessageMailer(nl.surfnet.coin.shared.service.ErrorMessageMailer errorMessageMailer) |
protected void |
setGroupService(GroupService groupService) |
void |
setOpenSocialId(OpenSocialValidator openSocialValidator) |
executeHttpGet, getEnvironment, getObjectMapper, getServiceProviderContext, getVirtualOrganizationContext, logApiCall, setEnvironment, setHttpClientProvider, setLogServicepublic Future<org.apache.shindig.protocol.RestfulCollection<Person>> getPeople(Set<UserId> userIds, GroupId groupId, CollectionOptions collectionOptions, Set<String> fields, org.apache.shindig.auth.SecurityToken token) throws org.apache.shindig.protocol.ProtocolException
getPeople in interface PersonServiceorg.apache.shindig.protocol.ProtocolExceptionpublic Future<Person> getPerson(UserId id, Set<String> fields, org.apache.shindig.auth.SecurityToken token) throws org.apache.shindig.protocol.ProtocolException
getPerson in interface PersonServiceorg.apache.shindig.protocol.ProtocolExceptionpublic void setOpenSocialId(OpenSocialValidator openSocialValidator)
openSocialValidator - the openSocialId to setpublic void setErrorMessageMailer(nl.surfnet.coin.shared.service.ErrorMessageMailer errorMessageMailer)
protected void setGroupService(GroupService groupService)
groupService - the groupService to setCopyright © 2007-2012. All Rights Reserved.