|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocialNetworkAccount | |
---|---|
lumis.content.socialnetwork.integration | This package contains entities that are responsible for the integration between "Content" and "SocialNetworkIntegration" components. |
lumis.socialnetworkintegration | Provides the core social network integration management operations. |
lumis.socialnetworkintegration.connector | Provides social network integration connectors. |
Uses of SocialNetworkAccount in lumis.content.socialnetwork.integration |
---|
Methods in lumis.content.socialnetwork.integration that return SocialNetworkAccount | |
---|---|
SocialNetworkAccount |
SocialNetworkAccountServiceInstanceAssociation.getAccount()
Returns the account. |
Methods in lumis.content.socialnetwork.integration with parameters of type SocialNetworkAccount | |
---|---|
void |
SocialNetworkAccountServiceInstanceAssociation.setAccount(SocialNetworkAccount account)
Sets the account. |
Constructors in lumis.content.socialnetwork.integration with parameters of type SocialNetworkAccount | |
---|---|
SocialNetworkAccountServiceInstanceAssociation(SocialNetworkAccount account,
String serviceInstanceId)
Creates a new social network service instance association. |
Uses of SocialNetworkAccount in lumis.socialnetworkintegration |
---|
Methods in lumis.socialnetworkintegration that return SocialNetworkAccount | |
---|---|
SocialNetworkAccount |
SocialNetworkApplication.addAccount(boolean enabled,
boolean isAllServiceInstances)
Adds an account to this application. |
SocialNetworkAccount |
SocialNetworkMessageQueueItem.getAccount()
Returns the social network account this item belongs to. |
SocialNetworkAccount |
SocialNetworkMessage.getNetworkAccount()
Returns the account that published this message. |
Methods in lumis.socialnetworkintegration that return types with arguments of type SocialNetworkAccount | |
---|---|
Set<SocialNetworkAccount> |
SocialNetworkApplication.getAccounts()
Returns the accounts. |
Methods in lumis.socialnetworkintegration with parameters of type SocialNetworkAccount | |
---|---|
void |
ISocialNetworkConnector.callback(String returnedValue,
SocialNetworkAccount account,
Map<String,Object> stored)
Executes the callback after application/account authorization. |
void |
SocialNetworkMessageQueueItem.setAccount(SocialNetworkAccount account)
Sets the social network account this item belongs to. |
void |
SocialNetworkMessage.setNetworkAccount(SocialNetworkAccount account)
Sets the account that published this message. |
Method parameters in lumis.socialnetworkintegration with type arguments of type SocialNetworkAccount | |
---|---|
void |
SocialNetworkApplication.setAccounts(Set<SocialNetworkAccount> accounts)
Sets the accounts. |
Constructors in lumis.socialnetworkintegration with parameters of type SocialNetworkAccount | |
---|---|
SocialNetworkMessage(SocialNetworkAccount account,
String messageContent,
Date publishDate)
Creates a new SocialNetworkMessage using the given
account with the given message and
publishing date. |
Uses of SocialNetworkAccount in lumis.socialnetworkintegration.connector |
---|
Methods in lumis.socialnetworkintegration.connector with parameters of type SocialNetworkAccount | |
---|---|
void |
TwitterConnector.callback(String returnedValue,
SocialNetworkAccount account,
Map<String,Object> stored)
|
void |
FacebookConnector.callback(String returnedValue,
SocialNetworkAccount account,
Map<String,Object> stored)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |