Class CartResult
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.session.SessionResult
-
- com.funnelback.publicui.search.model.transaction.session.CartResult
-
public class CartResult extends SessionResult
A Cart result presented to the user.
-
-
Field Summary
Fields Modifier and Type Field Description private Date
addedDate
Date when the result was added to the cartprivate Map<String,String>
metaData
Metadata values for the result-
Fields inherited from class com.funnelback.publicui.search.model.transaction.session.SessionResult
MAX_LEN_METADATA, MAX_LEN_SUMMARY
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCollection()
Since 15.18 this is set to the collection the result came from rather than the collection the search ran on.-
Methods inherited from class com.funnelback.publicui.search.model.transaction.session.SessionResult
getIndexUrl, prePersist, setIndexUrl
-
-
-
-
Method Detail
-
getCollection
public String getCollection()
Since 15.18 this is set to the collection the result came from rather than the collection the search ran on. After an upgrade from 15.16 or earlier this may still be the meta collection, as the entry in the DB will needed to be updated.
- Returns:
- the collection for which the result came from it must be a component collection not a meta collection.
-
-