|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Holder | |
|---|---|
| com.dotmarketing.cms.product.model | |
| com.dotmarketing.portlets.discountcode.factories | |
| com.dotmarketing.viewtools | |
| Uses of Holder in com.dotmarketing.cms.product.model |
|---|
| Methods in com.dotmarketing.cms.product.model that return Holder | |
|---|---|
Holder |
ShoppingCart.findHolder(long formatInode)
Find an entry in the shopping cart |
| Methods in com.dotmarketing.cms.product.model that return types with arguments of type Holder | |
|---|---|
java.util.List<Holder> |
ShoppingCart.getHolders()
|
| Method parameters in com.dotmarketing.cms.product.model with type arguments of type Holder | |
|---|---|
void |
ShoppingCart.setHolders(java.util.List<Holder> holders)
|
| Uses of Holder in com.dotmarketing.portlets.discountcode.factories |
|---|
| Methods in com.dotmarketing.portlets.discountcode.factories with parameters of type Holder | |
|---|---|
static boolean |
DiscountCodeFactory._potentialDiscount(Holder holder,
DiscountCode discount)
|
| Method parameters in com.dotmarketing.portlets.discountcode.factories with type arguments of type Holder | |
|---|---|
static float[] |
DiscountCodeFactory.getApplicableDiscount(java.util.List<Holder> holders,
java.util.List<DiscountCode> discounts,
boolean partner)
|
static float |
DiscountCodeFactory.getTotalApplicableDiscount(java.util.List<Holder> holders,
java.util.List<DiscountCode> discounts,
boolean partner)
|
| Uses of Holder in com.dotmarketing.viewtools |
|---|
| Method parameters in com.dotmarketing.viewtools with type arguments of type Holder | |
|---|---|
float |
ProductWebAPI.getTotalApplicableDiscount(java.util.List<Holder> holders,
java.util.List<DiscountCode> discounts,
boolean partner)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||