org.broadleafcommerce.core.order.service
Class FulfillmentGroupServiceImpl
java.lang.Object
org.broadleafcommerce.core.order.service.FulfillmentGroupServiceImpl
- All Implemented Interfaces:
- FulfillmentGroupService
@Service(value="blFulfillmentGroupService")
public class FulfillmentGroupServiceImpl
- extends Object
- implements FulfillmentGroupService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fulfillmentGroupDao
protected FulfillmentGroupDao fulfillmentGroupDao
FulfillmentGroupServiceImpl
public FulfillmentGroupServiceImpl()
save
public FulfillmentGroup save(FulfillmentGroup fulfillmentGroup)
- Specified by:
save in interface FulfillmentGroupService
createEmptyFulfillmentGroup
public FulfillmentGroup createEmptyFulfillmentGroup()
- Specified by:
createEmptyFulfillmentGroup in interface FulfillmentGroupService
findFulfillmentGroupById
public FulfillmentGroup findFulfillmentGroupById(Long fulfillmentGroupId)
- Specified by:
findFulfillmentGroupById in interface FulfillmentGroupService
delete
public void delete(FulfillmentGroup fulfillmentGroup)
- Specified by:
delete in interface FulfillmentGroupService
Copyright © 2012. All Rights Reserved.