|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SkuFee in org.broadleafcommerce.core.catalog.dao |
|---|
| Methods in org.broadleafcommerce.core.catalog.dao that return SkuFee | |
|---|---|
SkuFee |
SkuDaoImpl.saveSkuFee(SkuFee fee)
|
SkuFee |
SkuDao.saveSkuFee(SkuFee fee)
|
| Methods in org.broadleafcommerce.core.catalog.dao with parameters of type SkuFee | |
|---|---|
SkuFee |
SkuDaoImpl.saveSkuFee(SkuFee fee)
|
SkuFee |
SkuDao.saveSkuFee(SkuFee fee)
|
| Uses of SkuFee in org.broadleafcommerce.core.catalog.domain |
|---|
| Classes in org.broadleafcommerce.core.catalog.domain that implement SkuFee | |
|---|---|
class |
SkuFeeImpl
|
| Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type SkuFee | |
|---|---|
protected List<SkuFee> |
SkuImpl.fees
|
| Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type SkuFee | |
|---|---|
List<SkuFee> |
SkuImpl.getFees()
|
List<SkuFee> |
Sku.getFees()
Gets all the extra fees for this particular Sku. |
| Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type SkuFee | |
|---|---|
void |
SkuImpl.setFees(List<SkuFee> fees)
|
void |
Sku.setFees(List<SkuFee> fees)
Sets the extra fees for this particular Sku |
| Uses of SkuFee in org.broadleafcommerce.core.catalog.service |
|---|
| Methods in org.broadleafcommerce.core.catalog.service that return SkuFee | |
|---|---|
SkuFee |
CatalogServiceImpl.saveSkuFee(SkuFee fee)
|
SkuFee |
CatalogService.saveSkuFee(SkuFee fee)
|
| Methods in org.broadleafcommerce.core.catalog.service with parameters of type SkuFee | |
|---|---|
SkuFee |
CatalogServiceImpl.saveSkuFee(SkuFee fee)
|
SkuFee |
CatalogService.saveSkuFee(SkuFee fee)
|
| Uses of SkuFee in org.broadleafcommerce.core.pricing.service.workflow |
|---|
| Methods in org.broadleafcommerce.core.pricing.service.workflow with parameters of type SkuFee | |
|---|---|
protected boolean |
ConsolidateFulfillmentFeesActivity.shouldApplyFeeToFulfillmentGroup(SkuFee fee,
FulfillmentGroup fulfillmentGroup)
If the SkuFee expression is null or empty, this method will always return true |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||