org.broadleafcommerce.core.order.dao
Class FulfillmentGroupDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.core.order.dao.FulfillmentGroupDaoImpl
All Implemented Interfaces:
FulfillmentGroupDao

@Repository(value="blFulfillmentGroupDao")
public class FulfillmentGroupDaoImpl
extends java.lang.Object
implements FulfillmentGroupDao


Field Summary
protected  javax.persistence.EntityManager em
           
protected  EntityConfiguration entityConfiguration
           
 
Constructor Summary
FulfillmentGroupDaoImpl()
           
 
Method Summary
 FulfillmentGroup create()
           
 FulfillmentGroup createDefault()
           
 void delete(FulfillmentGroup fulfillmentGroup)
           
 FulfillmentGroupImpl readDefaultFulfillmentGroupForOrder(Order order)
           
 FulfillmentGroup readFulfillmentGroupById(java.lang.Long fulfillmentGroupId)
           
 FulfillmentGroup save(FulfillmentGroup fulfillmentGroup)
           
 
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

FulfillmentGroupDaoImpl

public FulfillmentGroupDaoImpl()
Method Detail

save

public FulfillmentGroup save(FulfillmentGroup fulfillmentGroup)
Specified by:
save in interface FulfillmentGroupDao

readFulfillmentGroupById

public FulfillmentGroup readFulfillmentGroupById(java.lang.Long fulfillmentGroupId)
Specified by:
readFulfillmentGroupById in interface FulfillmentGroupDao

readDefaultFulfillmentGroupForOrder

public FulfillmentGroupImpl readDefaultFulfillmentGroupForOrder(Order order)
Specified by:
readDefaultFulfillmentGroupForOrder in interface FulfillmentGroupDao

delete

public void delete(FulfillmentGroup fulfillmentGroup)
Specified by:
delete in interface FulfillmentGroupDao

createDefault

public FulfillmentGroup createDefault()
Specified by:
createDefault in interface FulfillmentGroupDao

create

public FulfillmentGroup create()
Specified by:
create in interface FulfillmentGroupDao


Copyright © 2012. All Rights Reserved.