パラメータで指定されたfromからtoまでの休日リストを、Collectionとして返します。 &GetHoliDayListOfFromTo:{ CalendarName }{ from }{ to }{ session_keys } ;; from,toはjava.util.Date CalendarName引数:参照するカレンダマスタ名 from引数:営業日数を求めるための範囲を表す日付値(java.util.Date) to引数:営業日数を求めるための範囲を表す日付値(java.util.Date) session_keys引数:カレンダマスタに対する絞込フィルタ式に与えるセッション値キーの列挙(Optional) fromがnullの場合はnullを返す。 toがnullの場合はnullを返す。 from, toがjava.util.Dateでなければ例外を返す。 バージョン: $Revision: 4657 $ $Date:: 2019-02-07 11:18:53 #$ 作成者: tann 関連項目: 直列化された形式 コンストラクタのサマリー コンストラクタ コンストラクタと説明 SessionDirectiveGetHoliDayListOfFromTo() コンストラクタ SessionDirectiveGetHoliDayListOfFromTo(Key sessionKey, CommonCalendar calendar, SessionValueProducer calendarNameProducer, SessionValueProducer fromProducer, SessionValueProducer toProducer, Key[] sessionKeys) コンストラクタ メソッドのサマリー すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッドと説明 boolean equals(java.lang.Object obj) オブジェクト同一性を判定する java.lang.String getDirectiveString() Directiveの名前を返す SessionDirective getInstance(Resource resource, Key sessionKey, java.lang.String paramString) このディレクティブのインスタンスを返す DirectiveMeta getMetaInfo() SessionDirectiveのMeta情報を返す int getParameterNumber() パラメータの数を返す java.util.List getParameters() Parameterのリスト(編集不可)を返す。 Parameter getParamterType(int position) x番目のパラメータの型を返す。 ReturnParameter getReturnType() 戻りの型を返す java.lang.String getSessionDirectiveString() ディレクティブ名文字列を返す java.lang.Object getValue(Session session) このディレクティブが表す値を返す。 int hashCode() ハッシュコードを返す java.lang.String toString() 文字列表現を返す クラスから継承されたメソッド java.lang.Object clone, finalize, getClass, notify, notifyAll, wait, wait, wait コンストラクタの詳細 SessionDirectiveGetHoliDayListOfFromTo public SessionDirectiveGetHoliDayListOfFromTo() コンストラクタ SessionDirectiveGetHoliDayListOfFromTo public SessionDirectiveGetHoliDayListOfFromTo(Key sessionKey, CommonCalendar calendar, SessionValueProducer calendarNameProducer, SessionValueProducer fromProducer, SessionValueProducer toProducer, Key[] sessionKeys) コンストラクタ パラメータ: sessionKey - セッションキー calendarNameKey - 適用する論理カレンダ名 fromProducer - 判定対象の日付のproducer toProducer - 判定対象の日付のproducer sessionKeys - カレンダ絞りこみフィルタに与えるセッション値キー配列 メソッドの詳細 getValue public java.lang.Object getValue(Session session) throws DirectiveConvertException このディレクティブが表す値を返す。 定義: getValue インタフェース内 SessionDirective パラメータ: session - サービスセッション 戻り値: ディレクティブが表す値オブジェクト 例外: DirectiveConvertException getSessionDirectiveString public java.lang.String getSessionDirectiveString() ディレクティブ名文字列を返す 定義: getSessionDirectiveString インタフェース内 SessionDirectiveSource 戻り値: ディレクティブ名 getInstance public SessionDirective getInstance(Resource resource, Key sessionKey, java.lang.String paramString) throws FatalException このディレクティブのインスタンスを返す 定義: getInstance インタフェース内 SessionDirectiveSource パラメータ: resource - 実行時リソース paramString - ディレクティブに対するパラメータ文字列 sessionKey - セッションキー 戻り値: ディレクティブのインスタンス 例外: FatalException toString public java.lang.String toString() 文字列表現を返す オーバーライド: toString クラス内 java.lang.Object 戻り値: ディレクティブオブジェクトの文字列表現 hashCode public int hashCode() ハッシュコードを返す オーバーライド: hashCode クラス内 java.lang.Object 戻り値: ハッシュコード equals public boolean equals(java.lang.Object obj) オブジェクト同一性を判定する オーバーライド: equals クラス内 java.lang.Object パラメータ: obj - 同一性の判定対象 戻り値: 同一オブジェクトならtrue, 違うならfalse getMetaInfo public DirectiveMeta getMetaInfo() SessionDirectiveのMeta情報を返す 定義: getMetaInfo インタフェース内 SessionDirective 戻り値: getParameterNumber public int getParameterNumber() パラメータの数を返す 定義: getParameterNumber インタフェース内 DirectiveMeta 戻り値: このDirectiveが最大で取り得るパラメータ数 例外: java.rmi.RemoteException getDirectiveString public java.lang.String getDirectiveString() Directiveの名前を返す 定義: getDirectiveString インタフェース内 DirectiveMeta 戻り値: Directive名 例外: java.rmi.RemoteException getReturnType public ReturnParameter getReturnType() 戻りの型を返す 定義: getReturnType インタフェース内 DirectiveMeta 戻り値: このDirectiveが返す値のメタ情報 例外: java.rmi.RemoteException getParamterType public Parameter getParamterType(int position) x番目のパラメータの型を返す。 定義: getParamterType インタフェース内 DirectiveMeta パラメータ: position - パラメータの位置(0,1,..,n) getParameters public java.util.List getParameters() Parameterのリスト(編集不可)を返す。 定義: getParameters インタフェース内 DirectiveMeta 戻り値: パラメータが0個の場合は空のリストを返す 例外: java.rmi.RemoteException ナビゲーション・リンクをスキップ 概要 パッケージ クラス 階層ツリー 非推奨 索引 ヘルプ 前のクラス 次のクラス フレーム フレームなし すべてのクラス サマリー: ネスト | フィールド | コンストラクタ | メソッド 詳細: フィールド | コンストラクタ | メソッド Comments and Questions: PEXA.v2 Project
&GetHoliDayListOfFromTo:{ CalendarName }{ from }{ to }{ session_keys } ;; from,toはjava.util.Date
SessionDirectiveGetHoliDayListOfFromTo()
SessionDirectiveGetHoliDayListOfFromTo(Key sessionKey, CommonCalendar calendar, SessionValueProducer calendarNameProducer, SessionValueProducer fromProducer, SessionValueProducer toProducer, Key[] sessionKeys)
boolean
equals(java.lang.Object obj)
java.lang.String
getDirectiveString()
SessionDirective
getInstance(Resource resource, Key sessionKey, java.lang.String paramString)
DirectiveMeta
getMetaInfo()
int
getParameterNumber()
java.util.List
getParameters()
Parameter
getParamterType(int position)
ReturnParameter
getReturnType()
getSessionDirectiveString()
java.lang.Object
getValue(Session session)
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public SessionDirectiveGetHoliDayListOfFromTo()
public SessionDirectiveGetHoliDayListOfFromTo(Key sessionKey, CommonCalendar calendar, SessionValueProducer calendarNameProducer, SessionValueProducer fromProducer, SessionValueProducer toProducer, Key[] sessionKeys)
sessionKey
calendarNameKey
fromProducer
toProducer
sessionKeys
public java.lang.Object getValue(Session session) throws DirectiveConvertException
getValue
session
DirectiveConvertException
public java.lang.String getSessionDirectiveString()
getSessionDirectiveString
SessionDirectiveSource
public SessionDirective getInstance(Resource resource, Key sessionKey, java.lang.String paramString) throws FatalException
getInstance
resource
paramString
FatalException
public java.lang.String toString()
toString
public int hashCode()
hashCode
public boolean equals(java.lang.Object obj)
equals
obj
public DirectiveMeta getMetaInfo()
getMetaInfo
public int getParameterNumber()
getParameterNumber
java.rmi.RemoteException
public java.lang.String getDirectiveString()
getDirectiveString
public ReturnParameter getReturnType()
getReturnType
public Parameter getParamterType(int position)
getParamterType
position
public java.util.List getParameters()
getParameters