Package | Description |
---|---|
com.tibco.aff.oms.dto.order | |
com.tibco.aff.ope.dto.commontypes | |
com.tibco.aff.ope.dto.request | |
com.tibco.aff.ope.types |
Modifier and Type | Method and Description |
---|---|
Udf |
ObjectFactory.createUdf()
Create an instance of
Udf |
Modifier and Type | Method and Description |
---|---|
java.util.List<Udf> |
LineType.getUdves()
Gets the value of the udves property.
|
java.util.List<Udf> |
LineRequestType.getUdves()
Gets the value of the udves property.
|
java.util.List<Udf> |
HeaderType.getUdves()
Gets the value of the udves property.
|
java.util.List<Udf> |
HeaderRequestType.getUdves()
Gets the value of the udves property.
|
Modifier and Type | Method and Description |
---|---|
Udf |
Segment.getUdf()
Gets the value of the udf property.
|
Udf |
Message.getUdf()
Gets the value of the udf property.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Udf> |
ProductInformation.getUdves()
Gets the value of the udves property.
|
java.util.List<Udf> |
PriceItem.getUdves()
Gets the value of the udves property.
|
java.util.List<Udf> |
OptionalProduct.getUdves()
Gets the value of the udves property.
|
java.util.List<Udf> |
ModifierItem.getUdves()
Gets the value of the udves property.
|
java.util.List<Udf> |
InventoryProduct.getUdves()
Gets the value of the udves property.
|
java.util.List<Udf> |
IDs.getUdves()
Gets the value of the udves property.
|
java.util.List<Udf> |
CalculationProduct.getUdves()
Gets the value of the udves property.
|
Modifier and Type | Method and Description |
---|---|
void |
Segment.setUdf(Udf value)
Sets the value of the udf property.
|
void |
Message.setUdf(Udf value)
Sets the value of the udf property.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Udf> |
GetOfferResponse.EligibleProducts.EligibleProduct.getUdves()
Gets the value of the udves property.
|
java.util.List<Udf> |
GetOfferResponse.IneligibleProducts.InEligibleProduct.getUdves()
Gets the value of the udves property.
|
Modifier and Type | Method and Description |
---|---|
com.tibco.aff.ope.types.PriceProduct |
PriceService.createProductForRequest(Product prod,
boolean isOptional,
boolean isInventory,
java.lang.String lineNumber,
Quantity quantity,
java.util.List<Udf> udfs,
java.lang.String action)
Creates a priceproduct object, holding object information from the GetPriceInformaion request.
|