| Modifier and Type | Method and Description |
|---|---|
void |
InventoryNotificationWrapper.wrapDetails(InventoryNotification model,
javax.servlet.http.HttpServletRequest request) |
void |
InventoryNotificationWrapper.wrapSummary(InventoryNotification model,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
InventoryNotification |
InventoryNotificationDao.create() |
InventoryNotification |
InventoryNotificationDaoImpl.create() |
InventoryNotification |
InventoryNotificationDao.readById(Long id) |
InventoryNotification |
InventoryNotificationDaoImpl.readById(Long id) |
InventoryNotification |
InventoryNotificationDao.save(InventoryNotification notification) |
InventoryNotification |
InventoryNotificationDaoImpl.save(InventoryNotification request) |
| Modifier and Type | Method and Description |
|---|---|
List<InventoryNotification> |
InventoryNotificationDao.readAll(int start,
int pageSize,
boolean processed) |
List<InventoryNotification> |
InventoryNotificationDaoImpl.readAll(int start,
int pageSize,
boolean processed) |
List<InventoryNotification> |
InventoryNotificationDao.readAllForCustomer(org.broadleafcommerce.profile.core.domain.Customer customer,
boolean processed) |
List<InventoryNotification> |
InventoryNotificationDaoImpl.readAllForCustomer(org.broadleafcommerce.profile.core.domain.Customer customer,
boolean processed) |
List<InventoryNotification> |
InventoryNotificationDao.readAllForEmail(String email,
boolean processed) |
List<InventoryNotification> |
InventoryNotificationDaoImpl.readAllForEmail(String email,
boolean processed) |
List<InventoryNotification> |
InventoryNotificationDao.readAllForSku(org.broadleafcommerce.core.catalog.domain.Sku sku,
int start,
int pageSize,
boolean processed) |
List<InventoryNotification> |
InventoryNotificationDaoImpl.readAllForSku(org.broadleafcommerce.core.catalog.domain.Sku sku,
int start,
int pageSize,
boolean processed) |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryNotificationDao.delete(InventoryNotification notification) |
void |
InventoryNotificationDaoImpl.delete(InventoryNotification request) |
InventoryNotification |
InventoryNotificationDao.save(InventoryNotification notification) |
InventoryNotification |
InventoryNotificationDaoImpl.save(InventoryNotification request) |
| Modifier and Type | Class and Description |
|---|---|
class |
InventoryNotificationImpl |
| Modifier and Type | Method and Description |
|---|---|
InventoryNotification |
InventoryNotificationService.create()
Creates a brand new
InventoryNotification |
InventoryNotification |
InventoryNotificationServiceImpl.create() |
InventoryNotification |
InventoryNotificationService.findById(Long id) |
InventoryNotification |
InventoryNotificationServiceImpl.findById(Long id) |
InventoryNotification |
InventoryNotificationService.save(InventoryNotification notification)
Persists the given notification
|
InventoryNotification |
InventoryNotificationServiceImpl.save(InventoryNotification request) |
| Modifier and Type | Method and Description |
|---|---|
List<InventoryNotification> |
InventoryNotificationService.findAll(int start,
int pageSize,
boolean processed)
Finds all notifications in the system regardless of Sku or Customer
|
List<InventoryNotification> |
InventoryNotificationServiceImpl.findAll(int start,
int pageSize,
boolean processed) |
List<InventoryNotification> |
InventoryNotificationService.findAllForEmail(String email,
boolean processed)
Finds all the notifications that a given email address has subscribed to, usually for anonymous users.
|
List<InventoryNotification> |
InventoryNotificationServiceImpl.findAllForEmail(String email,
boolean processed) |
List<InventoryNotification> |
InventoryNotificationService.findAllForSku(org.broadleafcommerce.core.catalog.domain.Sku sku,
int start,
int pageSize,
boolean processed)
Finds all notifications in the system for the given Sku
|
List<InventoryNotification> |
InventoryNotificationServiceImpl.findAllForSku(org.broadleafcommerce.core.catalog.domain.Sku sku,
int start,
int pageSize,
boolean processed) |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryNotificationService.delete(InventoryNotification notification)
Deletes the given notification
|
void |
InventoryNotificationServiceImpl.delete(InventoryNotification request) |
boolean |
InventoryNotificationService.processNotification(InventoryNotification notification)
Processes the given notification by usually sending an email to the configured
InventoryNotification#getCustomer() or getEmailAddress(). |
boolean |
InventoryNotificationServiceImpl.processNotification(InventoryNotification notification) |
InventoryNotification |
InventoryNotificationService.save(InventoryNotification notification)
Persists the given notification
|
InventoryNotification |
InventoryNotificationServiceImpl.save(InventoryNotification request) |
Copyright © 2020. All rights reserved.