Ejemplo n.º 1
0
 @Transient
 public String getLink() {
   // TODO: probably need to have another field in OnlineAccountType to get a format
   // of the profile link, given the handle
   if (accountType != null && hasAccountInfo()) return accountType.getLink(handle, extra);
   else return onlineAccountType.getSite();
 }
Ejemplo n.º 2
0
 @Transient
 public String getSiteLink() {
   return onlineAccountType.getSite();
 }
Ejemplo n.º 3
0
 @Transient
 public String getFullName() {
   return onlineAccountType.getFullName();
 }