Uses of Class
org.broadleafcommerce.core.order.service.type.FulfillmentGroupStatusType
Packages that use FulfillmentGroupStatusType
Package
Description
-
Uses of FulfillmentGroupStatusType in org.broadleafcommerce.core.order.dao
Methods in org.broadleafcommerce.core.order.dao with parameters of type FulfillmentGroupStatusTypeModifier and TypeMethodDescriptionFulfillmentGroupDao.readFulfillmentGroupsByStatus(FulfillmentGroupStatusType status, int start, int maxResults) Reads FulfillmentGroups by status, ascending according to the date that the order was created.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.FulfillmentGroupDaoImpl.readFulfillmentGroupsByStatus(FulfillmentGroupStatusType status, int start, int maxResults) FulfillmentGroupDaoImpl.readFulfillmentGroupsByStatus(FulfillmentGroupStatusType status, int start, int maxResults, boolean ascending) -
Uses of FulfillmentGroupStatusType in org.broadleafcommerce.core.order.domain
Methods in org.broadleafcommerce.core.order.domain that return FulfillmentGroupStatusTypeModifier and TypeMethodDescriptionFulfillmentGroup.getStatus()FulfillmentGroupImpl.getStatus()FulfillmentGroupItem.getStatus()FulfillmentGroupItemImpl.getStatus()Methods in org.broadleafcommerce.core.order.domain with parameters of type FulfillmentGroupStatusTypeModifier and TypeMethodDescriptionvoidFulfillmentGroup.setStatus(FulfillmentGroupStatusType status) voidFulfillmentGroupImpl.setStatus(FulfillmentGroupStatusType status) voidFulfillmentGroupItem.setStatus(FulfillmentGroupStatusType status) voidFulfillmentGroupItemImpl.setStatus(FulfillmentGroupStatusType status) -
Uses of FulfillmentGroupStatusType in org.broadleafcommerce.core.order.service
Methods in org.broadleafcommerce.core.order.service with parameters of type FulfillmentGroupStatusTypeModifier and TypeMethodDescriptionFulfillmentGroupService.findFulfillmentGroupsByStatus(FulfillmentGroupStatusType status, int start, int maxResults) Reads FulfillmentGroups by status, ascending according to the date that the order was created.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.FulfillmentGroupServiceImpl.findFulfillmentGroupsByStatus(FulfillmentGroupStatusType status, int start, int maxResults) 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 FulfillmentGroupStatusTypeModifier and TypeFieldDescriptionstatic final FulfillmentGroupStatusTypeFulfillmentGroupStatusType.CANCELLEDCANCELLED: Used to indicate that the fulfillment group will not be shipped.static final FulfillmentGroupStatusTypeFulfillmentGroupStatusType.DELIVEREDDELIVERED: Used to indicate that all items in the fulfillment group have been delivered.static final FulfillmentGroupStatusTypeFulfillmentGroupStatusType.FULFILLEDFULFILLED: Used to indicate that the Fulfillment Group is completely fulfilled (e.g.static final FulfillmentGroupStatusTypeFulfillmentGroupStatusType.PARTIALLY_DELIVEREDPARTIALLY_DELIVERED: Indicates that an item or a FulfillemntGroup has been partially received by the customer.static final FulfillmentGroupStatusTypeFulfillmentGroupStatusType.PARTIALLY_FULFILLEDPARTIALLY_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 final FulfillmentGroupStatusTypeFulfillmentGroupStatusType.PROCESSINGPROCESSING: Used to indicate that the fulfillment group is being processed.static final FulfillmentGroupStatusTypeFulfillmentGroupStatusType.SHIPPEDDeprecated.Methods in org.broadleafcommerce.core.order.service.type that return FulfillmentGroupStatusTypeModifier and TypeMethodDescriptionstatic FulfillmentGroupStatusTypeFulfillmentGroupStatusType.getInstance(String type)