socialFollow

From LongJump Support Wiki
Revision as of 18:54, 12 April 2012 by imported>Aeric

Follow a resource.

Syntax
void Functions.socialFollow(SocialBean sb);
Parameters
SocialBean
An instance of a SocialBean subclass:
Throws
Exception
Example
SocialRecordBean srb = new SocialRecordBean(); 
srb.setObjectId(); 
srb.setRecordId(); 
srb.setFollower(, null); 
Functions.socialFollow(new SocialBean(srb));