org.broadleafcommerce.core.order.dao
Class FulfillmentGroupDaoImpl
java.lang.Object
org.broadleafcommerce.core.order.dao.FulfillmentGroupDaoImpl
- All Implemented Interfaces:
- FulfillmentGroupDao
@Repository(value="blFulfillmentGroupDao")
public class FulfillmentGroupDaoImpl
- extends Object
- implements FulfillmentGroupDao
| 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
FulfillmentGroupDaoImpl
public FulfillmentGroupDaoImpl()
save
public FulfillmentGroup save(FulfillmentGroup fulfillmentGroup)
- Specified by:
save in interface FulfillmentGroupDao
readFulfillmentGroupById
public FulfillmentGroup readFulfillmentGroupById(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
createFulfillmentGroupFee
public FulfillmentGroupFee createFulfillmentGroupFee()
- Specified by:
createFulfillmentGroupFee in interface FulfillmentGroupDao
Copyright © 2013. All Rights Reserved.