Click or drag to resize

DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem Class

Represents the specification of a fulfillment process in which the fulfillment items are document lines.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentTOrderItem, TFulfillmentItem
    Aloe.EnterpriseOne.Model.Core.TransformationsEntityFulfillmentTOrderItem, TFulfillmentItem
      Aloe.EnterpriseOne.Model.Core.TransformationsDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem
        Aloe.EnterpriseOne.Model.Applications.ServiceServiceOrderLinesToStoreOrderLinesFulfillment
        Aloe.EnterpriseOne.Model.Core.TransformationsDocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public abstract class DocumentLinesFulfillment<TOrderItem, TFulfillmentDocument, TFulfillmentItem> : EntityFulfillment<TOrderItem, TFulfillmentItem>
where TFulfillmentDocument : Document
where TFulfillmentItem : DocumentChild

Type Parameters

TOrderItem
The type of the order item.
TFulfillmentDocument
The type of the fulfillment document.
TFulfillmentItem
The type of the fulfillment detail line.

The DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem type exposes the following members.

Constructors
  NameDescription
Public methodDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem
Initializes a new instance of the DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem class.
Top
Properties
  NameDescription
Public propertyExecuteForZeroOrderItems
Gets a value indicating whether the fulfillment will execute even for order items with zero remaining values.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyGetOrCreateSubDocument
Gets the get or create function, which returns sub-document for each order item.
Public propertyItem (Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyMeasures
Gets all measures.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyName
Gets the name.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyOrphanHandling
Specifies orphan handling strategy.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyTransaction
Gets the transaction.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Top
Methods
  NameDescription
Public methodCreateFulfillmentItems(TOrderItem)
Creates fulfillment items for the specified order item for all remaining quantities.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodCreateFulfillmentItems(TOrderItem, FulfillmentAdviceTOrderItem, TFulfillmentItem)
Creates fulfillment items for the specified order item.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodCreateReverseFulfillmentItems
Creates reverse fulfillment items. Primarily used for reversing orphaned items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodExecuteFulfillment
Executes the fulfillment for the specified order items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodGetFulfillments
Gets the fulfillments of an order item.
(Inherited from EntityFulfillmentTOrderItem, TFulfillmentItem.)
Public methodGetFulfillmentsQuery
Gets the fulfillments query.
(Overrides EntityFulfillmentTOrderItem, TFulfillmentItemGetFulfillmentsQuery(TOrderItem).)
Public methodGetOrphans
Gets the orphaned fulfillment items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Top
Remarks
The class is usable as base class only when the GetOrCreate function can be specified for each order item. If the fulfillment might create several documents for one order item or have some state-specific functionality, this class can't be used and the fulfillment should derive from more base class.
See Also