public static final class DigitalGoodsStore.Purchase
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static DbIterator<DigitalGoodsStore.Purchase> |
getAllPurchases(int from,
int to) |
long |
getBuyerId() |
static int |
getBuyerPurchaseCount(long buyerId,
boolean withPublicFeedbacksOnly,
boolean completedOnly) |
static DbIterator<DigitalGoodsStore.Purchase> |
getBuyerPurchases(long buyerId,
boolean withPublicFeedbacksOnly,
boolean completedOnly,
int from,
int to) |
static int |
getCount() |
static int |
getCount(boolean withPublicFeedbacksOnly,
boolean completedOnly) |
int |
getDeliveryDeadlineTimestamp() |
long |
getDiscountNQT() |
EncryptedData |
getEncryptedGoods() |
static DbIterator<DigitalGoodsStore.Purchase> |
getExpiredSellerPurchases(long sellerId,
int from,
int to) |
java.util.List<EncryptedData> |
getFeedbackNotes() |
long |
getGoodsId() |
static int |
getGoodsPurchaseCount(long goodsId,
boolean withPublicFeedbacksOnly,
boolean completedOnly) |
static DbIterator<DigitalGoodsStore.Purchase> |
getGoodsPurchases(long goodsId,
long buyerId,
boolean withPublicFeedbacksOnly,
boolean completedOnly,
int from,
int to) |
long |
getId() |
EncryptedData |
getNote() |
static DbIterator<DigitalGoodsStore.Purchase> |
getPendingSellerPurchases(long sellerId,
int from,
int to) |
long |
getPriceNQT() |
java.util.List<java.lang.String> |
getPublicFeedbacks() |
static DigitalGoodsStore.Purchase |
getPurchase(long purchaseId) |
static DbIterator<DigitalGoodsStore.Purchase> |
getPurchases(boolean withPublicFeedbacksOnly,
boolean completedOnly,
int from,
int to) |
int |
getQuantity() |
EncryptedData |
getRefundNote() |
long |
getRefundNQT() |
static int |
getSellerBuyerPurchaseCount(long sellerId,
long buyerId,
boolean withPublicFeedbacksOnly,
boolean completedOnly) |
static DbIterator<DigitalGoodsStore.Purchase> |
getSellerBuyerPurchases(long sellerId,
long buyerId,
boolean withPublicFeedbacksOnly,
boolean completedOnly,
int from,
int to) |
long |
getSellerId() |
static int |
getSellerPurchaseCount(long sellerId,
boolean withPublicFeedbacksOnly,
boolean completedOnly) |
static DbIterator<DigitalGoodsStore.Purchase> |
getSellerPurchases(long sellerId,
boolean withPublicFeedbacksOnly,
boolean completedOnly,
int from,
int to) |
int |
getTimestamp() |
boolean |
goodsIsText() |
boolean |
hasFeedbackNotes() |
boolean |
hasPublicFeedbacks() |
boolean |
isPending() |
public static int getCount()
public static int getCount(boolean withPublicFeedbacksOnly, boolean completedOnly)
public static DbIterator<DigitalGoodsStore.Purchase> getAllPurchases(int from, int to)
public static DbIterator<DigitalGoodsStore.Purchase> getPurchases(boolean withPublicFeedbacksOnly, boolean completedOnly, int from, int to)
public static DbIterator<DigitalGoodsStore.Purchase> getSellerPurchases(long sellerId, boolean withPublicFeedbacksOnly, boolean completedOnly, int from, int to)
public static int getSellerPurchaseCount(long sellerId, boolean withPublicFeedbacksOnly, boolean completedOnly)
public static DbIterator<DigitalGoodsStore.Purchase> getBuyerPurchases(long buyerId, boolean withPublicFeedbacksOnly, boolean completedOnly, int from, int to)
public static int getBuyerPurchaseCount(long buyerId, boolean withPublicFeedbacksOnly, boolean completedOnly)
public static DbIterator<DigitalGoodsStore.Purchase> getSellerBuyerPurchases(long sellerId, long buyerId, boolean withPublicFeedbacksOnly, boolean completedOnly, int from, int to)
public static int getSellerBuyerPurchaseCount(long sellerId, long buyerId, boolean withPublicFeedbacksOnly, boolean completedOnly)
public static DbIterator<DigitalGoodsStore.Purchase> getGoodsPurchases(long goodsId, long buyerId, boolean withPublicFeedbacksOnly, boolean completedOnly, int from, int to)
public static int getGoodsPurchaseCount(long goodsId, boolean withPublicFeedbacksOnly, boolean completedOnly)
public static DigitalGoodsStore.Purchase getPurchase(long purchaseId)
public static DbIterator<DigitalGoodsStore.Purchase> getPendingSellerPurchases(long sellerId, int from, int to)
public static DbIterator<DigitalGoodsStore.Purchase> getExpiredSellerPurchases(long sellerId, int from, int to)
public long getId()
public long getBuyerId()
public long getGoodsId()
public long getSellerId()
public int getQuantity()
public long getPriceNQT()
public int getDeliveryDeadlineTimestamp()
public EncryptedData getNote()
public boolean isPending()
public int getTimestamp()
public EncryptedData getEncryptedGoods()
public boolean goodsIsText()
public EncryptedData getRefundNote()
public boolean hasFeedbackNotes()
public java.util.List<EncryptedData> getFeedbackNotes()
public boolean hasPublicFeedbacks()
public java.util.List<java.lang.String> getPublicFeedbacks()
public long getDiscountNQT()
public long getRefundNQT()