|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.opensocial.service.ExoService
public class ExoService
Created by IntelliJ IDEA. User: jeremi Date: Oct 13, 2008 Time: 7:58:29 PM
| Constructor Summary | |
|---|---|
ExoService()
|
|
| Method Summary | |
|---|---|
protected List<org.exoplatform.social.core.identity.model.Identity> |
getFriendsList(org.exoplatform.social.core.identity.model.Identity id,
org.apache.shindig.auth.SecurityToken token)
Gets the friends list. |
protected String |
getHost(org.apache.shindig.auth.SecurityToken st)
|
protected org.exoplatform.social.core.identity.model.Identity |
getIdentity(String id,
boolean loadProfile,
org.apache.shindig.auth.SecurityToken st)
|
protected org.exoplatform.social.core.identity.model.Identity |
getIdentity(String id,
org.apache.shindig.auth.SecurityToken st)
Gets the identity. |
protected Set<org.exoplatform.social.core.identity.model.Identity> |
getIdSet(Set<org.apache.shindig.social.opensocial.spi.UserId> users,
org.apache.shindig.social.opensocial.spi.GroupId group,
org.apache.shindig.auth.SecurityToken token)
Get the set of user id's for a set of users and a group. |
protected Set<org.exoplatform.social.core.identity.model.Identity> |
getIdSet(org.apache.shindig.social.opensocial.spi.UserId user,
org.apache.shindig.social.opensocial.spi.GroupId group,
org.apache.shindig.auth.SecurityToken token)
Get the set of user id's from a user and group. |
protected org.exoplatform.container.PortalContainer |
getPortalContainer(org.apache.shindig.auth.SecurityToken st)
|
protected String |
getPortalOwner(org.apache.shindig.auth.SecurityToken st)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExoService()
| Method Detail |
|---|
protected Set<org.exoplatform.social.core.identity.model.Identity> getIdSet(org.apache.shindig.social.opensocial.spi.UserId user,
org.apache.shindig.social.opensocial.spi.GroupId group,
org.apache.shindig.auth.SecurityToken token)
throws Exception
user - the usergroup - the grouptoken - the token
Exception - the exception
protected List<org.exoplatform.social.core.identity.model.Identity> getFriendsList(org.exoplatform.social.core.identity.model.Identity id,
org.apache.shindig.auth.SecurityToken token)
throws Exception
id - the id
Exception - the exception
protected Set<org.exoplatform.social.core.identity.model.Identity> getIdSet(Set<org.apache.shindig.social.opensocial.spi.UserId> users,
org.apache.shindig.social.opensocial.spi.GroupId group,
org.apache.shindig.auth.SecurityToken token)
throws Exception
users - the usersgroup - the grouptoken - the token
Exception - the exception
protected org.exoplatform.social.core.identity.model.Identity getIdentity(String id,
boolean loadProfile,
org.apache.shindig.auth.SecurityToken st)
throws Exception
Exception
protected org.exoplatform.social.core.identity.model.Identity getIdentity(String id,
org.apache.shindig.auth.SecurityToken st)
throws Exception
id - the id
Exception - the exceptionprotected org.exoplatform.container.PortalContainer getPortalContainer(org.apache.shindig.auth.SecurityToken st)
protected String getHost(org.apache.shindig.auth.SecurityToken st)
protected String getPortalOwner(org.apache.shindig.auth.SecurityToken st)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||