Пример #1
0
        ///<summary>
        /// Method Invocation of wrapper classes
        ///<summary>
        protected static FR_L5TE_GDAfT_1844_Array Invoke(DbConnection Connection, DbTransaction Transaction, string ConnectionString, CSV2Core.SessionSecurity.SessionSecurityTicket securityTicket = null)
        {
            bool cleanupConnection  = Connection == null;
            bool cleanupTransaction = Transaction == null;

            FR_L5TE_GDAfT_1844_Array functionReturn = new FR_L5TE_GDAfT_1844_Array();

            try
            {
                if (cleanupConnection == true)
                {
                    Connection = CSV2Core_MySQL.Support.DBSQLSupport.CreateConnection(ConnectionString);
                    Connection.Open();
                }
                if (cleanupTransaction == true)
                {
                    Transaction = Connection.BeginTransaction();
                }

                functionReturn = Execute(Connection, Transaction, securityTicket);

                #region Cleanup Connection/Transaction
                //Commit the transaction
                if (cleanupTransaction == true)
                {
                    Transaction.Commit();
                }
                //Close the connection
                if (cleanupConnection == true)
                {
                    Connection.Close();
                }
                #endregion
            }
            catch (Exception ex)
            {
                try
                {
                    if (cleanupTransaction == true && Transaction != null)
                    {
                        Transaction.Rollback();
                    }
                }
                catch { }

                try
                {
                    if (cleanupConnection == true && Connection != null)
                    {
                        Connection.Close();
                    }
                }
                catch { }

                throw new Exception("Exception occured in method cls_Get_Devices_Availability_for_TenantID", ex);
            }
            return(functionReturn);
        }
Пример #2
0
        protected static FR_L5TE_GDAfT_1844_Array Execute(DbConnection Connection, DbTransaction Transaction, CSV2Core.SessionSecurity.SessionSecurityTicket securityTicket = null)
        {
            var returnStatus = new FR_L5TE_GDAfT_1844_Array();

            DbCommand command = Connection.CreateCommand();

            command.Connection  = Connection;
            command.Transaction = Transaction;
            var commandLocation = "CL5_MyHealthClub_TimeAndException.Atomic.Retrieval.SQL.cls_Get_Devices_Availability_for_TenantID.sql";

            command.CommandText = new System.IO.StreamReader(System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream(commandLocation)).ReadToEnd();
            CSV2Core_MySQL.Support.DBSQLSupport.SetParameter(command, "ticket", securityTicket);
            command.CommandTimeout = QueryTimeout;

            List <L5TE_GDAfT_1844_raw> results = new List <L5TE_GDAfT_1844_raw>();
            var loader = new CSV2Core_MySQL.Dictionaries.MultiTable.Loader.DictionaryLoader(Connection, Transaction);
            var reader = new CSV2Core_MySQL.Support.DBSQLReader(command.ExecuteReader());

            try
            {
                reader.SetOrdinals(new string[] { "PPS_DEV_Device_InstanceID", "Device_RefID", "CMN_STR_Office_RefID", "CMN_CAL_AVA_AvailabilityID", "IsDefaultAvailabilityType", "GlobalPropertyMatchingID", "DateName", "StartTime", "EndTime", "Creation_Timestamp", "IsMonthly", "IsYearly", "IsWeekly", "HasRepeatingOn_Mondays", "HasRepeatingOn_Tuesdays", "HasRepeatingOn_Wednesdays", "HasRepeatingOn_Thursdays", "HasRepeatingOn_Fridays", "HasRepeatingOn_Saturdays", "HasRepeatingOn_Sundays", "IsAvailabilityExclusionItem", "IsDaily", "IsRepetitive", "IsWholeDayEvent", "Reason" });
                while (reader.Read())
                {
                    L5TE_GDAfT_1844_raw resultItem = new L5TE_GDAfT_1844_raw();
                    //0:Parameter PPS_DEV_Device_InstanceID of type Guid
                    resultItem.PPS_DEV_Device_InstanceID = reader.GetGuid(0);
                    //1:Parameter Device_RefID of type Guid
                    resultItem.Device_RefID = reader.GetGuid(1);
                    //2:Parameter CMN_STR_Office_RefID of type Guid
                    resultItem.CMN_STR_Office_RefID = reader.GetGuid(2);
                    //3:Parameter CMN_CAL_AVA_AvailabilityID of type Guid
                    resultItem.CMN_CAL_AVA_AvailabilityID = reader.GetGuid(3);
                    //4:Parameter IsDefaultAvailabilityType of type bool
                    resultItem.IsDefaultAvailabilityType = reader.GetBoolean(4);
                    //5:Parameter GlobalPropertyMatchingID of type String
                    resultItem.GlobalPropertyMatchingID = reader.GetString(5);
                    //6:Parameter DateName of type String
                    resultItem.DateName = reader.GetString(6);
                    //7:Parameter StartTime of type DateTime
                    resultItem.StartTime = reader.GetDate(7);
                    //8:Parameter EndTime of type DateTime
                    resultItem.EndTime = reader.GetDate(8);
                    //9:Parameter Creation_Timestamp of type DateTime
                    resultItem.Creation_Timestamp = reader.GetDate(9);
                    //10:Parameter IsMonthly of type bool
                    resultItem.IsMonthly = reader.GetBoolean(10);
                    //11:Parameter IsYearly of type bool
                    resultItem.IsYearly = reader.GetBoolean(11);
                    //12:Parameter IsWeekly of type bool
                    resultItem.IsWeekly = reader.GetBoolean(12);
                    //13:Parameter HasRepeatingOn_Mondays of type bool
                    resultItem.HasRepeatingOn_Mondays = reader.GetBoolean(13);
                    //14:Parameter HasRepeatingOn_Tuesdays of type bool
                    resultItem.HasRepeatingOn_Tuesdays = reader.GetBoolean(14);
                    //15:Parameter HasRepeatingOn_Wednesdays of type bool
                    resultItem.HasRepeatingOn_Wednesdays = reader.GetBoolean(15);
                    //16:Parameter HasRepeatingOn_Thursdays of type bool
                    resultItem.HasRepeatingOn_Thursdays = reader.GetBoolean(16);
                    //17:Parameter HasRepeatingOn_Fridays of type bool
                    resultItem.HasRepeatingOn_Fridays = reader.GetBoolean(17);
                    //18:Parameter HasRepeatingOn_Saturdays of type bool
                    resultItem.HasRepeatingOn_Saturdays = reader.GetBoolean(18);
                    //19:Parameter HasRepeatingOn_Sundays of type bool
                    resultItem.HasRepeatingOn_Sundays = reader.GetBoolean(19);
                    //20:Parameter IsAvailabilityExclusionItem of type bool
                    resultItem.IsAvailabilityExclusionItem = reader.GetBoolean(20);
                    //21:Parameter IsDaily of type bool
                    resultItem.IsDaily = reader.GetBoolean(21);
                    //22:Parameter IsRepetitive of type bool
                    resultItem.IsRepetitive = reader.GetBoolean(22);
                    //23:Parameter IsWholeDayEvent of type bool
                    resultItem.IsWholeDayEvent = reader.GetBoolean(23);
                    //24:Parameter Reason of type String
                    resultItem.Reason = reader.GetString(24);

                    results.Add(resultItem);
                }
            }
            catch (Exception ex)
            {
                reader.Close();
                throw new Exception("Exception occured durng data retrieval in method cls_Get_Devices_Availability_for_TenantID", ex);
            }
            reader.Close();
            //Load all the dictionaries from the datatables
            loader.Load();

            returnStatus.Result = L5TE_GDAfT_1844_raw.Convert(results).ToArray();
            return(returnStatus);
        }