public interface SocialContextService
| Modifier and Type | Method and Description |
|---|---|
org.craftercms.profile.api.Profile |
addProfileToContext(String profileId,
String contextId,
String[] roles) |
SocialContext |
createNewContext(String contextName) |
Iterable<SocialContext> |
getAllContexts() |
org.craftercms.profile.api.Profile |
removeProfileFromContext(String contextId,
String profileId) |
Iterable<SocialContext> getAllContexts() throws SocialException
SocialExceptionSocialContext createNewContext(String contextName) throws SocialException
SocialExceptionorg.craftercms.profile.api.Profile addProfileToContext(String profileId, String contextId, String[] roles) throws SocialException
SocialExceptionorg.craftercms.profile.api.Profile removeProfileFromContext(String contextId, String profileId) throws SocialException
SocialExceptionCopyright © 2014 CrafterCMS. All Rights Reserved.