intra-mart(R) 6.0.13

jp.co.intra_mart.foundation.sap.module.accounting
クラス GlAccController

java.lang.Object
  拡張jp.co.intra_mart.foundation.sap.module.accounting.GlAccController
すべての実装インタフェース:
Serializable

public class GlAccController
extends Object
implements Serializable

勘定科目コントローラクラス
機能は以下の通り

関連項目:
直列化された形式

コンストラクタの概要
GlAccController(String companyCode)
          GlAccListのコンストラクタを呼び出し勘定科目一覧を作成します。
 
メソッドの概要
 ArrayList getGlAccList()
          勘定科目一覧を取得します。
 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
 

コンストラクタの詳細

GlAccController

public GlAccController(String companyCode)
                throws SAPAuthAppException,
                       SAPAuthSystemException,
                       SAPGeneralAppException,
                       SAPGeneralSystemException,
                       SAPAccountingSystemException
GlAccListのコンストラクタを呼び出し勘定科目一覧を作成します。

パラメータ:
companyCode - 会社コード
例外:
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
メソッドの詳細

getGlAccList

public ArrayList getGlAccList()
勘定科目一覧を取得します。

戻り値:
glAccList 勘定科目一覧

getShortText

public String getShortText(String glAccount)
                    throws SAPAccountingSystemException
G/L勘定コードを指定してG/L勘定コードテキスト(短)を取得します。

パラメータ:
glAccount - G/L勘定コード
戻り値:
shortText G/L勘定コードテキスト(短)
例外:
SAPAccountingSystemException - 会計業務システム例外

getLongText

public String getLongText(String glAccount)
                   throws SAPAccountingSystemException
G/L勘定コードを指定して総勘定元帳勘定テキスト(長)を取得します。

パラメータ:
glAccount - G/L勘定コード
戻り値:
longText 総勘定元帳勘定テキスト(長)
例外:
SAPAccountingSystemException - 会計業務システム例外

setGlList

public void setGlList(GlAccList glList)
勘定科目一覧を設定します。

パラメータ:
glList - 勘定科目一覧

getGlList

public GlAccList getGlList()
勘定科目一覧を取得します。

戻り値:
glList

toString

public String toString()
デバッグ用のメソッドです。

戻り値:
value すべての属性の値

intra-mart(R) 6.0.13

Copyright © 2000-2009 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.