[CommonUtilityクラスのシグニチャ]
******************************************
public static void checkDate(RequestContext) throws Exception
public static EmpBean editEmpData01(RequestContext, boolean) throws Exception
public static EmpBean editEmpData02(RequestContext)
public static List editDivisionByEmpData01(RequestContext) throws Exception
public static List editDivisionBEmpData02(RequestContext) throws Exception
public static int countEmp(RequestContext) throws Exception
******************************************
例)
お財布Aは、食費・雑費用、お財布Bは、薬・医療費専用の場合
グループ
お財布A、お財布B
カテゴリ
食費、雑費、薬、医療費
マッピング
お財布A - 食費
お財布A - 雑費
お財布B - 薬
お財布B - 医療費



