Uses of Class
org.exoplatform.perkstore.exception.PerkStoreException
Packages that use PerkStoreException
Package
Description
-
Uses of PerkStoreException in org.exoplatform.perkstore.service
Methods in org.exoplatform.perkstore.service that throw PerkStoreExceptionModifier and TypeMethodDescriptionvoidPerkStoreService.checkCanCreateOrder(ProductOrder order, String username) -
Uses of PerkStoreException in org.exoplatform.perkstore.service.utils
Methods in org.exoplatform.perkstore.service.utils with parameters of type PerkStoreExceptionModifier and TypeMethodDescriptionstatic final javax.ws.rs.core.ResponseUtils.computeErrorResponse(org.exoplatform.services.log.Log log, PerkStoreException e, String operationDescription, String username, Object objectToDisplay) static final voidUtils.displayErrorLog(org.exoplatform.services.log.Log log, String operationDescription, String username, Object objectToDisplay, PerkStoreException e) static final StringUtils.getErrorJSONFormat(PerkStoreException e) -
Uses of PerkStoreException in org.exoplatform.perkstore.storage
Methods in org.exoplatform.perkstore.storage that throw PerkStoreExceptionModifier and TypeMethodDescriptionPerkStoreStorage.saveOrder(ProductOrder order) PerkStoreStorage.saveProduct(Product product, String username) -
Uses of PerkStoreException in org.exoplatform.perkstore.storage.cached
Methods in org.exoplatform.perkstore.storage.cached that throw PerkStoreExceptionModifier and TypeMethodDescriptionPerkStoreCachedStorage.saveOrder(ProductOrder order) PerkStoreCachedStorage.saveProduct(Product product, String username)