|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaxDetail | |
|---|---|
| org.broadleafcommerce.core.order.domain | |
| Uses of TaxDetail in org.broadleafcommerce.core.order.domain |
|---|
| Classes in org.broadleafcommerce.core.order.domain that implement TaxDetail | |
|---|---|
class |
TaxDetailImpl
|
| Fields in org.broadleafcommerce.core.order.domain with type parameters of type TaxDetail | |
|---|---|
protected List<TaxDetail> |
FulfillmentGroupFeeImpl.taxes
|
protected List<TaxDetail> |
FulfillmentGroupItemImpl.taxes
|
protected List<TaxDetail> |
FulfillmentGroupImpl.taxes
|
| Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type TaxDetail | |
|---|---|
List<TaxDetail> |
FulfillmentGroupItem.getTaxes()
Gets a list of TaxDetail objects, which are taxes that apply directly to this item. |
List<TaxDetail> |
FulfillmentGroupFeeImpl.getTaxes()
|
List<TaxDetail> |
FulfillmentGroupFee.getTaxes()
Gets a list of TaxDetail objects, which are taxes that apply directly to this fee. |
List<TaxDetail> |
FulfillmentGroup.getTaxes()
Gets a list of TaxDetail objects, which are taxes that apply directly to this fulfillment group. |
List<TaxDetail> |
FulfillmentGroupItemImpl.getTaxes()
|
List<TaxDetail> |
FulfillmentGroupImpl.getTaxes()
|
| Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type TaxDetail | |
|---|---|
void |
FulfillmentGroupItem.setTaxes(List<TaxDetail> taxes)
Sets the list of TaxDetail objects, which are taxes that apply directly to this item. |
void |
FulfillmentGroupFeeImpl.setTaxes(List<TaxDetail> taxes)
|
void |
FulfillmentGroupFee.setTaxes(List<TaxDetail> taxes)
Sets the list of TaxDetail objects, which are taxes that apply directly to this fee. |
void |
FulfillmentGroup.setTaxes(List<TaxDetail> taxes)
Gets the list of TaxDetail objects, which are taxes that apply directly to this fulfillment group. |
void |
FulfillmentGroupItemImpl.setTaxes(List<TaxDetail> taxes)
|
void |
FulfillmentGroupImpl.setTaxes(List<TaxDetail> taxes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||