gluu
公開メンバ関数 | 静的非公開変数類 | 全メンバ一覧
org.gluu.oxtrust.ldap.service.DownloadService クラス
org.gluu.oxtrust.ldap.service.DownloadService の継承関係図
Inheritance graph
org.gluu.oxtrust.ldap.service.DownloadService 連携図
Collaboration graph

公開メンバ関数

byte [] contactsAsCSV (GluuCustomPerson currentPerson)
 

静的非公開変数類

static final long serialVersionUID = -6847131971095468865L
 

詳解

関数詳解

◆ contactsAsCSV()

byte [] org.gluu.oxtrust.ldap.service.DownloadService.contactsAsCSV ( GluuCustomPerson  currentPerson)
inline
22  {
23  String output = "";
24  return output.replace("\n,", "\n").substring(1).getBytes();
25  }

メンバ詳解

◆ serialVersionUID

final long org.gluu.oxtrust.ldap.service.DownloadService.serialVersionUID = -6847131971095468865L
staticprivate

このクラス詳解は次のファイルから抽出されました: