|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractQuotePosition | |
|---|---|
| org.opencrx.kernel.contract1.jmi1 | |
| Uses of AbstractQuotePosition in org.opencrx.kernel.contract1.jmi1 |
|---|
| Subinterfaces of AbstractQuotePosition in org.opencrx.kernel.contract1.jmi1 | |
|---|---|
interface |
QuotePosition
Class QuotePosition |
| Methods in org.opencrx.kernel.contract1.jmi1 with type parameters of type AbstractQuotePosition | ||
|---|---|---|
|
Quote.getPosition(AbstractQuotePositionQuery query)
Retrieves the value for the reference position for the specified query. |
|
| Methods in org.opencrx.kernel.contract1.jmi1 that return AbstractQuotePosition | |
|---|---|
AbstractQuotePosition |
Quote.getPosition(boolean idIsPersistent,
String id)
Retrieves the value for the reference position for the specified qualifier attribute value. |
AbstractQuotePosition |
Quote.getPosition(String id)
Retrieves the value for the reference position for the specified qualifier attribute value. |
| Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type AbstractQuotePosition | |
|---|---|
void |
Quote.addPosition(boolean idIsPersistent,
String id,
AbstractQuotePosition position)
Adds the specified element to the set of the values for the reference position. |
void |
Quote.addPosition(String id,
AbstractQuotePosition position)
Adds the specified element to the set of the values for the reference position using a reassignable qualifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||