org.broadleafcommerce.core.order.service
Class FulfillmentOptionServiceImpl
java.lang.Object
org.broadleafcommerce.core.order.service.FulfillmentOptionServiceImpl
- All Implemented Interfaces:
- FulfillmentOptionService
@Service(value="blFulfillmentOptionService")
public class FulfillmentOptionServiceImpl
- extends Object
- implements FulfillmentOptionService
- Author:
- Phillip Verheyden
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FulfillmentOptionServiceImpl
public FulfillmentOptionServiceImpl()
readFulfillmentOptionById
public FulfillmentOption readFulfillmentOptionById(Long fulfillmentOptionId)
- Specified by:
readFulfillmentOptionById in interface FulfillmentOptionService
save
@Transactional(value="blTransactionManager")
public FulfillmentOption save(FulfillmentOption option)
- Specified by:
save in interface FulfillmentOptionService
readAllFulfillmentOptions
public List<FulfillmentOption> readAllFulfillmentOptions()
- Specified by:
readAllFulfillmentOptions in interface FulfillmentOptionService
Copyright © 2012. All Rights Reserved.