org.broadleafcommerce.core.order.service
Class FulfillmentGroupServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.core.order.service.FulfillmentGroupServiceImpl
All Implemented Interfaces:
FulfillmentGroupService

@Service(value="blFulfillmentGroupService")
public class FulfillmentGroupServiceImpl
extends java.lang.Object
implements FulfillmentGroupService


Field Summary
protected  FulfillmentGroupDao fulfillmentGroupDao
           
 
Constructor Summary
FulfillmentGroupServiceImpl()
           
 
Method Summary
 FulfillmentGroup createEmptyFulfillmentGroup()
           
 void delete(FulfillmentGroup fulfillmentGroup)
           
 FulfillmentGroup findFulfillmentGroupById(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

fulfillmentGroupDao

protected FulfillmentGroupDao fulfillmentGroupDao
Constructor Detail

FulfillmentGroupServiceImpl

public FulfillmentGroupServiceImpl()
Method Detail

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(java.lang.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.