|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.accounting.GlAccController
public class GlAccController
勘定科目コントローラクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
GlAccController(String companyCode)
GlAccListのコンストラクタを呼び出し勘定科目一覧を作成します。 |
|
GlAccController(String companyCode,
SapClient sapClient)
GlAccListのコンストラクタを呼び出し勘定科目一覧を作成します。 |
|
GlAccController(String companyCode,
String language,
String languageIso)
GlAccListのコンストラクタを呼び出し勘定科目一覧を作成します。 |
|
GlAccController(String companyCode,
String language,
String languageIso,
SapClient sapClient)
GlAccListのコンストラクタを呼び出し勘定科目一覧を作成します。 |
|
| メソッドの概要 | |
|---|---|
List<GlAcc> |
getGlAccList()
勘定項目情報一覧( GlAccインスタンスの配列)を取得します。 |
GlAccList |
getGlList()
勘定科目一覧を取得します。 |
String |
getLongText(String glAccount)
G/L勘定コードを指定して総勘定元帳勘定テキスト(長)を取得します。 |
String |
getShortText(String glAccount)
G/L勘定コードを指定してG/L勘定コードテキスト(短)を取得します。 |
void |
setGlList(GlAccList glList)
勘定科目一覧を設定します。 |
String |
toString()
デバッグ用のメソッドです。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public GlAccController(String companyCode)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
companyCode - 会社コード
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public GlAccController(String companyCode,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
SapClientを使用することで、SapClientにて指定した
SAPアプリケーションサーバ接続が可能となります。
companyCode - 会社コードsapClient - SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public GlAccController(String companyCode,
String language,
String languageIso)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
companyCode - 会社コードlanguage - 言語languageIso - ISO639準拠の言語
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public GlAccController(String companyCode,
String language,
String languageIso,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
SapClientを使用することで、SapClientにて指定した
SAPアプリケーションサーバ接続が可能となります。
companyCode - 会社コードlanguage - 言語languageIso - ISO639準拠の言語sapClient - SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外| メソッドの詳細 |
|---|
public List<GlAcc> getGlAccList()
GlAccインスタンスの配列)を取得します。
GlAcc
public String getShortText(String glAccount)
throws SAPAccountingSystemException
glAccount - G/L勘定コード
SAPAccountingSystemException - 会計業務システム例外
public String getLongText(String glAccount)
throws SAPAccountingSystemException
glAccount - G/L勘定コード
SAPAccountingSystemException - 会計業務システム例外public void setGlList(GlAccList glList)
glList - 勘定科目一覧public GlAccList getGlList()
public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||