public class ServiceProcessAETClosing extends java.lang.Object implements ServiceProcess
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static Key |
SESSION_KEY_AET_Account |
static Key |
SESSION_KEY_AET_ClosedAccountList |
static Key |
SESSION_KEY_AET_Closing |
static Key |
SESSION_KEY_AET_ClosingAmount |
static Key |
SESSION_KEY_AET_ClosingDate |
static Key |
SESSION_KEY_AET_ClosingDatetime |
static Key |
SESSION_KEY_AET_ClosingGroupName |
static Key |
SESSION_KEY_AET_ClosingID |
static Key |
SESSION_KEY_AET_ClosingMovingAverageUnitPrice |
static Key |
SESSION_KEY_AET_ClosingName |
static Key |
SESSION_KEY_AET_ClosingOperateDate |
static Key |
SESSION_KEY_AET_ClosingOperateDatetime |
static Key |
SESSION_KEY_AET_ClosingStartDate |
static Key |
SESSION_KEY_AET_ClosingWeightedAverageUnitPrice |
static Key |
SESSION_KEY_AET_LastClosing |
static Key |
SESSION_KEY_AET_Role |
static Key |
SESSION_KEY_AET_SourceAccount |
static Key |
SESSION_KEY_AET_TransactionMeta |
| コンストラクタと説明 |
|---|
ServiceProcessAETClosing(Key serviceNameKey,
Key processNameKey,
AETClosingSchemaFactory schemaFactory,
PrimaryFinder transactionMetaFinder,
CommonFinderFactory commonFinderFactory,
SessionFactory sessionFactory,
SessionValueProducerFactory valueProducerFactory,
java.lang.String roleSessionStr,
java.lang.String sourceAccountSessionStr,
java.lang.String closingDateSessionStr,
java.lang.String closingDatetimeSessionStr,
java.lang.String closingIDSessionStr,
java.lang.String closingGroupNameSessionStr,
java.lang.String applyDateSessionStr,
java.lang.String closingOperateDateSessionStr,
java.lang.String closingOperateDatetimeSessionStr) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Session |
doProcess(Session session)
Processを実行する。
|
java.lang.String |
getServiceName()
サービス名を返す
|
Key |
getServiceNameKey()
サービス名(Key)返す
|
java.lang.String |
getServiceProcessName()
サービスプロセス名を返す
|
Key |
getServiceProcessNameKey()
サービスプロセス名(Key)を返す
|
java.lang.String |
getServiceProcessType()
サービスプロセスのタイプ名を返す
|
Key |
getSessionKey()
SessionVlaueに値を設定するか否か、また設定する際のキーを取得する。
|
public static final Key SESSION_KEY_AET_Role
public static final Key SESSION_KEY_AET_ClosedAccountList
public static final Key SESSION_KEY_AET_ClosingID
public static final Key SESSION_KEY_AET_ClosingName
public static final Key SESSION_KEY_AET_ClosingGroupName
public static final Key SESSION_KEY_AET_ClosingDate
public static final Key SESSION_KEY_AET_ClosingDatetime
public static final Key SESSION_KEY_AET_ClosingAmount
public static final Key SESSION_KEY_AET_LastClosing
public static final Key SESSION_KEY_AET_Closing
public static final Key SESSION_KEY_AET_SourceAccount
public static final Key SESSION_KEY_AET_Account
public static final Key SESSION_KEY_AET_ClosingStartDate
public static final Key SESSION_KEY_AET_ClosingOperateDate
public static final Key SESSION_KEY_AET_ClosingOperateDatetime
public static final Key SESSION_KEY_AET_TransactionMeta
public static final Key SESSION_KEY_AET_ClosingMovingAverageUnitPrice
public static final Key SESSION_KEY_AET_ClosingWeightedAverageUnitPrice
public ServiceProcessAETClosing(Key serviceNameKey, Key processNameKey, AETClosingSchemaFactory schemaFactory, PrimaryFinder transactionMetaFinder, CommonFinderFactory commonFinderFactory, SessionFactory sessionFactory, SessionValueProducerFactory valueProducerFactory, java.lang.String roleSessionStr, java.lang.String sourceAccountSessionStr, java.lang.String closingDateSessionStr, java.lang.String closingDatetimeSessionStr, java.lang.String closingIDSessionStr, java.lang.String closingGroupNameSessionStr, java.lang.String applyDateSessionStr, java.lang.String closingOperateDateSessionStr, java.lang.String closingOperateDatetimeSessionStr)
public Session doProcess(Session session) throws ServiceProcessException, FatalException
ServiceProcessdoProcess インタフェース内 ServiceProcessdoProcess インタフェース内 ServiceProcessHelpersession - サービス実行セッションServiceProcessException - サービスプロセス実行で業務的なエラーが発生FatalException - サービスプロセス実行で致命的エラーが発生public java.lang.String getServiceName()
ServiceProcessgetServiceName インタフェース内 ServiceProcesspublic Key getServiceNameKey()
ServiceProcessgetServiceNameKey インタフェース内 ServiceProcesspublic java.lang.String getServiceProcessName()
ServiceProcessgetServiceProcessName インタフェース内 ServiceProcesspublic Key getServiceProcessNameKey()
ServiceProcessgetServiceProcessNameKey インタフェース内 ServiceProcesspublic java.lang.String getServiceProcessType()
ServiceProcessgetServiceProcessType インタフェース内 ServiceProcesspublic Key getSessionKey()
ServiceProcessgetSessionKey インタフェース内 ServiceProcessgetSessionKey インタフェース内 ServiceProcessHelper