atg.b2bcommerce.invoice.pipeline
Class InvoicePipelineArgs

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by atg.commerce.invoice.pipeline.InvoicePipelineArgs
              extended by atg.b2bcommerce.invoice.pipeline.InvoicePipelineArgs
All Implemented Interfaces:
InvoicePipelineConstants, java.io.Serializable, java.lang.Cloneable, java.util.Map

Deprecated.

public class InvoicePipelineArgs
extends InvoicePipelineArgs

See Also:
InvoicePipelineArgs, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static java.lang.String CLASS_VERSION
          Deprecated.  
 
Fields inherited from interface atg.commerce.invoice.pipeline.InvoicePipelineConstants
INVOICE_ITEM, INVOICE_MANAGER, INVOICE_REQUEST_INFO
 
Constructor Summary
InvoicePipelineArgs()
          Deprecated. Create a new empty instance of InvoicePipelineArgs.
InvoicePipelineArgs(InvoiceManager pManager, RepositoryItem pItem)
          Deprecated. Create a new instance of InvoicePipelineArgs, storing the specified invoice manager and repository item under well-known keys in the dictionary.
InvoicePipelineArgs(InvoiceManager pManager, RepositoryItem pItem, InvoiceRequestInfo pInfo)
          Deprecated. Create a new instance of InvoicePipelineArgs, storing the specified invoice manager, repository item, and invoice request info used for initialization under well-known keys in the dictionary.
 
Method Summary
 
Methods inherited from class atg.commerce.invoice.pipeline.InvoicePipelineArgs
getInvoice, getInvoiceManager, getInvoiceRequestInfo
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Deprecated. 
Constructor Detail

InvoicePipelineArgs

public InvoicePipelineArgs()
Deprecated. 
Create a new empty instance of InvoicePipelineArgs.


InvoicePipelineArgs

public InvoicePipelineArgs(InvoiceManager pManager,
                           RepositoryItem pItem)
Deprecated. 
Create a new instance of InvoicePipelineArgs, storing the specified invoice manager and repository item under well-known keys in the dictionary.


InvoicePipelineArgs

public InvoicePipelineArgs(InvoiceManager pManager,
                           RepositoryItem pItem,
                           InvoiceRequestInfo pInfo)
Deprecated. 
Create a new instance of InvoicePipelineArgs, storing the specified invoice manager, repository item, and invoice request info used for initialization under well-known keys in the dictionary.