|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
atg.commerce.invoice.pipeline.InvoicePipelineArgs
atg.b2bcommerce.invoice.pipeline.InvoicePipelineArgs
public class InvoicePipelineArgs
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 |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public InvoicePipelineArgs()
public InvoicePipelineArgs(InvoiceManager pManager,
RepositoryItem pItem)
public InvoicePipelineArgs(InvoiceManager pManager,
RepositoryItem pItem,
InvoiceRequestInfo pInfo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||