Uses of Class
org.exoplatform.perkstore.model.Product
Packages that use Product
Package
Description
-
Uses of Product in org.exoplatform.perkstore.listener
Method parameters in org.exoplatform.perkstore.listener with type arguments of type ProductModifier and TypeMethodDescriptionvoidvoidProductOrderNotificationListener.onEvent(org.exoplatform.services.listener.Event<Product, ProductOrderModification> event) voidWebSocketOrderListener.onEvent(org.exoplatform.services.listener.Event<Product, ProductOrderModification> event) void -
Uses of Product in org.exoplatform.perkstore.model
Methods in org.exoplatform.perkstore.model that return Product -
Uses of Product in org.exoplatform.perkstore.rest
Methods in org.exoplatform.perkstore.rest with parameters of type ProductModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsePerkStoreProductREST.saveProduct(Product product) -
Uses of Product in org.exoplatform.perkstore.service
Methods in org.exoplatform.perkstore.service that return ProductModifier and TypeMethodDescriptionPerkStoreService.getProductById(long productId) PerkStoreService.getProductById(long productId, String username) PerkStoreService.saveProduct(Product product, String username) Methods in org.exoplatform.perkstore.service that return types with arguments of type ProductModifier and TypeMethodDescriptionPerkStoreService.getProducts(boolean available, String username) Methods in org.exoplatform.perkstore.service with parameters of type Product -
Uses of Product in org.exoplatform.perkstore.service.utils
Fields in org.exoplatform.perkstore.service.utils with type parameters of type ProductModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<Product> NotificationUtils.PRODUCT_PARAMETERMethods in org.exoplatform.perkstore.service.utils that return ProductModifier and TypeMethodDescriptionstatic ProductUtils.fromEntity(ProductEntity entity) static final ProductNotificationUtils.getProductParameter(org.exoplatform.commons.api.notification.NotificationContext ctx) Methods in org.exoplatform.perkstore.service.utils with parameters of type ProductModifier and TypeMethodDescriptionstatic final StringNotificationUtils.getNotificationURL(Product product, ProductOrder productOrder) static final booleanUtils.getProductAccessUsersList(Set<String> recipientUsers, Product product, GlobalSettings globalSettings) static final voidUtils.getProductManagersUsersList(Set<String> adminUsers, Product product, GlobalSettings globalSettings) 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.setProductParameter(org.exoplatform.commons.api.notification.NotificationContext ctx, Product product) static final voidNotificationUtils.storeProductParameters(org.exoplatform.commons.api.notification.model.NotificationInfo notification, Product product, boolean isNew) static ProductEntity -
Uses of Product in org.exoplatform.perkstore.storage
Methods in org.exoplatform.perkstore.storage that return ProductModifier and TypeMethodDescriptionPerkStoreStorage.getProductById(long productId) PerkStoreStorage.saveProduct(Product product, String username) Methods in org.exoplatform.perkstore.storage that return types with arguments of type ProductMethods in org.exoplatform.perkstore.storage with parameters of type Product -
Uses of Product in org.exoplatform.perkstore.storage.cached
Methods in org.exoplatform.perkstore.storage.cached that return ProductModifier and TypeMethodDescriptionPerkStoreCachedStorage.getProductById(long productId) PerkStoreCachedStorage.saveProduct(Product product, String username) Methods in org.exoplatform.perkstore.storage.cached with parameters of type ProductModifier and TypeMethodDescriptionPerkStoreCachedStorage.saveProduct(Product product, String username)