@Repository(value="blInventoryNotificationDao") public class InventoryNotificationDaoImpl extends Object implements InventoryNotificationDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected org.broadleafcommerce.common.persistence.EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
InventoryNotificationDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
InventoryNotification |
create() |
void |
delete(InventoryNotification request) |
void |
deleteAllProcessed() |
List<InventoryNotification> |
readAll(int start,
int pageSize,
boolean processed) |
List<InventoryNotification> |
readAllForCustomer(org.broadleafcommerce.profile.core.domain.Customer customer,
boolean processed) |
List<InventoryNotification> |
readAllForEmail(String email,
boolean processed) |
List<InventoryNotification> |
readAllForSku(org.broadleafcommerce.core.catalog.domain.Sku sku,
int start,
int pageSize,
boolean processed) |
InventoryNotification |
readById(Long id) |
InventoryNotification |
save(InventoryNotification request) |
protected javax.persistence.EntityManager em
protected org.broadleafcommerce.common.persistence.EntityConfiguration entityConfiguration
public InventoryNotification readById(Long id)
readById in interface InventoryNotificationDaoInventoryNotificationService#findById(Long)}public List<InventoryNotification> readAll(int start, int pageSize, boolean processed)
readAll in interface InventoryNotificationDaoInventoryNotificationService#findAll(int, int, boolean)}public void delete(InventoryNotification request)
delete in interface InventoryNotificationDaoInventoryNotificationService#delete(InventoryNotification)}public InventoryNotification save(InventoryNotification request)
save in interface InventoryNotificationDaoInventoryNotificationService#save(InventoryNotification)}public InventoryNotification create()
create in interface InventoryNotificationDaoInventoryNotificationService#create()}public List<InventoryNotification> readAllForSku(org.broadleafcommerce.core.catalog.domain.Sku sku, int start, int pageSize, boolean processed)
readAllForSku in interface InventoryNotificationDaoInventoryNotificationService#findAllForSku(Sku, int, int, boolean)}public List<InventoryNotification> readAllForCustomer(org.broadleafcommerce.profile.core.domain.Customer customer, boolean processed)
readAllForCustomer in interface InventoryNotificationDaoInventoryNotificationService#findAllForCustomer(Customer, boolean)}public void deleteAllProcessed()
deleteAllProcessed in interface InventoryNotificationDaoInventoryNotificationService#deleteAllProcessed()}public List<InventoryNotification> readAllForEmail(String email, boolean processed)
readAllForEmail in interface InventoryNotificationDaoInventoryNotificationService#findAllForEmail(String, boolean)}Copyright © 2020. All rights reserved.