类 OrderApi
java.lang.Object
com.iplatform.base.AbstractController
com.iplatform.base.AbstractSecurityController
com.iplatform.base.AbstractFileOperateSpiController
com.iplatform.base.SystemController
com.iplatform.base.PlatformAdapterController
com.iplatform.base.WechatBaseController
com.ishop.merchant.BaseController
com.ishop.mobile.BaseApi
com.ishop.mobile.api.OrderApi
- 所有已实现的接口:
org.springframework.beans.factory.InitializingBean
-
嵌套类概要
从类继承的嵌套类/接口 com.iplatform.base.AbstractController
com.iplatform.base.AbstractController.ResponseFormat -
字段概要
从类继承的字段 com.iplatform.base.AbstractController
DEFAULT_JS_NAME, DEFAULT_PAGER_VIEW_NAME, logger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.walker.web.ResponseValuecomputedPrice(com.ishop.model.request.OrderComputedPriceRequest request) 计算订单价格。com.walker.web.ResponseValuecreateOrder(com.ishop.model.request.CreateOrderRequest orderRequest) 创建订单com.walker.web.ResponseValue订单列表:订单详情com.walker.web.ResponseValue获取订单状态图com.walker.web.ResponseValueloadPreOrder(String preOrderNo) 加载预下单com.walker.web.ResponseValue订单列表com.walker.web.ResponseValuepreOrder(PreOrderRequest request) 预下单从类继承的方法 com.ishop.mobile.BaseApi
getCartService, getFrontOrderService, getIndexService, getPreOrderCache, getProductReplyService, getQrcodeService, getUserCenterService, getUserTokenService, getWechatOpenIdCache从类继承的方法 com.ishop.merchant.BaseController
acquireArticleDetailVo, acquireCommonOrderDetail, acquireCommonOrderList, acquireOrderInvoiceList, batchUpdateEbUserCache, getArticleCategoryCache, getArticleService, getCityCache, getCityService, getCouponService, getCouponUserService, getCurrentEbUser, getExpressCache, getExpressService, getLevelCache, getMerchantApplyService, getMerchantCache, getMerchantCategoryCache, getMerchantCategoryName, getMerchantProductCategoryService, getMerchantService, getMerchantTypeCache, getMerchantTypeName, getMerProductCategoryCache, getOrderInvoiceService, getOrderService, getPayService, getProductAttrCache, getProductAttrValueService, getProductBrandCache, getProductBrandService, getProductCache, getProductCategoryCache, getProductCategoryService, getProductDescriptionService, getProductGuaranteeService, getProductRelationService, getProductRuleService, getProductService, getShippingTemplateService, getUserAddressService, getUserBalanceService, getUserBrokerageService, getUserRechargeService, getUserRegCache, getUserRegConfigCache, getUserRegConfigService, getUserRegisterName, getUserRegisterService, isMerchant, isPlatformSuper从类继承的方法 com.iplatform.base.WechatBaseController
acquireMiniAccessToken, acquirePublicAccessToken, getWechatCache, pushNotificationWithTemplate从类继承的方法 com.iplatform.base.PlatformAdapterController
acquireGroupDataConfigList, acquireGroupDataList, acquireGroupDataNormal, getSystemGroupCache从类继承的方法 com.iplatform.base.SystemController
afterPropertiesSet, downloadLocalImportTemplate, getCaptchaCacheProvider, getCurrentOrgMenuScope, getCurrentWebUserAgent, getDataImportEngine, getDept, getDeptCacheProvider, getDeptName, getDictCacheProvider, getDictName, getLoginStrategyManager, getNotificationTemplateCache, getOrgListScope, getOwner, getPushManager, getRootOrgIdByDept, getSmsCaptchaProvider, getUser, getUserCacheProvider, getUserLoginCache, getUserRootOrgId, getUserService, getWebAgentService, sendSmsCodeValidation, setCaptchaCacheProvider, setDeptCacheProvider, setDictCacheProvider, setPlatformDataImportEngine, setPushManager, setSmsCaptchaProvider, setUserCacheProvider, systemLogError, systemLogSuccess, validateSmsCode从类继承的方法 com.iplatform.base.AbstractFileOperateSpiController
acquireFileOperateSpi, clearCdnPrefix, getCdnUrl, getFileInfo, getFileInfoList, getLocalFileData, uploadFileToLocal, uploadFileToLocal, uploadFileToLocal, uploadFileToLocal, uploadFileToLocal, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote从类继承的方法 com.iplatform.base.AbstractSecurityController
acquireSecurityUserProperties, encryptPassword, getCurrentDataScope, getCurrentUser, getCurrentUserId, getCurrentUserPrincipal, getCurrentUserRoleIdList, isSupervisor, loginAsWorkflowRole, matchesPassword, validatePasswordRule从类继承的方法 com.iplatform.base.AbstractController
acquireTablePage, ajaxOutputFileStream, ajaxOutputFileStream, ajaxOutPutHtml, ajaxOutPutJson, ajaxOutPutText, ajaxOutPutXml, downloadSimpleFile, getArgumentManager, getArgumentVariable, getAttribute, getContextPath, getDoubleParameter, getFloatParameter, getIntParameter, getLongParameter, getParameter, getParameterUTF8, getParameterValues, getParamsDateTime, getPlatformCallback, getRequest, getResponse, getServerDomain, getThirdPartyManager, preparePageSearch, print, setAttribute, setDefaultContentType
-
构造器详细资料
-
OrderApi
public OrderApi()
-
-
方法详细资料
-
getOrderStatusImage
@RequestMapping(value="/status/image", method=GET) public com.walker.web.ResponseValue getOrderStatusImage()获取订单状态图- 返回:
-
detail
@RequestMapping(value="/detail/{orderNo}", method=GET) public com.walker.web.ResponseValue detail(@PathVariable String orderNo) 订单列表:订单详情- 参数:
orderNo-- 返回:
-
createOrder
@RequestMapping(value="/create", method=POST) public com.walker.web.ResponseValue createOrder(@RequestBody com.ishop.model.request.CreateOrderRequest orderRequest) 创建订单- 返回:
-
computedPrice
@RequestMapping(value="/computed/price", method=POST) public com.walker.web.ResponseValue computedPrice(@RequestBody com.ishop.model.request.OrderComputedPriceRequest request) 计算订单价格。- 返回:
-
orderList
@RequestMapping(value="/list", method=GET) public com.walker.web.ResponseValue orderList(Integer status) 订单列表- 参数:
status- 订单状态(-1:全部,0:待支付,1:待发货,2:部分发货, 3:待核销,4:待收货,5:已收货,6:已完成,9:已取消)- 返回:
-
loadPreOrder
@RequestMapping(value="/load/pre/{preOrderNo}", method=GET) public com.walker.web.ResponseValue loadPreOrder(@PathVariable String preOrderNo) 加载预下单- 返回:
-
preOrder
@RequestMapping(value="/pre/order", method=POST) public com.walker.web.ResponseValue preOrder(@RequestBody PreOrderRequest request) 预下单- 返回:
-