|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContractPosition
Abstract class ContractPosition
| Method Summary | ||
|---|---|---|
void |
addAddress(ContractAddress newValue)
|
|
void |
addAddress(String id,
ContractAddress newValue)
|
|
void |
addContact(Contact newValue)
|
|
void |
addContact(int importance,
Contact newValue)
|
|
void |
addDeliveryInformation(DeliveryInformation newValue)
|
|
void |
addDeliveryInformation(String id,
DeliveryInformation newValue)
|
|
void |
addDeliveryRequest(DeliveryRequest newValue)
|
|
void |
addDeliveryRequest(String id,
DeliveryRequest newValue)
|
|
void |
addDepotReference(DepotReference newValue)
|
|
void |
addDepotReference(String id,
DepotReference newValue)
|
|
void |
addProductApplication(ProductApplication newValue)
|
|
void |
addProductApplication(String id,
ProductApplication newValue)
|
|
|
getAddress(ContractAddressQuery query)
Retrieves the value for the reference address for the
specified query. |
|
CalculationRule |
getCalcRule()
Retrieves the value for the reference calcRule. |
|
Account |
getCarrier()
Retrieves the value for the reference carrier. |
|
|
getDeliveryInformation(DeliveryInformationQuery query)
Retrieves the value for the reference deliveryInformation
for the specified query. |
|
|
getDeliveryRequest(DeliveryRequestQuery query)
Retrieves the value for the reference deliveryRequest for
the specified query. |
|
|
getDepotReference(DepotReferenceQuery query)
Retrieves the value for the reference depotReference for
the specified query. |
|
ProductBasePrice |
getListPrice()
Retrieves the value for the reference listPrice. |
|
|
getPositionModification(PositionModificationQuery query)
Retrieves the value for the reference positionModification
for the specified query. |
|
PriceLevel |
getPriceLevel()
Retrieves the value for the reference priceLevel. |
|
Uom |
getPriceUom()
Retrieves the value for the reference priceUom. |
|
PricingRule |
getPricingRule()
Retrieves the value for the reference pricingRule. |
|
|
getProductApplication(ProductApplicationQuery query)
Retrieves the value for the reference productApplication
for the specified query. |
|
SalesTaxType |
getSalesTaxType()
Retrieves the value for the reference salesTaxType. |
|
Uom |
getUom()
Retrieves the value for the reference uom. |
|
void |
removeAddress(String id)
|
|
void |
removeCalcRule()
Removes the value for the optional reference calcRule. |
|
void |
removeContact(int importance)
|
|
void |
removeDeliveryInformation(String id)
|
|
void |
removeDeliveryRequest(String id)
|
|
void |
removeDepotReference(String id)
|
|
void |
removeListPrice()
Removes the value for the optional reference listPrice. |
|
void |
removePriceLevel()
Removes the value for the optional reference priceLevel. |
|
void |
removePriceUom()
Removes the value for the optional reference priceUom. |
|
void |
removePricingRule()
Removes the value for the optional reference pricingRule. |
|
void |
removeProductApplication(String id)
|
|
void |
removeUom()
Removes the value for the optional reference uom. |
|
|
reprice(org.openmdx.base.cci2.Void params)
|
|
void |
setCalcRule(CalculationRule calcRule)
Sets a new value for the reference calcRule. |
|
void |
setCarrier(Account carrier)
Sets a new value for the reference carrier. |
|
void |
setListPrice(ProductBasePrice listPrice)
Sets a new value for the reference listPrice. |
|
void |
setPriceLevel(PriceLevel priceLevel)
Sets a new value for the reference priceLevel. |
|
void |
setPriceUom(Uom priceUom)
Sets a new value for the reference priceUom. |
|
void |
setPricingRule(PricingRule pricingRule)
Sets a new value for the reference pricingRule. |
|
void |
setSalesTaxType(SalesTaxType salesTaxType)
Sets a new value for the reference salesTaxType. |
|
void |
setUom(Uom uom)
Sets a new value for the reference uom. |
|
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.AddressContainer |
|---|
getAddress |
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.DeliveryRequestContainer |
|---|
getDeliveryRequest |
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.ShippingDetail |
|---|
getGiftMessage, getShippingInstructions, getShippingMethod, getShippingTrackingNumber, isGift, setGift, setGiftMessage, setShippingInstructions, setShippingMethod, setShippingTrackingNumber |
| Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReferenceHolder |
|---|
getDepotReference |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
<T extends ContractAddress> List<T> getAddress(ContractAddressQuery query)
address for the
specified query.
query - predicate which is applied to the set of referenced objects.
true.
void addAddress(String id,
ContractAddress newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addAddress(ContractAddress newValue)
newValue - The element to be appended.void removeAddress(String id)
CalculationRule getCalcRule()
calcRule.
getCalcRule in interface ContractPositionnull – value for this reference.void setCalcRule(CalculationRule calcRule)
calcRule.
setCalcRule in interface ContractPositioncalcRule - The non-null new value for this reference.void removeCalcRule()
calcRule.
void addContact(int importance,
Contact newValue)
importance - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addContact(Contact newValue)
newValue - The element to be appended.void removeContact(int importance)
<T extends DeliveryInformation> List<T> getDeliveryInformation(DeliveryInformationQuery query)
deliveryInformation
for the specified query.
query - predicate which is applied to the set of referenced objects.
true.
void addDeliveryInformation(String id,
DeliveryInformation newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addDeliveryInformation(DeliveryInformation newValue)
newValue - The element to be appended.void removeDeliveryInformation(String id)
ProductBasePrice getListPrice()
listPrice.
getListPrice in interface ContractPositionnull – value for this reference.void setListPrice(ProductBasePrice listPrice)
listPrice.
setListPrice in interface ContractPositionlistPrice - The non-null new value for this reference.void removeListPrice()
listPrice.
<T extends PositionModification> List<T> getPositionModification(PositionModificationQuery query)
positionModification
for the specified query.
query - predicate which is applied to the set of referenced objects.
true.PriceLevel getPriceLevel()
priceLevel.
getPriceLevel in interface ContractPositionnull – value for this reference.void setPriceLevel(PriceLevel priceLevel)
priceLevel.
setPriceLevel in interface ContractPositionpriceLevel - The non-null new value for this reference.void removePriceLevel()
priceLevel.
Uom getPriceUom()
priceUom.
getPriceUom in interface ContractPositionnull – value for this reference.void setPriceUom(Uom priceUom)
priceUom.
setPriceUom in interface ContractPositionpriceUom - The non-null new value for this reference.void removePriceUom()
priceUom.
PricingRule getPricingRule()
pricingRule.
getPricingRule in interface ContractPositionnull – value for this reference.void setPricingRule(PricingRule pricingRule)
pricingRule.
setPricingRule in interface ContractPositionpricingRule - The non-null new value for this reference.void removePricingRule()
pricingRule.
<T extends ProductApplication> List<T> getProductApplication(ProductApplicationQuery query)
productApplication
for the specified query.
query - predicate which is applied to the set of referenced objects.
true.
void addProductApplication(String id,
ProductApplication newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addProductApplication(ProductApplication newValue)
newValue - The element to be appended.void removeProductApplication(String id)
<T extends org.openmdx.base.cci2.Void> T reprice(org.openmdx.base.cci2.Void params)
throws RefException
RefExceptionSalesTaxType getSalesTaxType()
salesTaxType.
getSalesTaxType in interface ContractPositionnull value for this reference.void setSalesTaxType(SalesTaxType salesTaxType)
salesTaxType.
setSalesTaxType in interface ContractPositionsalesTaxType - The non-null new value for this reference.Uom getUom()
uom.
getUom in interface ContractPositionnull – value for this reference.void setUom(Uom uom)
uom.
setUom in interface ContractPositionuom - The non-null new value for this reference.void removeUom()
uom.
<T extends DeliveryRequest> List<T> getDeliveryRequest(DeliveryRequestQuery query)
deliveryRequest for
the specified query.
query - predicate which is applied to the set of referenced objects.
true.
void addDeliveryRequest(String id,
DeliveryRequest newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addDeliveryRequest(DeliveryRequest newValue)
newValue - The element to be appended.void removeDeliveryRequest(String id)
Account getCarrier()
carrier.
getCarrier in interface ShippingDetailnull value for this reference.void setCarrier(Account carrier)
carrier.
setCarrier in interface ShippingDetailcarrier - The non-null new value for this reference.<T extends DepotReference> List<T> getDepotReference(DepotReferenceQuery query)
depotReference for
the specified query.
query - predicate which is applied to the set of referenced objects.
true.
void addDepotReference(String id,
DepotReference newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addDepotReference(DepotReference newValue)
newValue - The element to be appended.void removeDepotReference(String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||