|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractContract | |
|---|---|
| org.opencrx.kernel.contract1.jmi1 | |
| org.opencrx.kernel.product1.jmi1 | |
| Uses of AbstractContract in org.opencrx.kernel.contract1.jmi1 |
|---|
| Subinterfaces of AbstractContract in org.opencrx.kernel.contract1.jmi1 | |
|---|---|
interface |
Invoice
Class Invoice |
interface |
Lead
Class Lead |
interface |
Opportunity
Class Opportunity |
interface |
Quote
Class Quote |
interface |
SalesOrder
Class SalesOrder |
| Methods in org.opencrx.kernel.contract1.jmi1 that return AbstractContract | |
|---|---|
AbstractContract |
GetContractAmountsParams.getContract()
Retrieves the value for the structure field contract. |
| Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type AbstractContract | |
|---|---|
Invoice |
InvoiceClass.extendAbstractContract(AbstractContract _base,
boolean disabled)
Creates an instance of class Invoice based on the
superclass AbstractContract and all required attributes
not included in this superclass. |
SalesOrder |
SalesOrderClass.extendAbstractContract(AbstractContract _base,
short freightTerms,
boolean disabled)
Creates an instance of class SalesOrder based on the
superclass AbstractContract and all required attributes
not included in this superclass. |
Quote |
QuoteClass.extendAbstractContract(AbstractContract _base,
short freightTerms,
boolean disabled)
Creates an instance of class Quote based on the superclass
AbstractContract and all required attributes not included
in this superclass. |
Opportunity |
OpportunityClass.extendAbstractContract(AbstractContract _base,
short opportunityRating,
short opportunitySource,
boolean disabled)
Creates an instance of class Opportunity based on the
superclass AbstractContract and all required attributes
not included in this superclass. |
Lead |
LeadClass.extendAbstractContract(AbstractContract _base,
short leadRating,
short leadSource,
boolean disabled)
Creates an instance of class Lead based on the superclass
AbstractContract and all required attributes not included
in this superclass. |
| Uses of AbstractContract in org.opencrx.kernel.product1.jmi1 |
|---|
| Methods in org.opencrx.kernel.product1.jmi1 that return AbstractContract | |
|---|---|
AbstractContract |
GetPriceLevelParams.getContract()
Retrieves the value for the structure field contract. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||