| Modifier and Type | Method and Description |
|---|---|
void |
EditOrderPresenter.IView.update(Pricing pricing)
Updates the order's pricing (details and items) UI by recalculated price.
|
void |
EditInvoicePresenter.IView.update(Pricing pricing)
Updates the order's pricing (details and items) UI by recalculated price.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EditInvoiceView.update(Pricing pricing) |
void |
EditOrderView.update(Pricing pricing) |
| Modifier and Type | Method and Description |
|---|---|
void |
EditProductPresenter.IView.update(Pricing pricing)
Updates the product pricing items UI by recalculated pricing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Detail.update(Pricing result)
Updates the product pricing items UI by recalculated pricing.
|
void |
Pricing.update(Pricing result)
Updates the product pricing items UI by recalculated pricing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EditProductView.update(Pricing result) |
| Modifier and Type | Method and Description |
|---|---|
void |
IncomingInvoiceDetailsPresenter.IView.update(Pricing pricing)
Updates the order's pricing (details and items) UI by recalculated price.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncomingInvoiceDetailsView.update(Pricing pricing) |
| Modifier and Type | Method and Description |
|---|---|
Pricing |
RecalculatedPricingEvent.getPricing()
Returns already recalculate pricing items.
|
| Constructor and Description |
|---|
RecalculatedPricingEvent(Pricing pricing) |
| Modifier and Type | Method and Description |
|---|---|
Pricing |
Pricing.setAppliedReverseCharge(Boolean appliedReverseCharge) |
Pricing |
Pricing.setCustomer(PricingCustomer customer) |
Pricing |
Pricing.setDiscountApplied(Boolean discountApplied) |
Pricing |
Pricing.setDiscountDefined(Boolean discountDefined) |
Pricing |
Pricing.setItems(List<PricingItem> items) |
Pricing |
Pricing.setNoDiscountTotalPrice(Double noDiscountTotalPrice) |
Pricing |
Pricing.setNoDiscountTotalPriceExclVat(Double noDiscountTotalPriceExclVat) |
Pricing |
Pricing.setTotalPrice(Double totalPrice) |
Pricing |
Pricing.setTotalPriceExclVat(Double totalPriceExclVat) |
Pricing |
Pricing.setTotalVatBase(Double totalVatBase) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductBillingFacade.calculate(Pricing pricing,
SuccessCallback<Pricing> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductBillingFacade.calculate(Pricing pricing,
SuccessCallback<Pricing> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
PricingItemsPanel.update(Pricing pricing) |
Copyright © 2020. All rights reserved.