コード例 #1
0
ファイル: ExternalAccount.java プロジェクト: nihed/magnetism
 @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();
 }
コード例 #2
0
ファイル: ExternalAccount.java プロジェクト: nihed/magnetism
 @Transient
 public String getSiteLink() {
   return onlineAccountType.getSite();
 }
コード例 #3
0
ファイル: ExternalAccount.java プロジェクト: nihed/magnetism
 @Transient
 public String getFullName() {
   return onlineAccountType.getFullName();
 }