コード例 #1
0
        public TransformationBE Load841Files(string ControlNumber, string PartnerName, DateTime?TxnDate)
        {
            TransformationBE TransactionList = new TransformationBE();
            TransactionDO    objDO           = new TransactionDO();

            try
            {
                TransactionList = objDO.Load841Files(ControlNumber, PartnerName, TxnDate);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(TransactionList);
        }
コード例 #2
0
        public GenericCollection <GRHeaderBE> GetGRArchiveFiles(DateTime?DateFrom, DateTime?DateTo, string TxnType, string Partner)
        {
            GenericCollection <GRHeaderBE> TransactionList = new GenericCollection <GRHeaderBE>();
            TransactionDO objDO = new TransactionDO();

            try
            {
                TransactionList = objDO.GetGRArchiveFiles(DateFrom, DateTo, TxnType, Partner);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(TransactionList);
        }
コード例 #3
0
        public GenericCollection <TransformationBE> GetTransformationDetails(DateTime?DateFrom, DateTime?DateTo, string ControlNumber, string PartnerName, string PONumber, string Plant)
        {
            GenericCollection <TransformationBE> TransactionList = new GenericCollection <TransformationBE>();
            TransactionDO objDO = new TransactionDO();

            try
            {
                TransactionList = objDO.GetTransformationDetails(DateFrom, DateTo, ControlNumber, PartnerName, PONumber, Plant);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(TransactionList);
        }
コード例 #4
0
        public AllTransactionBE GetTxnDetailsfromExtranet(string POList, string ControlNumberList, string TxnType, string Partnername, DateTime?DateFrom, DateTime?DateTo)
        {
            AllTransactionBE TransactionList = new AllTransactionBE();
            TransactionDO    objDO           = new TransactionDO();

            try
            {
                TransactionList = objDO.GetTxnDetailsfromExtranet(POList, ControlNumberList, TxnType, Partnername, DateFrom, DateTo);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(TransactionList);
        }
コード例 #5
0
        public GenericCollection <ASNHeaderBE> GetASNArchiveFiles(DateTime?DateFrom, DateTime?DateTo)
        {
            GenericCollection <ASNHeaderBE> TransactionList = new GenericCollection <ASNHeaderBE>();
            TransactionDO objDO = new TransactionDO();

            try
            {
                TransactionList = objDO.GetASNArchiveFiles(DateFrom, DateTo);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(TransactionList);
        }
コード例 #6
0
        public GenericCollection <GRListBE> GetGRCorpnetList(string Action, DateTime?DateFrom, DateTime?DateTo, string PONumber, string LoadID, string Partner, string ControlNumber, string RefID, DateTime?TxnDate)
        {
            GenericCollection <GRListBE> ShowShipHeaderList = new GenericCollection <GRListBE>();
            TransactionDO objDO = new TransactionDO();

            try
            {
                ShowShipHeaderList = objDO.GetGRCorpnetList(Action, DateFrom, DateTo, PONumber, LoadID, Partner, ControlNumber, RefID, TxnDate);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(ShowShipHeaderList);
        }
コード例 #7
0
        public System.Data.DataSet ExecuteQueryWindow(string txtQuery, string Environment, bool IsCeva)
        {
            DataSet       ds    = new DataSet();
            TransactionDO objDO = new TransactionDO();

            try
            {
                ds = objDO.ExecuteQueryWindow(txtQuery, Environment, IsCeva);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(ds);
        }
コード例 #8
0
        public GenericCollection <ShowShipmentBE> GetShowShipment945Details(string Type, string TransctionID, string DO, string LoadID, string Status, string TxnType, string Partner, string Plant, string OrderType, DateTime?DateFrom, DateTime?DateTo)
        {
            GenericCollection <ShowShipmentBE> ShowShipmentDetails = new GenericCollection <ShowShipmentBE>();
            TransactionDO objDO = new TransactionDO();

            try
            {
                ShowShipmentDetails = objDO.GetShowShipment945Details(Type, TransctionID, DO, LoadID, Status, TxnType, Partner, Plant, OrderType, DateFrom, DateTo);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(ShowShipmentDetails);
        }
コード例 #9
0
        public GenericCollection <DeliveryShipmentBE> GetDeliveryShipmentDetails(string Type, string TransctionID, string DO, string PO, string Status, string Partner, string Plant, string OrderType, DateTime?DateFrom, DateTime?DateTo)
        {
            GenericCollection <DeliveryShipmentBE> DeliveryShipmentDetails = new GenericCollection <DeliveryShipmentBE>();
            TransactionDO objDO = new TransactionDO();

            try
            {
                DeliveryShipmentDetails = objDO.GetDeliveryShipmentDetails(Type, TransctionID, DO, PO, Status, Partner, Plant, OrderType, DateFrom, DateTo);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(DeliveryShipmentDetails);
        }
コード例 #10
0
        public GenericCollection <PartnerBE> GetExtraPartnerList()
        {
            GenericCollection <PartnerBE> PartnerList = new GenericCollection <PartnerBE>();
            TransactionDO objDO = new TransactionDO();

            try
            {
                PartnerList = objDO.GetExtraPartnerList();
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(PartnerList);
        }
コード例 #11
0
        public AllTransactionBE GetTransactionList(string TxnType, DateTime?DateFrom, DateTime?DateTo, string PartnerName)
        {
            AllTransactionBE TransactionList = new AllTransactionBE();
            TransactionDO    objDO           = new TransactionDO();

            try
            {
                TransactionList = objDO.GetTransactionList(TxnType, PartnerName, DateFrom, DateTo);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(TransactionList);
        }
コード例 #12
0
        public GenericCollection <ShowShipHeaderBE> GetShowShipDetails(string Type, string TxnID, string DONumber, string Status, string Partner, DateTime?DateFrom, DateTime?DateTo)
        {
            GenericCollection <ShowShipHeaderBE> ShowShipHeaderList = new GenericCollection <ShowShipHeaderBE>();
            TransactionDO objDO = new TransactionDO();

            try
            {
                ShowShipHeaderList = objDO.GetTransformationDetails(Type, TxnID, DONumber, Status, Partner, DateFrom, DateTo);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(ShowShipHeaderList);
        }