DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem Class |
Namespace: Aloe.EnterpriseOne.Model.Core.Transformations
public abstract class DocumentLinesToDocumentLinesFulfillment<TOrderItem, TFulfillmentDocument, TFulfillmentItem> : DocumentLinesFulfillment<TOrderItem, TFulfillmentDocument, TFulfillmentItem> where TFulfillmentDocument : Document where TFulfillmentItem : DocumentChild
The DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem |
Initializes a new instance of the DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem class.
|
Name | Description | |
---|---|---|
![]() | ExecuteForZeroOrderItems |
Gets a value indicating whether the fulfillment will execute even for order items with zero remaining values.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |
![]() | GetOrCreateSubDocument |
Gets the get or create function, which returns sub-document for each order item.
(Inherited from DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem.) |
![]() | GetParentDocument |
Function, which gets the parent document of an order item.
|
![]() | Item |
Gets the MeasureTOrderItem, TFulfillmentItem with the specified name.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |
![]() | 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.) |
![]() | GetDocumentFulfillmentsQuery |
Gets the query, which obtains all the fulfillments of the parent document of the order item.
|
![]() | GetFulfillments |
Gets the fulfillments of an order item. This implementation caches the fulfillments of all order items within the document.
(Overrides EntityFulfillmentTOrderItem, TFulfillmentItemGetFulfillments(TOrderItem).) |
![]() | GetFulfillmentsQuery |
Gets the fulfillments query. This method should never be called for the current class.
(Overrides DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItemGetFulfillmentsQuery(TOrderItem).) |
![]() | GetFulfillmentsWithinDocument |
Gets the fulfillments of an order item, searching within all fulfillments of a document.
|
![]() | GetOrphans |
Gets the orphaned fulfillment items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.) |