MatchingFulfillmentTOrderItem, TFulfillmentItem Class |
Namespace: Aloe.EnterpriseOne.Model.Core.Transformations
public abstract class MatchingFulfillment<TOrderItem, TFulfillmentItem> : Fulfillment<TOrderItem, TFulfillmentItem> where TFulfillmentItem : EnterpriseOneEntityObject
The MatchingFulfillmentTOrderItem, TFulfillmentItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExecuteForZeroOrderItems |
Gets a value indicating whether the fulfillment will execute even for order items with zero remaining values.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |
![]() | Item |
Gets the MeasureTOrderItem, TFulfillmentItem with the specified name.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |
![]() | MatchingFunction |
Gets the matching function.
|
![]() | Measures |
Gets all measures.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |
![]() | Name |
Gets the name.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |
![]() | OrphanHandling |
Specifies orphan handling strategy.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |
![]() | Transaction |
Gets the transaction.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |
Name | Description | |
---|---|---|
![]() | CreateFulfillmentItems(TOrderItem) |
Creates fulfillment items for the specified order item for all remaining quantities.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |
![]() | CreateFulfillmentItems(TOrderItem, FulfillmentAdviceTOrderItem, TFulfillmentItem) |
Creates fulfillment items for the specified order item.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |
![]() | CreateReverseFulfillmentItems |
Creates reverse fulfillment items. Primarily used for reversing orphaned items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |
![]() | ExecuteFulfillment |
Executes the fulfillment for the specified order items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |
![]() | GetFulfillments |
Gets the fulfillments of an order item.
(Overrides FulfillmentTOrderItem, TFulfillmentItemGetFulfillments(TOrderItem).) |
![]() | GetOrphans |
Gets the orphaned fulfillment items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |