コード例 #1
0
ファイル: FBAnalysisService.svc.cs プロジェクト: JuRogn/OA
 public List<V_PerExecutionList> GetPerExecutionListByPaging(string strOrgType, string strOrgID, string strOwnerId, int iYear, int iMonthStart, int iMonthEnd, string strFilter, List<object> objArgs,
     string strSortKey, int pageIndex, int pageSize, ref int pageCount)
 {
     IList<V_PerExecutionList> entList = new List<V_PerExecutionList>();
     ExecutionBLL bllExecution = new ExecutionBLL();
     entList = bllExecution.GetPerExecutionListByPaging(strOrgType, strOrgID, strOwnerId, iYear, iMonthStart, iMonthEnd, strFilter, objArgs, strSortKey, pageIndex, pageSize, ref pageCount).ToList();
     return entList.Count() > 0 ? entList.ToList() : null;
 }
コード例 #2
0
        public byte[] OutFilePerDayBookData(string strOrgType, string strOrgID, string strOwnerId, int iYear, int iMonthStart, int iMonthEnd,
                                            string strFilter, List <object> objArgs, string strSortKey)
        {
            ExecutionBLL bllExecution = new ExecutionBLL();

            byte[] byVac = bllExecution.OutFilePerDayBookData(strOrgType, strOrgID, strOwnerId, iYear, iMonthStart, iMonthEnd, strFilter, objArgs, strSortKey);
            return(byVac);
        }
コード例 #3
0
        public byte[] OutFileBudgetRecordList(string strOwnerId, int iBudgetRecordType, int iYear, int iMonthStart,
                                              int iMonthEnd, string strFilter, List <object> objArgs, string strSortKey)
        {
            ExecutionBLL bllExecution = new ExecutionBLL();

            byte[] byVac = bllExecution.OutFileBudgetRecordList(strOwnerId, iBudgetRecordType, iYear, iMonthStart, iMonthEnd, strFilter, objArgs, strSortKey);
            return(byVac);
        }
コード例 #4
0
        public List <V_BudgetRecord> GetBudgetRecordListByPaging(string strOwnerId, int iBudgetRecordType, int iYear, int iMonthStart,
                                                                 int iMonthEnd, string strFilter, List <object> objArgs, string strSortKey, int pageIndex, int pageSize, ref int pageCount)
        {
            IList <V_BudgetRecord> entList      = new List <V_BudgetRecord>();
            ExecutionBLL           bllExecution = new ExecutionBLL();

            entList = bllExecution.GetBudgetRecordListByPaging(strOwnerId, iBudgetRecordType, iYear, iMonthStart, iMonthEnd, strFilter, objArgs, strSortKey, pageIndex, pageSize, ref pageCount).ToList();
            return(entList.Count() > 0 ? entList.ToList() : null);
        }
コード例 #5
0
        public byte[] OutFileDeptContactDetailList(string strFileType, string strOrgType, string strOrgID, string strOwnerId,
                                                   DateTime dtStart, DateTime dtEnd, string strFilter, List <object> objArgs, string strSortKey, ref decimal dTotalNormalBorrowMoney,
                                                   ref decimal dTotalSpecialMoney, ref decimal dTotalReserveMoney)
        {
            ExecutionBLL bllExecution = new ExecutionBLL();

            byte[] byVac = bllExecution.OutFileDeptContactDetailListByMultSearch(strFileType, strOrgType, strOrgID, strOwnerId, dtStart, dtEnd, strFilter, objArgs, strSortKey, ref dTotalNormalBorrowMoney, ref dTotalSpecialMoney, ref dTotalReserveMoney);
            return(byVac);
        }
コード例 #6
0
        public byte[] OutFileContactDetailList(string strFileType, string strOrgType, string strOrgID, string strOwnerId,
                                               DateTime dtStart, DateTime dtEnd, string strFilter, List <object> objArgs, string strSortKey, ref decimal dBeforeAccount, ref decimal dAfterAccount)
        {
            ExecutionBLL bllExecution = new ExecutionBLL();

            byte[] byVac = bllExecution.OutFileContactDetailListByMultSearch(strFileType, strOrgType, strOrgID, strOwnerId, dtStart,
                                                                             dtEnd, strFilter, objArgs, strSortKey, ref dBeforeAccount, ref dAfterAccount);
            return(byVac);
        }
コード例 #7
0
        public List <V_DeptContactDetail> GetDeptContactDetailListByPaging(string strOrgType, string strOrgID, string strOwnerId,
                                                                           DateTime dtStart, DateTime dtEnd, string strFilter, List <object> objArgs, string strSortKey, int pageIndex,
                                                                           int pageSize, ref int pageCount, ref decimal dTotalNormalBorrowMoney, ref decimal dTotalSpecialMoney, ref decimal dTotalReserveMoney)
        {
            IList <V_DeptContactDetail> entList = new List <V_DeptContactDetail>();
            ExecutionBLL bllExecution           = new ExecutionBLL();

            entList = bllExecution.GetDeptContactDetailListByPaging(strOrgType, strOrgID, strOwnerId, dtStart, dtEnd, strFilter, objArgs, strSortKey, pageIndex,
                                                                    pageSize, ref pageCount, ref dTotalNormalBorrowMoney, ref dTotalSpecialMoney, ref dTotalReserveMoney).ToList();
            return(entList.Count() > 0 ? entList.ToList() : null);
        }
コード例 #8
0
        public List <V_ContactDetail> GetContactDetailListByPaging(string strOrgType, string strOrgID, string strOwnerId,
                                                                   DateTime dtStart, DateTime dtEnd, string strFilter, List <object> objArgs, string strSortKey, int pageIndex,
                                                                   int pageSize, ref int pageCount, ref decimal dBeforeAccount, ref decimal dAfterAccount)
        {
            IList <V_ContactDetail> entList      = new List <V_ContactDetail>();
            ExecutionBLL            bllExecution = new ExecutionBLL();

            entList = bllExecution.GetContactDetailListByPaging(strOrgType, strOrgID, strOwnerId, dtStart, dtEnd, strFilter, objArgs, strSortKey, pageIndex,
                                                                pageSize, ref pageCount, ref dBeforeAccount, ref dAfterAccount).ToList();
            return(entList.Count() > 0 ? entList.ToList() : null);
        }
コード例 #9
0
ファイル: FBAnalysisService.svc.cs プロジェクト: JuRogn/OA
        public byte[] OutFileDeptContactDetailList(string strFileType, string strOrgType, string strOrgID, string strOwnerId,
            DateTime dtStart, DateTime dtEnd, string strFilter, List<object> objArgs, string strSortKey, ref decimal dTotalNormalBorrowMoney,
                ref decimal dTotalSpecialMoney, ref decimal dTotalReserveMoney)
        {

            ExecutionBLL bllExecution = new ExecutionBLL();
            byte[] byVac = bllExecution.OutFileDeptContactDetailListByMultSearch(strFileType, strOrgType, strOrgID, strOwnerId, dtStart, dtEnd, strFilter, objArgs, strSortKey, ref dTotalNormalBorrowMoney, ref dTotalSpecialMoney, ref dTotalReserveMoney);
            return byVac;
        }
コード例 #10
0
ファイル: FBAnalysisService.svc.cs プロジェクト: JuRogn/OA
 public byte[] OutFileContactDetailList(string strFileType, string strOrgType, string strOrgID, string strOwnerId,
     DateTime dtStart, DateTime dtEnd, string strFilter, List<object> objArgs, string strSortKey, ref decimal dBeforeAccount, ref decimal dAfterAccount)
 {
     ExecutionBLL bllExecution = new ExecutionBLL();
     byte[] byVac = bllExecution.OutFileContactDetailListByMultSearch(strFileType, strOrgType, strOrgID, strOwnerId, dtStart,
         dtEnd, strFilter, objArgs, strSortKey, ref dBeforeAccount, ref dAfterAccount);
     return byVac;
 }
コード例 #11
0
ファイル: FBAnalysisService.svc.cs プロジェクト: JuRogn/OA
 public byte[] OutFilePerDayBookData(string strOrgType, string strOrgID, string strOwnerId, int iYear, int iMonthStart, int iMonthEnd,
     string strFilter, List<object> objArgs, string strSortKey)
 {
     ExecutionBLL bllExecution = new ExecutionBLL();
     byte[] byVac = bllExecution.OutFilePerDayBookData(strOrgType, strOrgID, strOwnerId, iYear, iMonthStart, iMonthEnd, strFilter, objArgs, strSortKey);
     return byVac;
 }
コード例 #12
0
ファイル: FBAnalysisService.svc.cs プロジェクト: JuRogn/OA
 public byte[] OutFileBudgetRecordList(string strOwnerId, int iBudgetRecordType, int iYear, int iMonthStart,
     int iMonthEnd, string strFilter, List<object> objArgs, string strSortKey)
 {
     ExecutionBLL bllExecution = new ExecutionBLL();
     byte[] byVac = bllExecution.OutFileBudgetRecordList(strOwnerId, iBudgetRecordType, iYear, iMonthStart, iMonthEnd, strFilter, objArgs, strSortKey);
     return byVac;
 }
コード例 #13
0
ファイル: FBAnalysisService.svc.cs プロジェクト: JuRogn/OA
 public List<V_DeptContactDetail> GetDeptContactDetailListByPaging(string strOrgType, string strOrgID, string strOwnerId,
     DateTime dtStart, DateTime dtEnd, string strFilter, List<object> objArgs, string strSortKey, int pageIndex,
     int pageSize, ref int pageCount, ref decimal dTotalNormalBorrowMoney, ref decimal dTotalSpecialMoney, ref decimal dTotalReserveMoney)
 {
     IList<V_DeptContactDetail> entList = new List<V_DeptContactDetail>();
     ExecutionBLL bllExecution = new ExecutionBLL();
     entList = bllExecution.GetDeptContactDetailListByPaging(strOrgType, strOrgID, strOwnerId, dtStart, dtEnd, strFilter, objArgs, strSortKey, pageIndex,
     pageSize, ref pageCount, ref dTotalNormalBorrowMoney, ref dTotalSpecialMoney, ref dTotalReserveMoney).ToList();
     return entList.Count() > 0 ? entList.ToList() : null;
 }
コード例 #14
0
ファイル: FBAnalysisService.svc.cs プロジェクト: JuRogn/OA
 public List<V_ContactDetail> GetContactDetailListByPaging(string strOrgType, string strOrgID, string strOwnerId,
     DateTime dtStart, DateTime dtEnd, string strFilter, List<object> objArgs, string strSortKey, int pageIndex,
     int pageSize, ref int pageCount, ref decimal dBeforeAccount, ref decimal dAfterAccount)
 {
     IList<V_ContactDetail> entList = new List<V_ContactDetail>();
     ExecutionBLL bllExecution = new ExecutionBLL();
     entList = bllExecution.GetContactDetailListByPaging(strOrgType, strOrgID, strOwnerId, dtStart, dtEnd, strFilter, objArgs, strSortKey, pageIndex,
     pageSize, ref pageCount, ref dBeforeAccount, ref dAfterAccount).ToList();
     return entList.Count() > 0 ? entList.ToList() : null;
 }