예제 #1
0
 /**
  * @param key
  * @return
  */
 public String getProperty(SocialChannelPropertyKey key)
 {
     return(this.props[key]);
 }
예제 #2
0
 /**
  * @param key
  * @param propValue
  */
 public SocialChannelProperties putProperty(SocialChannelPropertyKey key, String propValue)
 {
     this.props.Add(key, propValue);
     return(this);
 }
예제 #3
0
 /**
  * @param key
  * @param propValue
  */
 public SocialChannelProperties putProperty(SocialChannelPropertyKey key, String propValue)
 {
     this.props.Add(key, propValue);
     return this;
 }
예제 #4
0
 /**
  * @param key
  * @return
  */
 public String getProperty(SocialChannelPropertyKey key)
 {
     return this.props[key];
 }
예제 #5
0
 super.plugChannel(new SocialChannelProperties().putProperty(SocialChannelPropertyKey.NAME, FacebookChannel.NAME), FacebookChannel.class);
예제 #6
0
 super.plugChannel(new SocialChannelProperties().putProperty(SocialChannelPropertyKey.NAME, LinkedinChannel.NAME), LinkedinChannel.class);