public static final class DigitalGoodsStore.Goods
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static DbIterator<DigitalGoodsStore.Goods> |
getAllGoods(int from,
int to) |
static int |
getCount() |
static int |
getCountInStock() |
java.lang.String |
getDescription() |
static DigitalGoodsStore.Goods |
getGoods(long goodsId) |
static DbIterator<DigitalGoodsStore.Goods> |
getGoodsInStock(int from,
int to) |
long |
getId() |
java.lang.String |
getName() |
java.lang.String[] |
getParsedTags() |
long |
getPriceNQT() |
int |
getQuantity() |
static DbIterator<DigitalGoodsStore.Goods> |
getSellerGoods(long sellerId,
boolean inStockOnly,
int from,
int to) |
static int |
getSellerGoodsCount(long sellerId,
boolean inStockOnly) |
long |
getSellerId() |
java.lang.String |
getTags() |
int |
getTimestamp() |
boolean |
hasImage() |
boolean |
isDelisted() |
static DbIterator<DigitalGoodsStore.Goods> |
searchGoods(java.lang.String query,
boolean inStockOnly,
int from,
int to) |
static DbIterator<DigitalGoodsStore.Goods> |
searchSellerGoods(java.lang.String query,
long sellerId,
boolean inStockOnly,
int from,
int to) |
public static int getCount()
public static int getCountInStock()
public static DigitalGoodsStore.Goods getGoods(long goodsId)
public static DbIterator<DigitalGoodsStore.Goods> getAllGoods(int from, int to)
public static DbIterator<DigitalGoodsStore.Goods> getGoodsInStock(int from, int to)
public static DbIterator<DigitalGoodsStore.Goods> getSellerGoods(long sellerId, boolean inStockOnly, int from, int to)
public static int getSellerGoodsCount(long sellerId, boolean inStockOnly)
public static DbIterator<DigitalGoodsStore.Goods> searchGoods(java.lang.String query, boolean inStockOnly, int from, int to)
public static DbIterator<DigitalGoodsStore.Goods> searchSellerGoods(java.lang.String query, long sellerId, boolean inStockOnly, int from, int to)
public long getId()
public long getSellerId()
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getTags()
public int getTimestamp()
public int getQuantity()
public long getPriceNQT()
public boolean isDelisted()
public java.lang.String[] getParsedTags()
public boolean hasImage()