public interface I_SocialMediaClient
Modifier and Type | Method and Description |
---|---|
String |
getCssClass()
Returns a CSS class that represents this plugin.
|
boolean |
isConnected()
Checks if the client is connected
|
boolean |
isEnabled()
Check whether this client is actually enabled
There is no hard definition, what enabled means.
|
boolean |
publishOffer(URL permalink,
Long offerId)
Publish an offer
|
boolean |
reconnect()
Reconnect the client.
|
boolean |
send(URL url,
String message)
Send a message
|
boolean isEnabled()
boolean isConnected()
boolean publishOffer(URL permalink, Long offerId)
permalink
- a permalink to the frontend-view of the offerofferId
- the offer IDboolean reconnect()
boolean send(URL url, String message)
url
- Any URL for further information about the messagemessage
- the message itselfString getCssClass()
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.