org.broadleafcommerce.core.order.dao
Class FulfillmentGroupItemDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.core.order.dao.FulfillmentGroupItemDaoImpl
All Implemented Interfaces:
FulfillmentGroupItemDao

@Repository(value="blFulfillmentGroupItemDao")
public class FulfillmentGroupItemDaoImpl
extends java.lang.Object
implements FulfillmentGroupItemDao


Field Summary
protected  javax.persistence.EntityManager em
           
protected  EntityConfiguration entityConfiguration
           
 
Constructor Summary
FulfillmentGroupItemDaoImpl()
           
 
Method Summary
 FulfillmentGroupItem create()
           
 void delete(FulfillmentGroupItem fulfillmentGroupItem)
           
 FulfillmentGroupItem readFulfillmentGroupItemById(java.lang.Long fulfillmentGroupItemId)
           
 java.util.List<FulfillmentGroupItem> readFulfillmentGroupItemsForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
           
 FulfillmentGroupItem save(FulfillmentGroupItem fulfillmentGroupItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

em

protected javax.persistence.EntityManager em

entityConfiguration

protected EntityConfiguration entityConfiguration
Constructor Detail

FulfillmentGroupItemDaoImpl

public FulfillmentGroupItemDaoImpl()
Method Detail

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.