|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TopSeller
TopSeller represents a category for grouping top sellers.
| Method Summary | |
|---|---|
long |
getCategoryUid()
Returns the category uid. |
java.util.Collection |
getProductUids()
Returns a collection of top selling products uids. |
java.util.Map |
getTopSellerProducts()
Returns the top seller products. |
void |
setCategoryUid(long categoryUid)
Sets the category uid. |
void |
setTopSellerProducts(java.util.Map topSellerProducts)
Sets the top seller products. |
| Methods inherited from interface com.elasticpath.domain.Entity |
|---|
getGuid, setGuid |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
long getCategoryUid()
java.util.Collection getProductUids()
java.util.Map getTopSellerProducts()
void setCategoryUid(long categoryUid)
categoryUid - the category uidvoid setTopSellerProducts(java.util.Map topSellerProducts)
topSellerProducts - the top seller products
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||