| Modifier and Type | Method and Description |
|---|---|
SkuFee |
SkuDaoImpl.saveSkuFee(SkuFee fee) |
SkuFee |
SkuDao.saveSkuFee(SkuFee fee) |
| Modifier and Type | Method and Description |
|---|---|
SkuFee |
SkuDaoImpl.saveSkuFee(SkuFee fee) |
SkuFee |
SkuDao.saveSkuFee(SkuFee fee) |
| Modifier and Type | Class and Description |
|---|---|
class |
SkuFeeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<SkuFee> |
SkuImpl.fees |
| Modifier and Type | Method and Description |
|---|---|
List<SkuFee> |
SkuImpl.getFees() |
List<SkuFee> |
Sku.getFees()
Gets all the extra fees for this particular Sku.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SkuImpl.setFees(List<SkuFee> fees) |
void |
Sku.setFees(List<SkuFee> fees)
Sets the extra fees for this particular Sku
|
| Modifier and Type | Method and Description |
|---|---|
SkuFee |
CatalogServiceImpl.saveSkuFee(SkuFee fee) |
SkuFee |
CatalogService.saveSkuFee(SkuFee fee) |
| Modifier and Type | Method and Description |
|---|---|
SkuFee |
CatalogServiceImpl.saveSkuFee(SkuFee fee) |
SkuFee |
CatalogService.saveSkuFee(SkuFee fee) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ConsolidateFulfillmentFeesActivity.shouldApplyFeeToFulfillmentGroup(SkuFee fee,
FulfillmentGroup fulfillmentGroup)
If the SkuFee expression is null or empty, this method will always return true
|
Copyright © 2014. All Rights Reserved.