org.jboss.seam.social
Interface HasStatus

All Known Implementing Classes:
OAuthServiceBase, OAuthServiceJackson

public interface HasStatus

Social network Handler implementing this interface will support status update

Author:
Antoine Sabot-Durand

Method Summary
 String getStatus()
           
 void setStatus(String status)
          Set the status to update
 Object updateStatus()
          Send the status to the social network
 Object updateStatus(String message)
          Send the status in parameter
 

Method Detail

getStatus

String getStatus()
Returns:
the status update

setStatus

void setStatus(String status)
Set the status to update

Parameters:
status -

updateStatus

Object updateStatus()
Send the status to the social network

Returns:
an Object corresponding to the update

updateStatus

Object updateStatus(String message)
Send the status in parameter

Parameters:
message - the status to send
Returns:
an Object corresponding to the update


Copyright © 2011 Seam Framework. All Rights Reserved.