Index

A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addIdentityIdsFromProfiles(List<Profile>, List<Long>) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
addIdentityMembersFromProfiles(Collection<Profile>, Collection<String>) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
addStatisticEntry(Map<String, Object>) - Static method in class org.exoplatform.perkstore.statistic.StatisticUtils
 
ALL - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderType
 
around(ProceedingJoinPoint) - Method in class org.exoplatform.perkstore.statistic.ExoPerkStoreStatisticAspect
Encapsulate method annotated with ExoPerkStoreStatistic to add statistic log entry

B

buildMessageSubjectAndBody(TemplateContext, NotificationInfo, String) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
buildTemplateParameters(TemplateProvider, NotificationInfo, String) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 

C

canAccess(PermanentLinkObject, Identity) - Method in class org.exoplatform.perkstore.plugin.PerkStorePermanentLinkPlugin
 
CANCELED - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderStatus
 
checkCanCreateOrder(ProductOrder, String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
checkValidParametersCount(Serializable...) - Method in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
clearCache() - Method in class org.exoplatform.perkstore.storage.cached.PerkStoreCachedStorage
 
clone() - Method in class org.exoplatform.perkstore.model.GlobalSettings
 
clone() - Method in class org.exoplatform.perkstore.model.OrderFilter
 
clone() - Method in class org.exoplatform.perkstore.model.PerkStoreCloneable
 
clone() - Method in class org.exoplatform.perkstore.model.Product
 
clone() - Method in class org.exoplatform.perkstore.model.ProductOrder
 
clone() - Method in class org.exoplatform.perkstore.model.ProductOrderPeriod
 
clone() - Method in class org.exoplatform.perkstore.model.Profile
 
clone() - Method in class org.exoplatform.perkstore.model.UserProductData
 
clone() - Method in class org.exoplatform.perkstore.model.UserSettings
 
COMETD_CHANNEL - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
computeErrorMessage(String, boolean, Serializable...) - Method in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
computeErrorResponse(Log, PerkStoreException, String, String, Object) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
computeOrderDeliverStatus(ProductOrder, double, double) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
computeOrderPaymentStatus(ProductOrder, boolean) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
countOrderedQuantity(long) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
countOrderedQuantityByProductId(long) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
countOrderedQuantityByProductIdAndStatus(long, ProductOrderStatus) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
countOrders(String, OrderFilter, boolean, boolean) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
countOrders(String, OrderFilter, boolean, boolean) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
countOrders(OrderFilter, String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
countRefundedQuantityByProductId(long) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
countRemainingOrdersByIdentityIdAndProductId(long, long) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
countRemainingOrdersToProcess(long) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
countRemainingOrdersToProcess(long, long) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
countRemainingOrdersToProcessByProductId(long) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
countUserOrderedQuantityByStatusInPeriod(long, long, long, long, ProductOrderStatus) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
countUserOrders(OrderFilter, String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
countUserPurchasedQuantityInPeriod(long, long, long, long) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
countUserPurchasedQuantityInPeriod(long, long, long, long) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
countUserRefundedQuantityInPeriod(long, long, long, long) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
countUserTotalOrderedQuantityByStatus(long, long, ProductOrderStatus) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
countUserTotalPurchasedQuantity(long, long) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
countUserTotalPurchasedQuantity(long, long) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
countUserTotalRefundedQuantity(long, long) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
createOrder(ProductOrder) - Method in class org.exoplatform.perkstore.rest.PerkStoreOrderREST
 
createOrder(ProductOrder, String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 

D

deleteAll() - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
deleteAll() - Method in class org.exoplatform.perkstore.dao.PerkStoreProductDAO
 
deleteAll(List<ProductEntity>) - Method in class org.exoplatform.perkstore.dao.PerkStoreProductDAO
 
deleteAll(List<ProductOrderEntity>) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
deleteProduct(long) - Method in class org.exoplatform.perkstore.rest.PerkStoreProductREST
 
deleteProduct(long, String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
DELIVERED - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderStatus
 
DELIVERED_QUANTITY - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderModificationType
 
displayErrorLog(Log, String, String, Object, PerkStoreException) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
DURATION - Static variable in class org.exoplatform.perkstore.statistic.StatisticUtils
 

E

ERROR - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderStatus
 
ERROR_MSG - Static variable in class org.exoplatform.perkstore.statistic.StatisticUtils
 
ERROR_SUFFIX_GLOBAL_SETTINGS_ACCESS - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
ERROR_SUFFIX_GLOBAL_SETTINGS_MODIFICATION - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
ERROR_SUFFIX_ORDER_ACCESS_DENIED - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
ERROR_SUFFIX_ORDER_CREATION - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
ERROR_SUFFIX_ORDER_FRAUD - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
ERROR_SUFFIX_ORDER_MODIFICATION - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
ERROR_SUFFIX_ORDER_NOT_EXISTS - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
ERROR_SUFFIX_PRODUCT_ACCESS_DENIED - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
ERROR_SUFFIX_PRODUCT_CREATION - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
ERROR_SUFFIX_PRODUCT_IS_DISABLED - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
ERROR_SUFFIX_PRODUCT_MODIFICATION - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
ERROR_SUFFIX_PRODUCT_NOT_EXISTS - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
EthereumWalletTransactionListener - Class in org.exoplatform.perkstore.listener
 
EthereumWalletTransactionListener(PerkStoreService, ExoContainer) - Constructor for class org.exoplatform.perkstore.listener.EthereumWalletTransactionListener
 
ExoPerkStoreStatistic - Annotation Interface in org.exoplatform.perkstore.statistic
This annotation is used to log a statistic log entry
ExoPerkStoreStatisticAspect - Class in org.exoplatform.perkstore.statistic
ExoPerkStoreStatisticAspect() - Constructor for class org.exoplatform.perkstore.statistic.ExoPerkStoreStatisticAspect
 
ExoPerkStoreStatisticService - Interface in org.exoplatform.perkstore.statistic
This service is used to add statistic log entry by using annotation ExoPerkStoreStatistic on methods

F

FAILED - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderTransactionStatus
 
FAKE_TRANSACTION_HASH - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
FileDetail - Class in org.exoplatform.perkstore.model
 
FileDetail(long) - Constructor for class org.exoplatform.perkstore.model.FileDetail
 
findOrderByRefundTransactionHash(String) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
findOrderByRefundTransactionHash(String) - Method in class org.exoplatform.perkstore.storage.cached.PerkStoreCachedStorage
 
findOrderByRefundTransactionHash(String) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
findOrderByTransactionHash(String) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
findOrderByTransactionHash(String) - Method in class org.exoplatform.perkstore.storage.cached.PerkStoreCachedStorage
 
findOrderByTransactionHash(String) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
formatTransactionHash(String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
FRAUD - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderStatus
 
fromEntity(ProductEntity) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
fromEntity(ProductOrderEntity) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
fromString(Class<T>, String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 

G

getAbsoluteURL(String, boolean) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
getAccessPermissions() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getAllProducts() - Method in class org.exoplatform.perkstore.dao.PerkStoreProductDAO
 
getAllProducts() - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
getAmount() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getApplicationAccessUsersList(Set<String>, GlobalSettings) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getCode() - Method in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
getCometdContextName() - Method in class org.exoplatform.perkstore.service.PerkStoreWebSocketService
 
getCreatedDate() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getCreatedDate() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getCreator() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getCurrentUserId() - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getCurrentUserLocale() - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getDefaultSite() - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
getDeliveredDate() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getDeliveredQuantity() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getDescription() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getDirectAccessUrl(PermanentLinkObject) - Method in class org.exoplatform.perkstore.plugin.PerkStorePermanentLinkPlugin
 
getErrorCode() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getErrorCode() - Method in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
getErrorDescription(String, boolean, Serializable...) - Method in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
getErrorJSONFormat(PerkStoreException) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getErrorType() - Method in exception class org.exoplatform.perkstore.exception.PerkStoreException
 
getFileDetail(long, long, boolean, String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
getFileDetail(long, Long, boolean) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
getGlobalSettings() - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
getGlobalSettings(String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
getI18NMessage(String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getId() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getId() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getId() - Method in class org.exoplatform.perkstore.notification.plugin.PerkStoreNotificationPlugin
 
getIdentityById(long) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getIdentityById(String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getIdentityByTypeAndId(String, String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getIdentityIdByType(Identity) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getIdentityProviderIdByType(String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getIdentityTypeByProviderId(String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getIllustrationURL() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getImages() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getLabel() - Method in enum class org.exoplatform.perkstore.model.constant.ProductOrderPeriodType
 
getLabel() - Method in enum class org.exoplatform.perkstore.model.constant.ProductOrderType
 
getLastModifiedDate() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getLastModifier() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getLocalizedMessage() - Method in exception class org.exoplatform.perkstore.exception.PerkStoreException
 
getMarchands() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getMaxOrdersPerUser() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getMessage() - Method in exception class org.exoplatform.perkstore.exception.PerkStoreException
 
getMessage(String, boolean) - Method in exception class org.exoplatform.perkstore.exception.PerkStoreException
 
getModifierParameter(NotificationContext) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
getName() - Method in enum class org.exoplatform.perkstore.model.constant.ProductOrderPeriodType
 
getName() - Method in enum class org.exoplatform.perkstore.model.constant.ProductOrderType
 
getName() - Method in class org.exoplatform.perkstore.plugin.PerkStoreFeaturePlugin
 
getNotificationURL(Product, ProductOrder) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
getObjectType() - Method in class org.exoplatform.perkstore.plugin.PerkStorePermanentLinkPlugin
 
getOldOrderParameter(NotificationContext) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
getOrderById(long) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
getOrderById(long) - Method in class org.exoplatform.perkstore.storage.cached.PerkStoreCachedStorage
 
getOrderById(long) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
getOrderModificationTypeParameter(NotificationContext) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
getOrderPeriodicity() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getOrderPeriodicity(String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getOrders(String, OrderFilter, boolean, boolean) - Method in class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
getOrders(String, OrderFilter, boolean, boolean) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
getOrders(OrderFilter, String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
getPeriodOfTime(LocalDateTime) - Method in enum class org.exoplatform.perkstore.model.constant.ProductOrderPeriodType
 
getPerkStoreService() - Method in class org.exoplatform.perkstore.listener.WebSocketOrderListener
 
getPerkStoreService() - Method in class org.exoplatform.perkstore.listener.WebSocketProductListener
 
getPerkStoreService() - Method in class org.exoplatform.perkstore.notification.builder.PerkStoreTemplateBuilder
 
getPermissionExpression(Identity) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getPrice() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getProduct() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getProduct(long) - Method in class org.exoplatform.perkstore.rest.PerkStoreProductREST
 
getProductAccessUsersList(Set<String>, Product, GlobalSettings) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getProductById(long) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
getProductById(long) - Method in class org.exoplatform.perkstore.storage.cached.PerkStoreCachedStorage
 
getProductById(long) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
getProductById(long, String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
getProductImage(Request, long, long) - Method in class org.exoplatform.perkstore.rest.PerkStoreProductREST
 
getProductManagersUsersList(Set<String>, Product, GlobalSettings) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getProductParameter(NotificationContext) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
getProducts(boolean, String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
getQuantity() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getReceiverId() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getReceiverId() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getRefundedAmount() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getRefundedDate() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getRefundedQuantity() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getRefundTransactionHash() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getRefundTransactionStatus() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getRemainingQuantity() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getSenderId() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getSettings() - Method in class org.exoplatform.perkstore.rest.PerkStoreSettingsREST
 
getSettingsParameter(NotificationContext) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
getSpace(String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getSpaceAbsoluteURL(String) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
getStatisticParameters(String, Object, Object...) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
getStatisticParameters(String, Object, Object...) - Method in interface org.exoplatform.perkstore.statistic.ExoPerkStoreStatisticService
Retrieve statistic log parameters
getStatus() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getSuffix() - Method in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
getTechnicalId(Profile) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getTemplateEngine() - Method in class org.exoplatform.perkstore.notification.builder.PerkStoreTemplateBuilder
 
getTemplateProvider() - Method in class org.exoplatform.perkstore.notification.builder.PerkStoreTemplateBuilder
 
getTitle() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getTotalSupply() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
getTransactionHash() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getTransactionStatus() - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
getUpdatedOrderParameter(NotificationContext) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
getUserLocale(String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
getUserToken(String) - Method in class org.exoplatform.perkstore.service.PerkStoreWebSocketService
 
GLOBAL_SETTINGS_ACCESS_DENIED - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
GLOBAL_SETTINGS_MODIFICATION_DENIED - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
GlobalSettings - Class in org.exoplatform.perkstore.model
 
GlobalSettings() - Constructor for class org.exoplatform.perkstore.model.GlobalSettings
 
GROUP_ACCOUNT_TYPE - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 

H

hasPermission(String, List<Long>) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 

I

isAllowFraction() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
isDeleted - Variable in class org.exoplatform.perkstore.entity.ProductEntity
 
isDeleted() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
isEnabled() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
isFeatureActiveForUser(String, String) - Method in class org.exoplatform.perkstore.plugin.PerkStoreFeaturePlugin
 
isGroupType(String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
isNewOrderParameter(NotificationContext) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
isNewProductParameter(NotificationContext) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
isPerkStoreManager(String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
isSpaceType(String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
isUnlimited() - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
isUserAdmin(String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
isUserMemberOf(String, String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
isUserMemberOf(String, List<Profile>) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
isUserType(String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
isValid(NotificationContext) - Method in class org.exoplatform.perkstore.notification.plugin.PerkStoreNotificationPlugin
 

J

JSON_GENERATOR - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
JSON_PARSER - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 

L

listOrders(OrderFilter) - Method in class org.exoplatform.perkstore.rest.PerkStoreOrderREST
 
listProducts(boolean, boolean) - Method in class org.exoplatform.perkstore.rest.PerkStoreProductREST
 
local() - Element in annotation interface org.exoplatform.perkstore.statistic.ExoPerkStoreStatistic
 
LOCAL_SERVICE - Static variable in class org.exoplatform.perkstore.statistic.StatisticUtils
 

M

MailTemplateProvider - Class in org.exoplatform.perkstore.notification.provider
 
MailTemplateProvider(ExoContainer, InitParams) - Constructor for class org.exoplatform.perkstore.notification.provider.MailTemplateProvider
 
makeDigest(NotificationContext, Writer) - Method in class org.exoplatform.perkstore.notification.builder.PerkStoreTemplateBuilder
 
makeMessage(NotificationContext) - Method in class org.exoplatform.perkstore.notification.builder.PerkStoreTemplateBuilder
 
makeNotification(NotificationContext) - Method in class org.exoplatform.perkstore.notification.plugin.PerkStoreNotificationPlugin
 
MobilePushTemplateProvider - Class in org.exoplatform.perkstore.notification.provider
 
MobilePushTemplateProvider(ExoContainer, InitParams) - Constructor for class org.exoplatform.perkstore.notification.provider.MobilePushTemplateProvider
 
MODIFIER_PARAMETER - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
MONTH - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderPeriodType
 

N

NEW - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderModificationType
 
NEW_ORDER_PARAMETER - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
NONE - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderPeriodType
 
NONE - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderTransactionStatus
 
NotificationUtils - Class in org.exoplatform.perkstore.service.utils
 

O

OBJECT_TYPE - Static variable in class org.exoplatform.perkstore.plugin.PerkStorePermanentLinkPlugin
 
OLD_ORDER_PARAMETER - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
onEvent(Event<Object, Map<String, Object>>) - Method in class org.exoplatform.perkstore.listener.EthereumWalletTransactionListener
 
onEvent(Event<Product, Boolean>) - Method in class org.exoplatform.perkstore.listener.ProductNotificationListener
 
onEvent(Event<Product, Boolean>) - Method in class org.exoplatform.perkstore.listener.WebSocketProductListener
 
onEvent(Event<Product, ProductOrderModification>) - Method in class org.exoplatform.perkstore.listener.ProductOrderNotificationListener
 
onEvent(Event<Product, ProductOrderModification>) - Method in class org.exoplatform.perkstore.listener.WebSocketOrderListener
 
onEvent(Event<PerkStoreService, GlobalSettings>) - Method in class org.exoplatform.perkstore.listener.WebSocketSettingsListener
 
operation() - Element in annotation interface org.exoplatform.perkstore.statistic.ExoPerkStoreStatistic
 
OPERATION - Static variable in class org.exoplatform.perkstore.statistic.StatisticUtils
 
ORDER_ACCESS_DENIED - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_ADDED_KEY - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
ORDER_CREATE_OR_MODIFY_EVENT - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
ORDER_CREATION_DENIED - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_CREATION_EMPTY_AMOUNT - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_CREATION_EMPTY_PRODUCT - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_CREATION_EMPTY_QUANTITY - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_CREATION_EMPTY_RECEIVER - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_CREATION_EMPTY_SENDER - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_CREATION_EMPTY_TX - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_CREATION_QUANTITY_EXCEEDS_ALLOWED - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_CREATION_QUANTITY_EXCEEDS_SUPPLY - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_CREATION_STATUS_DENIED - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_FRAUD_NOT_TOKEN_TRANSACTION - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_FRAUD_WRONG_AMOUNT - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_FRAUD_WRONG_RECEIVER - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_FRAUD_WRONG_SENDER - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_FRAUD_WRONG_TOKEN_TRANSFER_METHOD - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_IS_NEW_PARAMETER - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
ORDER_MODIFICATION_DENIED - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_MODIFICATION_QUANTITY_INVALID_REMAINING - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_MODIFICATION_TYPE_PARAMETER - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
ORDER_MODIFIED_KEY - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
ORDER_NOT_EXISTS - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
ORDER_URL_FORMAT - Static variable in class org.exoplatform.perkstore.plugin.PerkStorePermanentLinkPlugin
 
ORDERED - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderStatus
 
OrderFilter - Class in org.exoplatform.perkstore.model
 
OrderFilter() - Constructor for class org.exoplatform.perkstore.model.OrderFilter
 
org.exoplatform.perkstore.dao - package org.exoplatform.perkstore.dao
 
org.exoplatform.perkstore.entity - package org.exoplatform.perkstore.entity
 
org.exoplatform.perkstore.exception - package org.exoplatform.perkstore.exception
 
org.exoplatform.perkstore.listener - package org.exoplatform.perkstore.listener
 
org.exoplatform.perkstore.model - package org.exoplatform.perkstore.model
 
org.exoplatform.perkstore.model.constant - package org.exoplatform.perkstore.model.constant
 
org.exoplatform.perkstore.notification.builder - package org.exoplatform.perkstore.notification.builder
 
org.exoplatform.perkstore.notification.plugin - package org.exoplatform.perkstore.notification.plugin
 
org.exoplatform.perkstore.notification.provider - package org.exoplatform.perkstore.notification.provider
 
org.exoplatform.perkstore.plugin - package org.exoplatform.perkstore.plugin
 
org.exoplatform.perkstore.rest - package org.exoplatform.perkstore.rest
 
org.exoplatform.perkstore.service - package org.exoplatform.perkstore.service
 
org.exoplatform.perkstore.service.utils - package org.exoplatform.perkstore.service.utils
 
org.exoplatform.perkstore.statistic - package org.exoplatform.perkstore.statistic
 
org.exoplatform.perkstore.storage - package org.exoplatform.perkstore.storage
 
org.exoplatform.perkstore.storage.cached - package org.exoplatform.perkstore.storage.cached
 

P

PAID - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderStatus
 
PARAMETERS - Static variable in class org.exoplatform.perkstore.statistic.StatisticUtils
 
PARTIAL - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderStatus
 
PENDING - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderTransactionStatus
 
PERKSTORE_CONTEXT - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
PERKSTORE_ORDER_ADDED_NOTIFICATION_PLUGIN - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
PERKSTORE_ORDER_MODIFIED_NOTIFICATION_PLUGIN - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
PERKSTORE_PRODUCT_ADDED_NOTIFICATION_PLUGIN - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
PERKSTORE_PRODUCT_MODIFIED_NOTIFICATION_PLUGIN - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
PERKSTORE_SCOPE - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
PerkStoreCachedStorage - Class in org.exoplatform.perkstore.storage.cached
 
PerkStoreCachedStorage(PerkStoreProductDAO, PerkStoreOrderDAO, CacheService) - Constructor for class org.exoplatform.perkstore.storage.cached.PerkStoreCachedStorage
 
PerkStoreCloneable - Class in org.exoplatform.perkstore.model
 
PerkStoreCloneable() - Constructor for class org.exoplatform.perkstore.model.PerkStoreCloneable
 
PerkStoreError - Enum Class in org.exoplatform.perkstore.model.constant
 
PerkStoreException - Exception Class in org.exoplatform.perkstore.exception
 
PerkStoreException(PerkStoreError, Serializable...) - Constructor for exception class org.exoplatform.perkstore.exception.PerkStoreException
 
PerkStoreFeaturePlugin - Class in org.exoplatform.perkstore.plugin
A plugin added to ExoFeatureService that determines if 'perkstore' is enabled for a user or not
PerkStoreFeaturePlugin() - Constructor for class org.exoplatform.perkstore.plugin.PerkStoreFeaturePlugin
 
PerkStoreNotificationPlugin - Class in org.exoplatform.perkstore.notification.plugin
 
PerkStoreNotificationPlugin(InitParams) - Constructor for class org.exoplatform.perkstore.notification.plugin.PerkStoreNotificationPlugin
 
PerkStoreOrderDAO - Class in org.exoplatform.perkstore.dao
 
PerkStoreOrderDAO() - Constructor for class org.exoplatform.perkstore.dao.PerkStoreOrderDAO
 
PerkStoreOrderREST - Class in org.exoplatform.perkstore.rest
 
PerkStoreOrderREST(PerkStoreService) - Constructor for class org.exoplatform.perkstore.rest.PerkStoreOrderREST
 
PerkStorePermanentLinkPlugin - Class in org.exoplatform.perkstore.plugin
Perk Store Permanent link generation
PerkStorePermanentLinkPlugin(UserPortalConfigService) - Constructor for class org.exoplatform.perkstore.plugin.PerkStorePermanentLinkPlugin
 
PerkStoreProductDAO - Class in org.exoplatform.perkstore.dao
 
PerkStoreProductDAO() - Constructor for class org.exoplatform.perkstore.dao.PerkStoreProductDAO
 
PerkStoreProductREST - Class in org.exoplatform.perkstore.rest
 
PerkStoreProductREST(PerkStoreService) - Constructor for class org.exoplatform.perkstore.rest.PerkStoreProductREST
 
PerkStoreService - Class in org.exoplatform.perkstore.service
A service to manage perkstore entities
PerkStoreService(PerkStoreWebSocketService, PerkStoreStorage, SettingService, PortalContainer) - Constructor for class org.exoplatform.perkstore.service.PerkStoreService
 
PerkStoreSettingsREST - Class in org.exoplatform.perkstore.rest
 
PerkStoreSettingsREST(PerkStoreService) - Constructor for class org.exoplatform.perkstore.rest.PerkStoreSettingsREST
 
PerkStoreStorage - Class in org.exoplatform.perkstore.storage
 
PerkStoreStorage(PerkStoreProductDAO, PerkStoreOrderDAO) - Constructor for class org.exoplatform.perkstore.storage.PerkStoreStorage
 
PerkStoreTemplateBuilder - Class in org.exoplatform.perkstore.notification.builder
 
PerkStoreTemplateBuilder(TemplateProvider, ExoContainer, PluginKey, boolean) - Constructor for class org.exoplatform.perkstore.notification.builder.PerkStoreTemplateBuilder
 
PerkStoreTemplateBuilder(TemplateProvider, ExoContainer, PluginKey, boolean, boolean) - Constructor for class org.exoplatform.perkstore.notification.builder.PerkStoreTemplateBuilder
 
PerkStoreWebSocketService - Class in org.exoplatform.perkstore.service
 
PerkStoreWebSocketService() - Constructor for class org.exoplatform.perkstore.service.PerkStoreWebSocketService
 
Product - Class in org.exoplatform.perkstore.model
 
Product() - Constructor for class org.exoplatform.perkstore.model.Product
 
PRODUCT_ACCESS_DENIED - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
PRODUCT_ADDED_KEY - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
PRODUCT_CREATE_OR_MODIFY_EVENT - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
PRODUCT_CREATION_DENIED - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
PRODUCT_IS_DISABLED - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
PRODUCT_IS_NEW_PARAMETER - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
PRODUCT_MODIFICATION_DENIED - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
PRODUCT_MODIFIED_KEY - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
PRODUCT_NOT_EXISTS - Enum constant in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
 
PRODUCT_PARAMETER - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
PRODUCT_URL_FORMAT - Static variable in class org.exoplatform.perkstore.plugin.PerkStorePermanentLinkPlugin
 
ProductEntity - Class in org.exoplatform.perkstore.entity
 
ProductEntity() - Constructor for class org.exoplatform.perkstore.entity.ProductEntity
 
ProductNotificationListener - Class in org.exoplatform.perkstore.listener
 
ProductNotificationListener(ExoContainer) - Constructor for class org.exoplatform.perkstore.listener.ProductNotificationListener
 
ProductOrder - Class in org.exoplatform.perkstore.model
 
ProductOrder() - Constructor for class org.exoplatform.perkstore.model.ProductOrder
 
ProductOrderEntity - Class in org.exoplatform.perkstore.entity
 
ProductOrderEntity() - Constructor for class org.exoplatform.perkstore.entity.ProductOrderEntity
 
ProductOrderModification - Class in org.exoplatform.perkstore.model
 
ProductOrderModification() - Constructor for class org.exoplatform.perkstore.model.ProductOrderModification
 
ProductOrderModificationType - Enum Class in org.exoplatform.perkstore.model.constant
 
ProductOrderNotificationListener - Class in org.exoplatform.perkstore.listener
 
ProductOrderNotificationListener(ExoContainer) - Constructor for class org.exoplatform.perkstore.listener.ProductOrderNotificationListener
 
ProductOrderPeriod - Class in org.exoplatform.perkstore.model
 
ProductOrderPeriod() - Constructor for class org.exoplatform.perkstore.model.ProductOrderPeriod
 
ProductOrderPeriodType - Enum Class in org.exoplatform.perkstore.model.constant
 
ProductOrderStatus - Enum Class in org.exoplatform.perkstore.model.constant
 
ProductOrderTransactionStatus - Enum Class in org.exoplatform.perkstore.model.constant
 
ProductOrderType - Enum Class in org.exoplatform.perkstore.model.constant
 
Profile - Class in org.exoplatform.perkstore.model
 
Profile(long) - Constructor for class org.exoplatform.perkstore.model.Profile
 
Profile(String, String) - Constructor for class org.exoplatform.perkstore.model.Profile
 

Q

QUARTER - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderPeriodType
 

R

RECEIVED - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderType
 
refreshProfile(Profile) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
REFUND_TX_STATUS - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderModificationType
 
REFUNDED - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderStatus
 
REFUNDED_QUANTITY - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderModificationType
 
REMOTE_SERVICE - Static variable in class org.exoplatform.perkstore.statistic.StatisticUtils
 
replaceTransactions(String, String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
replaceTransactions(String, String) - Method in class org.exoplatform.perkstore.storage.cached.PerkStoreCachedStorage
 
replaceTransactions(String, String) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
REWARDING_GROUP - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 

S

saveGlobalSettings(GlobalSettings, String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
saveOrder(ProductOrder) - Method in class org.exoplatform.perkstore.storage.cached.PerkStoreCachedStorage
 
saveOrder(ProductOrder) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
saveOrder(ProductOrder, String) - Method in class org.exoplatform.perkstore.rest.PerkStoreOrderREST
 
saveOrder(ProductOrder, ProductOrderModificationType, String, boolean) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
saveOrderSimulate(ProductOrder) - Method in class org.exoplatform.perkstore.rest.PerkStoreOrderREST
 
saveOrderTransactionStatus(Map<String, Object>) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
saveProduct(Product) - Method in class org.exoplatform.perkstore.rest.PerkStoreProductREST
 
saveProduct(Product, String) - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
saveProduct(Product, String) - Method in class org.exoplatform.perkstore.storage.cached.PerkStoreCachedStorage
 
saveProduct(Product, String) - Method in class org.exoplatform.perkstore.storage.PerkStoreStorage
 
saveSettings(GlobalSettings) - Method in class org.exoplatform.perkstore.rest.PerkStoreSettingsREST
 
SCOPE_NAME - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
SEMESTER - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderPeriodType
 
sendMessage(String, Collection<String>, boolean, Object...) - Method in class org.exoplatform.perkstore.service.PerkStoreWebSocketService
 
SENT - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderType
 
service() - Element in annotation interface org.exoplatform.perkstore.statistic.ExoPerkStoreStatistic
 
setAccessPermissions(List<Long>) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setAllowFraction(boolean) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setAmount(double) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setCreatedDate(long) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setCreatedDate(long) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setCreator(long) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setDeleted(boolean) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setDeliveredDate(long) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setDeliveredQuantity(double) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setDescription(String) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setEnabled(boolean) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setErrorCode(int) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setId(Long) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setId(Long) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setIllustrationURL(String) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setImages(Set<Long>) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setIsNewOrderParameter(NotificationContext) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
setIsNewProductParameter(NotificationContext) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
setLastModifiedDate(long) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setLastModifier(long) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setMarchands(List<Long>) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setMaxOrdersPerUser(double) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setNotificationRecipients(NotificationInfo, GlobalSettings, Product, ProductOrder, boolean, boolean, Profile) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
setOrderParameter(NotificationContext, ProductOrder) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
setOrderPeriodicity(ProductOrderPeriodType) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setPrice(double) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setProduct(ProductEntity) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setProductParameter(NotificationContext, Product) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
setQuantity(double) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setReceiverId(long) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setReceiverId(long) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setRefundedAmount(double) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setRefundedDate(long) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setRefundedQuantity(double) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setRefundTransactionHash(String) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setRefundTransactionStatus(ProductOrderTransactionStatus) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setRemainingQuantity(double) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setSenderId(long) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setSettingsParameter(NotificationContext, GlobalSettings) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
setStatus(ProductOrderStatus) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
SETTINGS_KEY_NAME - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
SETTINGS_MODIFIED_EVENT - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
SETTINGS_PARAMETER - Static variable in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
setTitle(String) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setTotalSupply(double) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
setTransactionHash(String) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setTransactionStatus(ProductOrderTransactionStatus) - Method in class org.exoplatform.perkstore.entity.ProductOrderEntity
 
setUnlimited(boolean) - Method in class org.exoplatform.perkstore.entity.ProductEntity
 
SPACE_ACCOUNT_TYPE - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
SPACE_GROUP_PREFIX - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
start() - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
StatisticUtils - Class in org.exoplatform.perkstore.statistic
 
STATUS - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderModificationType
 
STATUS - Static variable in class org.exoplatform.perkstore.statistic.StatisticUtils
 
STATUS_CODE - Static variable in class org.exoplatform.perkstore.statistic.StatisticUtils
 
stop() - Method in class org.exoplatform.perkstore.service.PerkStoreService
 
storeOrderParameters(NotificationInfo, ProductOrder, ProductOrder, ProductOrderModificationType, boolean, Profile) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
storeProductParameters(NotificationInfo, Product, boolean) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
storeSettingsParameters(GlobalSettings, NotificationInfo) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
stringifyDouble(double) - Static method in class org.exoplatform.perkstore.service.utils.NotificationUtils
 
SUCCESS - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderTransactionStatus
 

T

timeToMilliseconds(LocalDateTime) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
toEntity(ProductEntity, ProductOrder) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
toEntity(Product) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
toProfile(long) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
toProfile(String, String) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
transformToString(Object) - Static method in class org.exoplatform.perkstore.service.utils.Utils
 
TX_STATUS - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderModificationType
 

U

USER_ACCOUNT_TYPE - Static variable in class org.exoplatform.perkstore.service.utils.Utils
 
UserProductData - Class in org.exoplatform.perkstore.model
 
UserProductData(String) - Constructor for class org.exoplatform.perkstore.model.UserProductData
 
UserSettings - Class in org.exoplatform.perkstore.model
 
UserSettings() - Constructor for class org.exoplatform.perkstore.model.UserSettings
 
Utils - Class in org.exoplatform.perkstore.service.utils
 

V

valueOf(String) - Static method in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.exoplatform.perkstore.model.constant.ProductOrderModificationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.exoplatform.perkstore.model.constant.ProductOrderPeriodType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.exoplatform.perkstore.model.constant.ProductOrderStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.exoplatform.perkstore.model.constant.ProductOrderTransactionStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.exoplatform.perkstore.model.constant.ProductOrderType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.exoplatform.perkstore.model.constant.PerkStoreError
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.exoplatform.perkstore.model.constant.ProductOrderModificationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.exoplatform.perkstore.model.constant.ProductOrderPeriodType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.exoplatform.perkstore.model.constant.ProductOrderStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.exoplatform.perkstore.model.constant.ProductOrderTransactionStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.exoplatform.perkstore.model.constant.ProductOrderType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WebSocketMessage - Class in org.exoplatform.perkstore.model
 
WebSocketMessage(String, Object...) - Constructor for class org.exoplatform.perkstore.model.WebSocketMessage
 
WebSocketOrderListener - Class in org.exoplatform.perkstore.listener
 
WebSocketOrderListener() - Constructor for class org.exoplatform.perkstore.listener.WebSocketOrderListener
 
WebSocketProductListener - Class in org.exoplatform.perkstore.listener
 
WebSocketProductListener() - Constructor for class org.exoplatform.perkstore.listener.WebSocketProductListener
 
WebSocketSettingsListener - Class in org.exoplatform.perkstore.listener
 
WebSocketSettingsListener() - Constructor for class org.exoplatform.perkstore.listener.WebSocketSettingsListener
 
WEEK - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderPeriodType
 

Y

YEAR - Enum constant in enum class org.exoplatform.perkstore.model.constant.ProductOrderPeriodType
 
A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form