|
SalesPoint Framework v3.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Condition used for filtering DataBaskets.
Fields inherited from class data.DataBasketKeys |
CATALOG_ITEM_MAIN_KEY,
STOCK_ITEM_MAIN_KEY |
Method Summary | |
DataBasketEntryDestination |
getDestination()
Return the destination for operations that match the condition. |
String |
getMainKey()
Return the main key that DataBasketEntries must have to match the condition. |
String |
getSecondaryKey()
Return the secondary key that DataBasketEntries must have to match the condition. |
DataBasketEntrySource |
getSource()
Return the source for operations that match the condition. |
Object |
getValue()
Return the object for operations that match the condition. |
boolean |
match(DataBasketEntry dbe)
Return true for DataBasketEntries that match the condition. |
Method Detail |
public String getMainKey()
null
means any main key.public String getSecondaryKey()
null
means any secondary key.public DataBasketEntrySource getSource()
null
means any source, other values mean exactly what they say, i.e. they are tested for
identity.public DataBasketEntryDestination getDestination()
null
means any destination, other values mean exactly what they say, i.e.
they are tested for identity.public Object getValue()
null
means check each DataBasketEntry by calling match(), other values mean
exactly what they say, i.e. they are tested for identity.public boolean match(DataBasketEntry dbe)
getValue()
returns null
.
|
SalesPoint Framework v3.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |