Uses of Class
org.broadleafcommerce.core.order.service.type.FulfillmentGroupStatusType

Packages that use FulfillmentGroupStatusType
org.broadleafcommerce.core.order.dao   
org.broadleafcommerce.core.order.domain   
org.broadleafcommerce.core.order.service   
org.broadleafcommerce.core.order.service.type   
 

Uses of FulfillmentGroupStatusType in org.broadleafcommerce.core.order.dao
 

Methods in org.broadleafcommerce.core.order.dao with parameters of type FulfillmentGroupStatusType
 List<FulfillmentGroup> FulfillmentGroupDaoImpl.readFulfillmentGroupsByStatus(FulfillmentGroupStatusType status, int start, int maxResults)
           
 List<FulfillmentGroup> FulfillmentGroupDao.readFulfillmentGroupsByStatus(FulfillmentGroupStatusType status, int start, int maxResults)
          Reads FulfillmentGroups by status, ascending according to the date that the order was created.
 List<FulfillmentGroup> FulfillmentGroupDaoImpl.readFulfillmentGroupsByStatus(FulfillmentGroupStatusType status, int start, int maxResults, boolean ascending)
           
 List<FulfillmentGroup> FulfillmentGroupDao.readFulfillmentGroupsByStatus(FulfillmentGroupStatusType status, int start, int maxResults, boolean ascending)
          Reads FulfillmentGroups by status, either ascending or descending according to the date that the order was created.
 

Uses of FulfillmentGroupStatusType in org.broadleafcommerce.core.order.domain
 

Methods in org.broadleafcommerce.core.order.domain that return FulfillmentGroupStatusType
 FulfillmentGroupStatusType FulfillmentGroupItem.getStatus()
           
 FulfillmentGroupStatusType FulfillmentGroup.getStatus()
           
 FulfillmentGroupStatusType FulfillmentGroupItemImpl.getStatus()
           
 FulfillmentGroupStatusType FulfillmentGroupImpl.getStatus()
           
 

Methods in org.broadleafcommerce.core.order.domain with parameters of type FulfillmentGroupStatusType
 void FulfillmentGroupItem.setStatus(FulfillmentGroupStatusType status)
           
 void FulfillmentGroup.setStatus(FulfillmentGroupStatusType status)
           
 void FulfillmentGroupItemImpl.setStatus(FulfillmentGroupStatusType status)
           
 void FulfillmentGroupImpl.setStatus(FulfillmentGroupStatusType status)
           
 

Uses of FulfillmentGroupStatusType in org.broadleafcommerce.core.order.service
 

Methods in org.broadleafcommerce.core.order.service with parameters of type FulfillmentGroupStatusType
 List<FulfillmentGroup> FulfillmentGroupService.findFulfillmentGroupsByStatus(FulfillmentGroupStatusType status, int start, int maxResults)
          Reads FulfillmentGroups by status, ascending according to the date that the order was created.
 List<FulfillmentGroup> FulfillmentGroupServiceImpl.findFulfillmentGroupsByStatus(FulfillmentGroupStatusType status, int start, int maxResults)
           
 List<FulfillmentGroup> FulfillmentGroupService.findFulfillmentGroupsByStatus(FulfillmentGroupStatusType status, int start, int maxResults, boolean ascending)
          Reads FulfillmentGroups by status, either ascending or descending according to the date that the order was created.
 List<FulfillmentGroup> FulfillmentGroupServiceImpl.findFulfillmentGroupsByStatus(FulfillmentGroupStatusType status, int start, int maxResults, boolean ascending)
           
 

Uses of FulfillmentGroupStatusType in org.broadleafcommerce.core.order.service.type
 

Fields in org.broadleafcommerce.core.order.service.type declared as FulfillmentGroupStatusType
static FulfillmentGroupStatusType FulfillmentGroupStatusType.DELIVERED
          DELIVERED: Used to indicate that all items in the fulfillment group have been delivered.
static FulfillmentGroupStatusType FulfillmentGroupStatusType.FULFILLED
          FULFILLED: Used to indicate that the Fulfillment Group is completely fulfilled (e.g.
static FulfillmentGroupStatusType FulfillmentGroupStatusType.PARTIALLY_DELIVERED
          PARTIALLY_DELIVERED: Indicates that an item or a FulfillemntGroup has been partially received by the customer.
static FulfillmentGroupStatusType FulfillmentGroupStatusType.PARTIALLY_FULFILLED
          PARTIALLY_FULFILLED: Used to indicate that one or more items has been fulfilled or partially fulfilled, but that there are some items in the fulfillment group that are not fulfilled.
static FulfillmentGroupStatusType FulfillmentGroupStatusType.PROCESSING
          PROCESSING: Used to indicate that the fulfillment group is being processed.
static FulfillmentGroupStatusType FulfillmentGroupStatusType.SHIPPED
          Deprecated.  
 

Methods in org.broadleafcommerce.core.order.service.type that return FulfillmentGroupStatusType
static FulfillmentGroupStatusType FulfillmentGroupStatusType.getInstance(String type)
           
 



Copyright © 2013. All Rights Reserved.