org.broadleafcommerce.core.order.dao
Class FulfillmentOptionDaoImpl
java.lang.Object
org.broadleafcommerce.core.order.dao.FulfillmentOptionDaoImpl
- All Implemented Interfaces:
- FulfillmentOptionDao
@Repository(value="blFulfillmentOptionDao")
public class FulfillmentOptionDaoImpl
- extends Object
- implements FulfillmentOptionDao
- Author:
- Phillip Verheyden
| 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
FulfillmentOptionDaoImpl
public FulfillmentOptionDaoImpl()
readFulfillmentOptionById
public FulfillmentOption readFulfillmentOptionById(Long fulfillmentOptionId)
- Specified by:
readFulfillmentOptionById in interface FulfillmentOptionDao
save
public FulfillmentOption save(FulfillmentOption option)
- Specified by:
save in interface FulfillmentOptionDao
readAllFulfillmentOptions
public List<FulfillmentOption> readAllFulfillmentOptions()
- Specified by:
readAllFulfillmentOptions in interface FulfillmentOptionDao
Copyright © 2012. All Rights Reserved.