Example #1
0
        public override System.Web.Mvc.ActionResult GetAll(Amazon.Web.ViewModels.Grid.GridRequest request, string styleString, string keywords, long?dropShipperId, bool onlyInStock, string barcode, string gender, System.Collections.Generic.List <int> itemStyles, System.Collections.Generic.List <int> sleeves, int?holidayId, int?mainLicense, int?subLicense, bool hasInitialQty, int?pictureStatus, int?fillingStatus, int?noneSoldPeriod, string onlineStatus, bool includeKiosk, bool onlyOnHold, int?minQty, string excludeMarketplaceId, string includeMarketplaceId)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.GetAll);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "request", request);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "styleString", styleString);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "keywords", keywords);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "dropShipperId", dropShipperId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "onlyInStock", onlyInStock);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "barcode", barcode);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "gender", gender);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "itemStyles[]", itemStyles);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "sleeves[]", sleeves);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "holidayId", holidayId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "mainLicense", mainLicense);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "subLicense", subLicense);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "hasInitialQty", hasInitialQty);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "pictureStatus", pictureStatus);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "fillingStatus", fillingStatus);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "noneSoldPeriod", noneSoldPeriod);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "onlineStatus", onlineStatus);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "includeKiosk", includeKiosk);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "onlyOnHold", onlyOnHold);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "minQty", minQty);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "excludeMarketplaceId", excludeMarketplaceId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "includeMarketplaceId", includeMarketplaceId);
            GetAllOverride(callInfo, request, styleString, keywords, dropShipperId, onlyInStock, barcode, gender, itemStyles, sleeves, holidayId, mainLicense, subLicense, hasInitialQty, pictureStatus, fillingStatus, noneSoldPeriod, onlineStatus, includeKiosk, onlyOnHold, minQty, excludeMarketplaceId, includeMarketplaceId);
            return(callInfo);
        }
Example #2
0
        public override System.Web.Mvc.ActionResult GetAll(Amazon.Web.ViewModels.Grid.GridRequest request)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.GetAll);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "request", request);
            GetAllOverride(callInfo, request);
            return(callInfo);
        }
Example #3
0
        public override System.Web.Mvc.ActionResult GetAll(Amazon.Web.ViewModels.Grid.GridRequest request, string orderString, System.DateTime?fromDate, System.DateTime?toDate)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.GetAll);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "request", request);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "orderString", orderString);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "fromDate", fromDate);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "toDate", toDate);
            GetAllOverride(callInfo, request, orderString, fromDate, toDate);
            return(callInfo);
        }
        public override System.Web.Mvc.ActionResult GetChildren(Amazon.Web.ViewModels.Grid.GridRequest requst, int market, string marketplaceId, int listingsMode, string parentAsin)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.GetChildren);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "requst", requst);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "market", market);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "marketplaceId", marketplaceId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "listingsMode", listingsMode);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "parentAsin", parentAsin);
            GetChildrenOverride(callInfo, requst, market, marketplaceId, listingsMode, parentAsin);
            return(callInfo);
        }
Example #5
0
        public override System.Web.Mvc.ActionResult GetAll(Amazon.Web.ViewModels.Grid.GridRequest request, System.DateTime?fromDate, System.DateTime?toDate, string keywords, string gender, System.Collections.Generic.List <int> itemStyles, int?mainLicense, int?subLicense, int?market, string marketplaceId)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.GetAll);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "request", request);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "fromDate", fromDate);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "toDate", toDate);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "keywords", keywords);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "gender", gender);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "itemStyles[]", itemStyles);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "mainLicense", mainLicense);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "subLicense", subLicense);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "market", market);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "marketplaceId", marketplaceId);
            GetAllOverride(callInfo, request, fromDate, toDate, keywords, gender, itemStyles, mainLicense, subLicense, market, marketplaceId);
            return(callInfo);
        }
Example #6
0
        public override System.Web.Mvc.ActionResult GetOrders(Amazon.Web.ViewModels.Grid.GridRequest request, int?market, string marketplaceId, string orderStatus, string shippingStatus, string dateFrom, string dateTo, string buyerName, string orderNumber, long?batchId, long?dropShipperId, string styleId, long?styleItemId)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.GetOrders);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "request", request);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "market", market);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "marketplaceId", marketplaceId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "orderStatus", orderStatus);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "shippingStatus", shippingStatus);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "dateFrom", dateFrom);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "dateTo", dateTo);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "buyerName", buyerName);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "orderNumber", orderNumber);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "batchId", batchId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "dropShipperId", dropShipperId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "styleId", styleId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "styleItemId", styleItemId);
            GetOrdersOverride(callInfo, request, market, marketplaceId, orderStatus, shippingStatus, dateFrom, dateTo, buyerName, orderNumber, batchId, dropShipperId, styleId, styleItemId);
            return(callInfo);
        }
Example #7
0
        public override System.Web.Mvc.ActionResult GetAllParents(Amazon.Web.ViewModels.Grid.GridRequest request, string keywords, string styleName, string gender, string brand, long?styleId, long?dropShipperId, decimal?priceFrom, decimal?priceTo, int?publishedStatus, int?availability, int?listingsMode, int?market, string marketplaceId)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.GetAllParents);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "request", request);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "keywords", keywords);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "styleName", styleName);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "gender", gender);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "brand", brand);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "styleId", styleId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "dropShipperId", dropShipperId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "priceFrom", priceFrom);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "priceTo", priceTo);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "publishedStatus", publishedStatus);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "availability", availability);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "listingsMode", listingsMode);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "market", market);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "marketplaceId", marketplaceId);
            GetAllParentsOverride(callInfo, request, keywords, styleName, gender, brand, styleId, dropShipperId, priceFrom, priceTo, publishedStatus, availability, listingsMode, market, marketplaceId);
            return(callInfo);
        }
 partial void GetChildrenOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Amazon.Web.ViewModels.Grid.GridRequest requst, int market, string marketplaceId, int listingsMode, string parentAsin);
Example #9
0
 partial void GetAllOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Amazon.Web.ViewModels.Grid.GridRequest request);
Example #10
0
 partial void GetAllParentsOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Amazon.Web.ViewModels.Grid.GridRequest request, string keywords, string styleName, string gender, string brand, long?styleId, long?dropShipperId, decimal?priceFrom, decimal?priceTo, int?publishedStatus, int?availability, int?listingsMode, int?market, string marketplaceId);
Example #11
0
 partial void GetAllOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Amazon.Web.ViewModels.Grid.GridRequest request, System.DateTime?fromDate, System.DateTime?toDate, string keywords, string gender, System.Collections.Generic.List <int> itemStyles, int?mainLicense, int?subLicense, int?market, string marketplaceId);
Example #12
0

        
Example #13
0
 partial void GetOrdersOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Amazon.Web.ViewModels.Grid.GridRequest request, int?market, string marketplaceId, string orderStatus, string shippingStatus, string dateFrom, string dateTo, string buyerName, string orderNumber, long?batchId, long?dropShipperId, string styleId, long?styleItemId);
Example #14
0
 partial void GetAllOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Amazon.Web.ViewModels.Grid.GridRequest request, string styleString, string keywords, long?dropShipperId, bool onlyInStock, string barcode, string gender, System.Collections.Generic.List <int> itemStyles, System.Collections.Generic.List <int> sleeves, int?holidayId, int?mainLicense, int?subLicense, bool hasInitialQty, int?pictureStatus, int?fillingStatus, int?noneSoldPeriod, string onlineStatus, bool includeKiosk, bool onlyOnHold, int?minQty, string excludeMarketplaceId, string includeMarketplaceId);
Example #15
0
 partial void GetAllOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Amazon.Web.ViewModels.Grid.GridRequest request, string orderString, System.DateTime?fromDate, System.DateTime?toDate);