Uses of Class
org.exoplatform.perkstore.model.ProductOrder
Packages that use ProductOrder
Package
Description
-
Uses of ProductOrder in org.exoplatform.perkstore.model
Methods in org.exoplatform.perkstore.model that return ProductOrder -
Uses of ProductOrder in org.exoplatform.perkstore.rest
Methods in org.exoplatform.perkstore.rest with parameters of type ProductOrderModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsePerkStoreOrderREST.createOrder(ProductOrder order) javax.ws.rs.core.ResponsePerkStoreOrderREST.saveOrder(ProductOrder order, String modificationType) javax.ws.rs.core.ResponsePerkStoreOrderREST.saveOrderSimulate(ProductOrder order) -
Uses of ProductOrder in org.exoplatform.perkstore.service
Methods in org.exoplatform.perkstore.service that return ProductOrderModifier and TypeMethodDescriptionPerkStoreService.createOrder(ProductOrder order, String username) PerkStoreService.getOrderById(long orderId) PerkStoreService.saveOrder(ProductOrder order, ProductOrderModificationType modificationType, String username, boolean checkUsername) Methods in org.exoplatform.perkstore.service that return types with arguments of type ProductOrderModifier and TypeMethodDescriptionPerkStoreService.getOrders(OrderFilter filter, String username) Methods in org.exoplatform.perkstore.service with parameters of type ProductOrderModifier and TypeMethodDescriptionvoidPerkStoreService.checkCanCreateOrder(ProductOrder order, String username) PerkStoreService.createOrder(ProductOrder order, String username) PerkStoreService.saveOrder(ProductOrder order, ProductOrderModificationType modificationType, String username, boolean checkUsername) -
Uses of ProductOrder in org.exoplatform.perkstore.service.utils
Fields in org.exoplatform.perkstore.service.utils with type parameters of type ProductOrderModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<ProductOrder> NotificationUtils.NEW_ORDER_PARAMETERstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<ProductOrder> NotificationUtils.OLD_ORDER_PARAMETERMethods in org.exoplatform.perkstore.service.utils that return ProductOrderModifier and TypeMethodDescriptionstatic ProductOrderUtils.fromEntity(ProductOrderEntity entity) static final ProductOrderNotificationUtils.getOldOrderParameter(org.exoplatform.commons.api.notification.NotificationContext ctx) static final ProductOrderNotificationUtils.getUpdatedOrderParameter(org.exoplatform.commons.api.notification.NotificationContext ctx) Methods in org.exoplatform.perkstore.service.utils with parameters of type ProductOrderModifier and TypeMethodDescriptionstatic final voidUtils.computeOrderDeliverStatus(ProductOrder order, double refundedQuantity, double deliveredQuantity) static final voidUtils.computeOrderPaymentStatus(ProductOrder order, boolean transactionSuccess) static final StringNotificationUtils.getNotificationURL(Product product, ProductOrder productOrder) static final voidNotificationUtils.setNotificationRecipients(org.exoplatform.commons.api.notification.model.NotificationInfo notification, GlobalSettings globalSettings, Product product, ProductOrder order, boolean newProduct, boolean newOrder, Profile modifier) static final voidNotificationUtils.setOrderParameter(org.exoplatform.commons.api.notification.NotificationContext ctx, ProductOrder order) static final voidNotificationUtils.storeOrderParameters(org.exoplatform.commons.api.notification.model.NotificationInfo notification, ProductOrder oldOrder, ProductOrder updatedOrder, ProductOrderModificationType orderModificationType, boolean isNew, Profile modifier) static ProductOrderEntityUtils.toEntity(ProductEntity productEntity, ProductOrder order) -
Uses of ProductOrder in org.exoplatform.perkstore.storage
Methods in org.exoplatform.perkstore.storage that return ProductOrderModifier and TypeMethodDescriptionPerkStoreStorage.findOrderByRefundTransactionHash(String hash) PerkStoreStorage.findOrderByTransactionHash(String hash) PerkStoreStorage.getOrderById(long orderId) PerkStoreStorage.replaceTransactions(String oldHash, String newHash) PerkStoreStorage.saveOrder(ProductOrder order) Methods in org.exoplatform.perkstore.storage that return types with arguments of type ProductOrderModifier and TypeMethodDescriptionPerkStoreStorage.getOrders(String username, OrderFilter filter, boolean isPerkStoreManager, boolean isProductOwner) Methods in org.exoplatform.perkstore.storage with parameters of type ProductOrder -
Uses of ProductOrder in org.exoplatform.perkstore.storage.cached
Methods in org.exoplatform.perkstore.storage.cached that return ProductOrderModifier and TypeMethodDescriptionPerkStoreCachedStorage.findOrderByRefundTransactionHash(String hash) PerkStoreCachedStorage.findOrderByTransactionHash(String hash) PerkStoreCachedStorage.getOrderById(long orderId) PerkStoreCachedStorage.replaceTransactions(String oldHash, String newHash) PerkStoreCachedStorage.saveOrder(ProductOrder order) Methods in org.exoplatform.perkstore.storage.cached with parameters of type ProductOrder