SalesPoint v3.3 API

data
Interface BasketEntryValue


public interface BasketEntryValue

Helper interface used to determine the value of a DataBasketEntry when summing up DataBaskets.

Since:
v2.0
Author:
Steffen Zschaler

Method Summary
 Value getEntryValue(DataBasketEntry dbe)
          Get a DataBasketEntry's value.
 

Method Detail

getEntryValue

Value getEntryValue(DataBasketEntry dbe)
Get a DataBasketEntry's value.

Parameters:
dbe - the DataBasketEntry to be evaluated.
Returns:
the value of the DataBasketEntry.
Override:
Always

SalesPoint v3.3 API