Serialized Form
-
Package org.exoplatform.perkstore.entity
-
Class org.exoplatform.perkstore.entity.ProductEntity
class ProductEntity extends Object implements Serializable- serialVersionUID:
- -592052513482849972L
-
Serialized Fields
-
accessPermissions
List<Long> accessPermissions
-
allowFraction
boolean allowFraction
-
createdDate
long createdDate
-
creator
long creator
-
description
String description
-
enabled
boolean enabled
-
id
Long id
-
illustrationURL
String illustrationURL
-
images
Set<Long> images
-
isDeleted
boolean isDeleted
-
lastModifiedDate
long lastModifiedDate
-
lastModifier
long lastModifier
-
marchands
List<Long> marchands
-
maxOrdersPerUser
double maxOrdersPerUser
-
orderPeriodicity
ProductOrderPeriodType orderPeriodicity
-
price
double price
-
receiverId
long receiverId
-
title
String title
-
totalSupply
double totalSupply
-
unlimited
boolean unlimited
-
-
Class org.exoplatform.perkstore.entity.ProductOrderEntity
class ProductOrderEntity extends Object implements Serializable- serialVersionUID:
- -592052513482849972L
-
Serialized Fields
-
amount
double amount
-
createdDate
long createdDate
-
deliveredDate
long deliveredDate
-
deliveredQuantity
double deliveredQuantity
-
errorCode
int errorCode
-
id
Long id
-
product
ProductEntity product
-
quantity
double quantity
-
receiverId
long receiverId
-
refundedAmount
double refundedAmount
-
refundedDate
long refundedDate
-
refundedQuantity
double refundedQuantity
-
refundTransactionHash
String refundTransactionHash
-
refundTransactionStatus
ProductOrderTransactionStatus refundTransactionStatus
-
remainingQuantity
double remainingQuantity
-
senderId
long senderId
-
status
ProductOrderStatus status
-
transactionHash
String transactionHash
-
transactionStatus
ProductOrderTransactionStatus transactionStatus
-
-
-
Package org.exoplatform.perkstore.exception
-
Exception Class org.exoplatform.perkstore.exception.PerkStoreException
class PerkStoreException extends Exception implements Serializable- serialVersionUID:
- -5925338937598951745L
-
Serialized Fields
-
errorType
PerkStoreError errorType
-
parameters
Serializable[] parameters
-
-
-
Package org.exoplatform.perkstore.model
-
Class org.exoplatform.perkstore.model.FileDetail
class FileDetail extends PerkStoreCloneable implements Serializable- serialVersionUID:
- 3118275951807957785L
-
Class org.exoplatform.perkstore.model.GlobalSettings
class GlobalSettings extends PerkStoreCloneable implements Serializable- serialVersionUID:
- 6313043752170656574L
-
Serialized Fields
-
accessPermissions
List<Long> accessPermissions
-
accessPermissionsProfiles
List<Profile> accessPermissionsProfiles
-
managers
List<Long> managers
-
managersProfiles
List<Profile> managersProfiles
-
productCreationPermissions
List<Long> productCreationPermissions
-
productCreationPermissionsProfiles
List<Profile> productCreationPermissionsProfiles
-
symbol
String symbol
-
userSettings
UserSettings userSettings
-
-
Class org.exoplatform.perkstore.model.OrderFilter
class OrderFilter extends PerkStoreCloneable implements Serializable- serialVersionUID:
- -5111358721086199308L
-
Serialized Fields
-
canceled
boolean canceled
-
delivered
boolean delivered
-
error
boolean error
-
fraud
boolean fraud
-
limit
int limit
-
notProcessed
boolean notProcessed
-
ordered
boolean ordered
-
ordersType
ProductOrderType ordersType
-
paid
boolean paid
-
partial
boolean partial
-
productId
long productId
-
refunded
boolean refunded
-
searchInDates
boolean searchInDates
-
selectedDate
long selectedDate
-
selectedOrderId
long selectedOrderId
-
-
Class org.exoplatform.perkstore.model.Product
class Product extends PerkStoreCloneable implements Serializable- serialVersionUID:
- 3182323147042158001L
-
Serialized Fields
-
accessPermissions
List<Profile> accessPermissions
-
allowFraction
boolean allowFraction
-
createdDate
long createdDate
-
creator
Profile creator
-
deleted
boolean deleted
-
description
String description
-
enabled
boolean enabled
-
id
long id
-
illustrationURL
String illustrationURL
-
imageFiles
Set<FileDetail> imageFiles
-
lastModifiedDate
long lastModifiedDate
-
lastModifier
Profile lastModifier
-
marchands
List<Profile> marchands
-
maxOrdersPerUser
double maxOrdersPerUser
-
notProcessedOrders
long notProcessedOrders
-
orderPeriodicity
String orderPeriodicity
-
orderPeriodicityLabel
String orderPeriodicityLabel
-
price
double price
-
purchased
double purchased
-
receiverMarchand
Profile receiverMarchand
-
title
String title
-
totalSupply
double totalSupply
-
unlimited
boolean unlimited
-
userData
UserProductData userData
-
-
Class org.exoplatform.perkstore.model.ProductOrder
class ProductOrder extends PerkStoreCloneable implements Serializable- serialVersionUID:
- 1315929554209305549L
-
Serialized Fields
-
amount
double amount
-
createdDate
long createdDate
-
deliveredDate
long deliveredDate
-
deliveredQuantity
double deliveredQuantity
-
error
PerkStoreError error
-
id
long id
-
productId
long productId
-
productTitle
String productTitle
-
quantity
double quantity
-
receiver
Profile receiver
-
refundedAmount
double refundedAmount
-
refundedDate
long refundedDate
-
refundedQuantity
double refundedQuantity
-
refundTransactionHash
String refundTransactionHash
-
refundTransactionStatus
String refundTransactionStatus
-
remainingQuantityToProcess
double remainingQuantityToProcess
-
sender
Profile sender
-
status
String status
-
transactionHash
String transactionHash
-
transactionStatus
String transactionStatus
-
-
Class org.exoplatform.perkstore.model.ProductOrderModification
class ProductOrderModification extends Object implements Serializable- serialVersionUID:
- -3261362964414058401L
-
Serialized Fields
-
lastModifier
Profile lastModifier
-
modificationType
ProductOrderModificationType modificationType
-
newValue
ProductOrder newValue
-
oldValue
ProductOrder oldValue
-
-
Class org.exoplatform.perkstore.model.ProductOrderPeriod
class ProductOrderPeriod extends PerkStoreCloneable implements Serializable- serialVersionUID:
- -9185889239496825058L
-
Serialized Fields
-
endDate
long endDate
-
startDate
long startDate
-
-
Class org.exoplatform.perkstore.model.Profile
class Profile extends PerkStoreCloneable implements Serializable- serialVersionUID:
- 3842109328846936552L
-
Class org.exoplatform.perkstore.model.UserProductData
class UserProductData extends PerkStoreCloneable implements Serializable- serialVersionUID:
- -7144496703478026420L
-
Serialized Fields
-
canEdit
boolean canEdit
-
canOrder
boolean canOrder
-
notProcessedOrders
double notProcessedOrders
-
purchasedInCurrentPeriod
double purchasedInCurrentPeriod
-
totalPurchased
double totalPurchased
-
username
String username
-
-
Class org.exoplatform.perkstore.model.UserSettings
class UserSettings extends PerkStoreCloneable implements Serializable- serialVersionUID:
- 4866936020505632226L
-