Esempio n. 1
0
        protected static FR_L3CO_GCORHwPbH_1610_Array Execute(DbConnection Connection, DbTransaction Transaction, P_L3CO_GCORHwPbH_1610 Parameter, CSV2Core.SessionSecurity.SessionSecurityTicket securityTicket = null)
        {
            var returnStatus = new FR_L3CO_GCORHwPbH_1610_Array();

            DbCommand command = Connection.CreateCommand();

            command.Connection  = Connection;
            command.Transaction = Transaction;
            var commandLocation = "CL3_CustomerOrder.Atomic.Retrieval.SQL.cls_Get_CustomerOrderReturnHeaders_with_Positions_by_HeaderIDs.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;

            command.CommandText = System.Text.RegularExpressions.Regex.Replace(command.CommandText, "=[ \t]*@CustomerOrderReturnHeaderIDs", " IN $$CustomerOrderReturnHeaderIDs$$");
            CSV2Core_MySQL.Support.DBSQLSupport.AppendINStatement(command, "$CustomerOrderReturnHeaderIDs$", Parameter.CustomerOrderReturnHeaderIDs);


            List <L3CO_GCORHwPbH_1610_raw> results = new List <L3CO_GCORHwPbH_1610_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[] { "ORD_CUO_CustomerOrderReturn_HeaderID", "CustomerOrderReturnNumber", "DateOfCustomerReturn", "CustomerOrderReturnHeaderTotalValue", "ReturnOrderCreatedBy", "CustomerName", "ORD_CUO_CustomerOrderReturn_PositionID", "CMN_PRO_Product_RefID", "Product_Name_DictID", "Product_Number", "Position_ValueTotal", "Position_ValuePerUnit", "Position_Quantity", "ApplicableSalesTax_RefID", "TaxRate", "TaxName_DictID", "EconomicRegion_RefID", "IsStorage_BatchNumberMandatory", "IsStorage_ExpiryDateMandatory", "BatchNumber", "ExpiryDate", "Target_WRH_Shelf_RefID", "QuantityInStock" });
                while (reader.Read())
                {
                    L3CO_GCORHwPbH_1610_raw resultItem = new L3CO_GCORHwPbH_1610_raw();
                    //0:Parameter ORD_CUO_CustomerOrderReturn_HeaderID of type Guid
                    resultItem.ORD_CUO_CustomerOrderReturn_HeaderID = reader.GetGuid(0);
                    //1:Parameter CustomerOrderReturnNumber of type String
                    resultItem.CustomerOrderReturnNumber = reader.GetString(1);
                    //2:Parameter DateOfCustomerReturn of type DateTime
                    resultItem.DateOfCustomerReturn = reader.GetDate(2);
                    //3:Parameter CustomerOrderReturnHeaderTotalValue of type decimal
                    resultItem.CustomerOrderReturnHeaderTotalValue = reader.GetDecimal(3);
                    //4:Parameter ReturnOrderCreatedBy of type String
                    resultItem.ReturnOrderCreatedBy = reader.GetString(4);
                    //5:Parameter CustomerName of type String
                    resultItem.CustomerName = reader.GetString(5);
                    //6:Parameter ORD_CUO_CustomerOrderReturn_PositionID of type Guid
                    resultItem.ORD_CUO_CustomerOrderReturn_PositionID = reader.GetGuid(6);
                    //7:Parameter CMN_PRO_Product_RefID of type Guid
                    resultItem.CMN_PRO_Product_RefID = reader.GetGuid(7);
                    //8:Parameter Product_Name of type Dict
                    resultItem.Product_Name             = reader.GetDictionary(8);
                    resultItem.Product_Name.SourceTable = "cmn_pro_products";
                    loader.Append(resultItem.Product_Name);
                    //9:Parameter Product_Number of type String
                    resultItem.Product_Number = reader.GetString(9);
                    //10:Parameter Position_ValueTotal of type decimal
                    resultItem.Position_ValueTotal = reader.GetDecimal(10);
                    //11:Parameter Position_ValuePerUnit of type decimal
                    resultItem.Position_ValuePerUnit = reader.GetDecimal(11);
                    //12:Parameter Position_Quantity of type double
                    resultItem.Position_Quantity = reader.GetDouble(12);
                    //13:Parameter ApplicableSalesTax_RefID of type Guid
                    resultItem.ApplicableSalesTax_RefID = reader.GetGuid(13);
                    //14:Parameter TaxRate of type double
                    resultItem.TaxRate = reader.GetDouble(14);
                    //15:Parameter TaxName of type Dict
                    resultItem.TaxName             = reader.GetDictionary(15);
                    resultItem.TaxName.SourceTable = "acc_tax_taxes";
                    loader.Append(resultItem.TaxName);
                    //16:Parameter EconomicRegion_RefID of type Guid
                    resultItem.EconomicRegion_RefID = reader.GetGuid(16);
                    //17:Parameter IsStorage_BatchNumberMandatory of type bool
                    resultItem.IsStorage_BatchNumberMandatory = reader.GetBoolean(17);
                    //18:Parameter IsStorage_ExpiryDateMandatory of type bool
                    resultItem.IsStorage_ExpiryDateMandatory = reader.GetBoolean(18);
                    //19:Parameter BatchNumber of type string
                    resultItem.BatchNumber = reader.GetString(19);
                    //20:Parameter ExpiryDate of type DateTime
                    resultItem.ExpiryDate = reader.GetDate(20);
                    //21:Parameter Target_WRH_Shelf_RefID of type Guid
                    resultItem.Target_WRH_Shelf_RefID = reader.GetGuid(21);
                    //22:Parameter QuantityInStock of type decimal
                    resultItem.QuantityInStock = reader.GetDecimal(22);

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

            returnStatus.Result = L3CO_GCORHwPbH_1610_raw.Convert(results).ToArray();
            return(returnStatus);
        }
Esempio n. 2
0
 ///<summary>
 /// Invokes the method for the given Connection, and Transaction, leaving them open/not commited if no exceptions occured
 ///<summary>
 public static FR_L3CO_GCORHwPbH_1610_Array Invoke(DbConnection Connection, DbTransaction Transaction, P_L3CO_GCORHwPbH_1610 Parameter, CSV2Core.SessionSecurity.SessionSecurityTicket securityTicket = null)
 {
     return(Invoke(Connection, Transaction, null, Parameter, securityTicket));
 }
Esempio n. 3
0
        ///<summary>
        /// Method Invocation of wrapper classes
        ///<summary>
        protected static FR_L3CO_GCORHwPbH_1610_Array Invoke(DbConnection Connection, DbTransaction Transaction, string ConnectionString, P_L3CO_GCORHwPbH_1610 Parameter, CSV2Core.SessionSecurity.SessionSecurityTicket securityTicket = null)
        {
            bool cleanupConnection  = Connection == null;
            bool cleanupTransaction = Transaction == null;

            FR_L3CO_GCORHwPbH_1610_Array functionReturn = new FR_L3CO_GCORHwPbH_1610_Array();

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

                functionReturn = Execute(Connection, Transaction, Parameter, 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_CustomerOrderReturnHeaders_with_Positions_by_HeaderIDs", ex);
            }
            return(functionReturn);
        }
Esempio n. 4
0
 ///<summary>
 /// Opens the connection/transaction for the given connectionString, and closes them when complete
 ///<summary>
 public static FR_L3CO_GCORHwPbH_1610_Array Invoke(string ConnectionString, P_L3CO_GCORHwPbH_1610 Parameter, CSV2Core.SessionSecurity.SessionSecurityTicket securityTicket = null)
 {
     return(Invoke(null, null, ConnectionString, Parameter, securityTicket));
 }