com.konakart.appif
Interface AddToBasketOptionsIf


public interface AddToBasketOptionsIf

An object used to contain options used when adding items to the basket.


Method Summary
 boolean isAllowMultipleEntriesForSameProduct()
          Normally when an identical product is added to the basket more than once, rather than creating multiple basket entries we update the existing entry with an updated quantity.
 void setAllowMultipleEntriesForSameProduct(boolean allowMultipleEntriesForSameProduct)
          Normally when an identical product is added to the basket more than once, rather than creating multiple basket entries we update the existing entry with an updated quantity.
 

Method Detail

isAllowMultipleEntriesForSameProduct

boolean isAllowMultipleEntriesForSameProduct()
Normally when an identical product is added to the basket more than once, rather than creating multiple basket entries we update the existing entry with an updated quantity. When this boolean is set, allow multiple entries of the same item.

Returns:
Returns the allowMultipleEntriesForSameProduct.

setAllowMultipleEntriesForSameProduct

void setAllowMultipleEntriesForSameProduct(boolean allowMultipleEntriesForSameProduct)
Normally when an identical product is added to the basket more than once, rather than creating multiple basket entries we update the existing entry with an updated quantity. When this boolean is set, allow multiple entries of the same item.

Parameters:
allowMultipleEntriesForSameProduct - The allowMultipleEntriesForSameProduct to set.


Copyright © 2006 DS Data Systems UK Ltd.