org.broadleafcommerce.core.order.dao
Class FulfillmentGroupItemDaoImpl
java.lang.Object
org.broadleafcommerce.core.order.dao.FulfillmentGroupItemDaoImpl
- All Implemented Interfaces:
- FulfillmentGroupItemDao
@Repository(value="blFulfillmentGroupItemDao")
public class FulfillmentGroupItemDaoImpl
- extends java.lang.Object
- implements FulfillmentGroupItemDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
FulfillmentGroupItemDaoImpl
public FulfillmentGroupItemDaoImpl()
delete
public void delete(FulfillmentGroupItem fulfillmentGroupItem)
- Specified by:
delete in interface FulfillmentGroupItemDao
save
public FulfillmentGroupItem save(FulfillmentGroupItem fulfillmentGroupItem)
- Specified by:
save in interface FulfillmentGroupItemDao
readFulfillmentGroupItemById
public FulfillmentGroupItem readFulfillmentGroupItemById(java.lang.Long fulfillmentGroupItemId)
- Specified by:
readFulfillmentGroupItemById in interface FulfillmentGroupItemDao
readFulfillmentGroupItemsForFulfillmentGroup
public java.util.List<FulfillmentGroupItem> readFulfillmentGroupItemsForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
- Specified by:
readFulfillmentGroupItemsForFulfillmentGroup in interface FulfillmentGroupItemDao
create
public FulfillmentGroupItem create()
- Specified by:
create in interface FulfillmentGroupItemDao
Copyright © 2012. All Rights Reserved.