/*******************************************************************************
*	 All Rights reserved,Copyright (c) K-Opticom 
********************************************************************************
*＜プログラム内容＞
*	システム名		：eo顧客基幹システム
*	モジュール名	：JSYejbKK2811ETDA
*	ソースファイル名：JSYejbKK2811ETDA.java
*	作成者			：EK914257
*	日付			：2014年05月23日
*＜機能概要＞
*	機器オプションサービス契約 ETMsgDBアクセス部品
*＜修正履歴＞
*	バージョン	修正日		修正者		修正内容
*	ｖ1.00.00
*
********************************************************************************/

package eo.ejb.cbm.entity;

import com.fujitsu.futurity.model.base.CAANMsg;
import com.fujitsu.futurity.model.base.CAANException;
import com.fujitsu.futurity.model.base.CAANCreateException;
import com.fujitsu.futurity.model.base.CAANFinderException;
import com.fujitsu.futurity.model.base.CAANRuntimeException;
import com.fujitsu.futurity.model.ejb.common.StatusCodes;
import com.fujitsu.futurity.model.ejb.common.JSYejbLog;
import com.fujitsu.futurity.model.ejb.common.fw.AgentDispatchContext;
import com.fujitsu.futurity.model.ejb.common.fw.ETMsgDBAccessHandler;
import eo.ejb.common.EventIDList;

/**
 * 機器オプションサービス契約ETMsgDBアクセス部品です。
 * ＜メソッド一覧＞
 * invoke
 * execIKK2811C001
 * execIKK2811C002
 * execIKK2811C003
 * execIKK2811C004
 * execIKK2811D001
 * execIKK2811D002
 * execIKK2811D003
 * execIKK2811D004
 * execIKK2811D005
 * execIKK2811D007
 * execIKK2811D008
 * execIKK2811D009
 * execIKK2811D010
 * execIKK2811D011
 * execIKK2811D012
 * execIKK2811D013
 * execIKK2811D014
 * execIKK2811D015
 * execIKK2811D016
 * execIKK2811D017
 * execIKK2811D018
 * execIKK2811D019
 * 
 */
public class JSYejbKK2811ETDA implements ETMsgDBAccessHandler {

	/**
	 * コンストラクタ
	 */
	public JSYejbKK2811ETDA() {
	}

	/**
	 * 機器オプションサービス契約ETMsgDBアクセス部品のメイン処理です。
	 * ETMsgの振舞IDに従い、項目値設定後、LogicalEntityを呼出します。
	 * @param  inETMsg 処理を行うETMsg
	 * @exception CAANRuntimeException 例外発生時にthrowします。
	 */
	public void invoke(CAANMsg inETMsg, AgentDispatchContext inContext) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.invoke");

		// ETMsgチェック
		// 処理対象のETMsgでなければ処理をぬけます。
		if (inETMsg.equalsSchemaClass(KK2811ETMsg.class) == false) {
			return;
		}

		// 振舞ID
		String eventID;

		// 振舞ID取り出し
		eventID = inETMsg.getString(KK2811ETMsg.EVENTID);

		// イベントの振り分け
		if(eventID.equals(EventIDList.IKK2811C001)){
			// 機器オプションサービス契約解約手続完了振舞内部
			execIKK2811C001(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811C002)){
			// 機器オプションサービス契約予約適用年月日振舞内部
			execIKK2811C002(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811C003)){
			// 機器オプションサービス契約料金プラン変更振舞内部
			execIKK2811C003(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811C004)){
			// 機器オプションサービス契約論理削除振舞内部
			execIKK2811C004(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D001)){
			// 機器オプションサービス契約登録振舞内部
			execIKK2811D001(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D002)){
			// 機器オプションサービス契約照査振舞内部
			execIKK2811D002(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D003)){
			// 機器オプションサービス契約締結振舞内部
			execIKK2811D003(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D004)){
			// 機器オプションサービス契約照査締結振舞内部
			execIKK2811D004(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D005)){
			// 機器オプションサービス契約照査取消振舞内部
			execIKK2811D005(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D007)){
			// 機器オプションサービス契約停止振舞内部
			execIKK2811D007(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D008)){
			// 機器オプションサービス契約停止解除振舞内部
			execIKK2811D008(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D009)){
			// 機器オプションサービス契約停止解除振舞内部
			execIKK2811D009(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D010)){
			// 機器オプションサービス契約キャンセル振舞内部
			execIKK2811D010(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D011)){
			// 照査前機器オプションサービス契約キャンセル取消内部
			execIKK2811D011(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D012)){
			// 照査後機器オプションサービス契約キャンセル取消内部
			execIKK2811D012(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D013)){
			// 機器オプションサービス契約回復振舞内部
			execIKK2811D013(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D014)){
			// 休止中機器オプションサービス契約回復振舞内部
			execIKK2811D014(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D015)){
			// 機器オプションサービス契約解約取消振舞内部
			execIKK2811D015(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D016)){
			// 機器オプションサービス契約解約確定取消振舞内部
			execIKK2811D016(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D017)){
			// 機器オプションサービス契約情報変更振舞内部
			execIKK2811D017(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D018)){
			// 休止中機器オプションサービス契約停止解除振舞内部
			execIKK2811D018(inETMsg);
		}
		else if(eventID.equals(EventIDList.IKK2811D019)){
			// 機器オプションサービス契約料金プラン変更振舞内部
			execIKK2811D019(inETMsg);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.invoke");

	}

	/**
	 * 機器オプションサービス契約解約手続完了振舞内部<IKK2811C001>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811C001(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811C001");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.update(inETMsg);

		}catch(CAANFinderException cfe){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.UPDATE_DB_ERR);
			throw new CAANRuntimeException(cfe);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811C001");

	}
	/**
	 * 機器オプションサービス契約予約適用年月日振舞内部<IKK2811C002>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811C002(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811C002");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.update(inETMsg);

		}catch(CAANFinderException cfe){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.UPDATE_DB_ERR);
			throw new CAANRuntimeException(cfe);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811C002");

	}
	/**
	 * 機器オプションサービス契約料金プラン変更振舞内部<IKK2811C003>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811C003(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811C003");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.update(inETMsg);

		}catch(CAANFinderException cfe){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.UPDATE_DB_ERR);
			throw new CAANRuntimeException(cfe);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811C003");

	}
	/**
	 * 機器オプションサービス契約論理削除振舞内部<IKK2811C004>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811C004(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811C004");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.update(inETMsg);

		}catch(CAANFinderException cfe){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.UPDATE_DB_ERR);
			throw new CAANRuntimeException(cfe);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811C004");

	}
	/**
	 * 機器オプションサービス契約登録振舞内部<IKK2811D001>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D001(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D001");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D001");

	}
	/**
	 * 機器オプションサービス契約照査振舞内部<IKK2811D002>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D002(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D002");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D002");

	}
	/**
	 * 機器オプションサービス契約締結振舞内部<IKK2811D003>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D003(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D003");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D003");

	}
	/**
	 * 機器オプションサービス契約照査締結振舞内部<IKK2811D004>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D004(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D004");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D004");

	}
	/**
	 * 機器オプションサービス契約照査取消振舞内部<IKK2811D005>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D005(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D005");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D005");

	}
	/**
	 * 機器オプションサービス契約停止振舞内部<IKK2811D007>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D007(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D007");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D007");

	}
	/**
	 * 機器オプションサービス契約停止解除振舞内部<IKK2811D008>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D008(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D008");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D008");

	}
	/**
	 * 機器オプションサービス契約停止解除振舞内部<IKK2811D009>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D009(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D009");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D009");

	}
	/**
	 * 機器オプションサービス契約キャンセル振舞内部<IKK2811D010>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D010(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D010");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D010");

	}
	/**
	 * 照査前機器オプションサービス契約キャンセル取消内部<IKK2811D011>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D011(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D011");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D011");

	}
	/**
	 * 照査後機器オプションサービス契約キャンセル取消内部<IKK2811D012>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D012(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D012");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D012");

	}
	/**
	 * 機器オプションサービス契約回復振舞内部<IKK2811D013>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D013(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D013");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D013");

	}
	/**
	 * 休止中機器オプションサービス契約回復振舞内部<IKK2811D014>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D014(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D014");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D014");

	}
	/**
	 * 機器オプションサービス契約解約取消振舞内部<IKK2811D015>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D015(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D015");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D015");

	}
	/**
	 * 機器オプションサービス契約解約確定取消振舞内部<IKK2811D016>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D016(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D016");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D016");

	}
	/**
	 * 機器オプションサービス契約情報変更振舞内部<IKK2811D017>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D017(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D017");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D017");

	}
	/**
	 * 休止中機器オプションサービス契約停止解除振舞内部<IKK2811D018>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D018(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D018");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D018");

	}
	/**
	 * 機器オプションサービス契約料金プラン変更振舞内部<IKK2811D019>です。
	 * @param inETMsg 処理を行うETMsg
	 */
	private void execIKK2811D019(CAANMsg inETMsg) {

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "call:JSYejbKK2811ETDA.IKK2811D019");

		// 項目値設定
		// 現在日時
		String nowTimestamp = inETMsg.getString(KK2811ETMsg.OPERATEDATETIME);

		// 登録日時
		inETMsg.set(KK2811ETMsg.ADD_DTM, nowTimestamp);

		// 更新日時
		inETMsg.set(KK2811ETMsg.UPD_DTM, nowTimestamp);

		// LogicalEntity呼び出し
		KK2811LE le = new KK2811LE();

		try{
			le.create(inETMsg);

		}catch(CAANCreateException cce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.CREATE_DB_ERR);
			throw new CAANRuntimeException(cce);
		}catch(CAANException ce){
			inETMsg.set(KK2811ETMsg.STATUS, StatusCodes.FATAL_ERR);
			throw new CAANRuntimeException(ce);
		}

		// ログ出力
		JSYejbLog.println(JSYejbLog.DEBUG, this.getClass(), "end:JSYejbKK2811ETDA.IKK2811D019");

	}

}
