public class KKJSONEngServer extends KKJSONEngServerBase implements KKJSONEngServerIf
log
Constructor and Description |
---|
KKJSONEngServer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addAddressToCustomer(java.lang.String jsonRequest) |
java.lang.String |
addCreditCardToCustomer(java.lang.String jsonRequest) |
java.lang.String |
addCustomDataToSession(java.lang.String jsonRequest) |
java.lang.String |
addCustomerNotifications(java.lang.String jsonRequest) |
java.lang.String |
addPoints(java.lang.String jsonRequest) |
java.lang.String |
addProductNotificationToCustomer(java.lang.String jsonRequest) |
java.lang.String |
addTax(java.lang.String jsonRequest) |
java.lang.String |
addToBasket(java.lang.String jsonRequest) |
java.lang.String |
addToBasketWithOptions(java.lang.String jsonRequest) |
java.lang.String |
addToCustomerTag(java.lang.String jsonRequest) |
java.lang.String |
addToCustomerTagForGuest(java.lang.String jsonRequest) |
java.lang.String |
addToWishList(java.lang.String jsonRequest) |
java.lang.String |
addToWishListWithOptions(java.lang.String jsonRequest) |
java.lang.String |
callFunction(java.lang.String func,
java.lang.String jsonRequest)
Special-Purpose function for calling the appropriate KKEngIf function for JSON.
|
java.lang.String |
changeDeliveryAddress(java.lang.String jsonRequest) |
java.lang.String |
changeOrderStatus(java.lang.String jsonRequest)
Deprecated.
|
java.lang.String |
changePassword(java.lang.String jsonRequest) |
java.lang.String |
checkCoupon(java.lang.String jsonRequest) |
java.lang.String |
checkFileAccess(java.lang.String jsonRequest) |
java.lang.String |
checkSession(java.lang.String jsonRequest) |
java.lang.String |
createAndSaveOrder(java.lang.String jsonRequest) |
java.lang.String |
createOrder(java.lang.String jsonRequest) |
java.lang.String |
createOrderWithOptions(java.lang.String jsonRequest) |
java.lang.String |
createProductQuantityEncodedKeyFromEncodedProductId(java.lang.String jsonRequest) |
java.lang.String |
createWishList(java.lang.String jsonRequest) |
java.lang.String |
createWishListWithOptions(java.lang.String jsonRequest) |
java.lang.String |
custom(java.lang.String jsonRequest) |
java.lang.String |
customSecure(java.lang.String jsonRequest) |
java.lang.String |
deleteAddressFromCustomer(java.lang.String jsonRequest) |
java.lang.String |
deleteCookie(java.lang.String jsonRequest) |
java.lang.String |
deleteCreditCard(java.lang.String jsonRequest) |
java.lang.String |
deleteCustomer(java.lang.String jsonRequest) |
java.lang.String |
deleteCustomerNotifications(java.lang.String jsonRequest) |
java.lang.String |
deleteCustomerTag(java.lang.String jsonRequest) |
java.lang.String |
deleteCustomerTagForGuest(java.lang.String jsonRequest) |
java.lang.String |
deleteOrderIdForSecretKey(java.lang.String jsonRequest) |
java.lang.String |
deletePoints(java.lang.String jsonRequest) |
java.lang.String |
deleteProductNotificationFromCustomer(java.lang.String jsonRequest) |
java.lang.String |
deleteReservedPoints(java.lang.String jsonRequest) |
java.lang.String |
deleteWishList(java.lang.String jsonRequest) |
java.lang.String |
deleteWishListWithOptions(java.lang.String jsonRequest) |
java.lang.String |
doesCustomerExistForEmail(java.lang.String jsonRequest) |
java.lang.String |
editConfiguration(java.lang.String jsonRequest)
Deprecated.
|
java.lang.String |
editCreditCard(java.lang.String jsonRequest) |
java.lang.String |
editCustomer(java.lang.String jsonRequest) |
java.lang.String |
editCustomerAddress(java.lang.String jsonRequest) |
java.lang.String |
editCustomerWithOptions(java.lang.String jsonRequest) |
java.lang.String |
editDigitalDownload(java.lang.String jsonRequest) |
java.lang.String |
editWishList(java.lang.String jsonRequest) |
java.lang.String |
editWishListWithOptions(java.lang.String jsonRequest) |
java.lang.String |
enableCustomer(java.lang.String jsonRequest) |
java.lang.String |
evaluateExpression(java.lang.String jsonRequest) |
java.lang.String |
evaluateExpressionForGuest(java.lang.String jsonRequest) |
java.lang.String |
externalLogin(java.lang.String jsonRequest) |
java.lang.String |
forceRegisterCustomer(java.lang.String jsonRequest) |
java.lang.String |
freeReservedPoints(java.lang.String jsonRequest) |
java.lang.String |
getAddressesPerCustomer(java.lang.String jsonRequest) |
java.lang.String |
getAddressesPerManufacturer(java.lang.String jsonRequest) |
java.lang.String |
getAddressesPerProduct(java.lang.String jsonRequest) |
java.lang.String |
getAddressesPerStore(java.lang.String jsonRequest) |
java.lang.String |
getAddressesPerVendor(java.lang.String jsonRequest) |
java.lang.String |
getAddressFormatTemplate(java.lang.String jsonRequest) |
java.lang.String |
getAllCookies(java.lang.String jsonRequest) |
java.lang.String |
getAllCountries(java.lang.String jsonRequest) |
java.lang.String |
getAllCurrencies(java.lang.String jsonRequest) |
java.lang.String |
getAllCustomerGroups(java.lang.String jsonRequest) |
java.lang.String |
getAllLanguages(java.lang.String jsonRequest) |
java.lang.String |
getAllManufacturers(java.lang.String jsonRequest) |
java.lang.String |
getAllOrderStatuses(java.lang.String jsonRequest) |
java.lang.String |
getAllProductRelationships(java.lang.String jsonRequest) |
java.lang.String |
getAllProducts(java.lang.String jsonRequest) |
java.lang.String |
getAllProductsWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getAllPromotions(java.lang.String jsonRequest) |
java.lang.String |
getAllReviews(java.lang.String jsonRequest) |
java.lang.String |
getAllSpecials(java.lang.String jsonRequest) |
java.lang.String |
getAlsoPurchased(java.lang.String jsonRequest) |
java.lang.String |
getAlsoPurchasedWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getBasketItemsPerCustomer(java.lang.String jsonRequest) |
java.lang.String |
getBasketItemsPerCustomerWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getBestSellers(java.lang.String jsonRequest) |
java.lang.String |
getBestSellersWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getBookableProductConflict(java.lang.String jsonRequest) |
java.lang.String |
getBookingsPerCustomer(java.lang.String jsonRequest) |
java.lang.String |
getBookingsPerProduct(java.lang.String jsonRequest) |
java.lang.String |
getBundlesThatProductBelongsTo(java.lang.String jsonRequest) |
java.lang.String |
getBundlesThatProductsBelongTo(java.lang.String jsonRequest) |
java.lang.String |
getCatalogPerKey(java.lang.String jsonRequest) |
java.lang.String |
getCategoriesPerManufacturer(java.lang.String jsonRequest) |
java.lang.String |
getCategoriesPerProduct(java.lang.String jsonRequest) |
java.lang.String |
getCategory(java.lang.String jsonRequest) |
java.lang.String |
getCategoryTree(java.lang.String jsonRequest) |
java.lang.String |
getCategoryTreeWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getConfigData(java.lang.String jsonRequest) |
java.lang.String |
getConfiguration(java.lang.String jsonRequest) |
java.lang.String |
getConfigurationNoCache(java.lang.String jsonRequest) |
java.lang.String |
getConfigurations(java.lang.String jsonRequest) |
java.lang.String |
getConfigurationValue(java.lang.String jsonRequest) |
java.lang.String |
getConfigurationValueAsBigDecimal(java.lang.String jsonRequest) |
java.lang.String |
getConfigurationValueAsBigDecimalWithDefault(java.lang.String jsonRequest) |
java.lang.String |
getConfigurationValueAsBool(java.lang.String jsonRequest) |
java.lang.String |
getConfigurationValueAsInt(java.lang.String jsonRequest) |
java.lang.String |
getConfigurationValueAsIntWithDefault(java.lang.String jsonRequest) |
java.lang.String |
getContent(java.lang.String jsonRequest) |
java.lang.String |
getContents(java.lang.String jsonRequest) |
java.lang.String |
getContentType(java.lang.String jsonRequest) |
java.lang.String |
getContentTypes(java.lang.String jsonRequest) |
java.lang.String |
getCookie(java.lang.String jsonRequest) |
java.lang.String |
getCountry(java.lang.String jsonRequest) |
java.lang.String |
getCountryPerName(java.lang.String jsonRequest) |
java.lang.String |
getCouponPerId(java.lang.String jsonRequest) |
java.lang.String |
getCouponsPerCode(java.lang.String jsonRequest) |
java.lang.String |
getCreditCardsPerCustomer(java.lang.String jsonRequest) |
java.lang.String |
getCurrency(java.lang.String jsonRequest) |
java.lang.String |
getCustomDataFromSession(java.lang.String jsonRequest) |
java.lang.String |
getCustomer(java.lang.String jsonRequest) |
java.lang.String |
getCustomerGroup(java.lang.String jsonRequest) |
java.lang.String |
getCustomerTag(java.lang.String jsonRequest) |
java.lang.String |
getCustomerTagForGuest(java.lang.String jsonRequest) |
java.lang.String |
getCustomerTags(java.lang.String jsonRequest) |
java.lang.String |
getCustomerTagsForGuest(java.lang.String jsonRequest) |
java.lang.String |
getCustomerTagValue(java.lang.String jsonRequest) |
java.lang.String |
getCustomerTagValueForGuest(java.lang.String jsonRequest) |
java.lang.String |
getCustomerWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getDefaultAddressPerCustomer(java.lang.String jsonRequest) |
java.lang.String |
getDefaultCurrency(java.lang.String jsonRequest) |
java.lang.String |
getDefaultCustomer(java.lang.String jsonRequest) |
java.lang.String |
getDefaultLanguage(java.lang.String jsonRequest) |
java.lang.String |
getDigitalDownloadById(java.lang.String jsonRequest) |
java.lang.String |
getDigitalDownloads(java.lang.String jsonRequest) |
java.lang.String |
getDigitalDownloadsWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getExpression(java.lang.String jsonRequest) |
java.lang.String |
getExpressionForGuest(java.lang.String jsonRequest) |
java.lang.String |
getGeoZonesPerZone(java.lang.String jsonRequest) |
java.lang.String |
getIpnHistory(java.lang.String jsonRequest) |
java.lang.String |
getKKEvents(java.lang.String jsonRequest) |
java.lang.String |
getKonakartTimeStamp(java.lang.String jsonRequest) |
java.lang.String |
getKonaKartVersion(java.lang.String jsonRequest) |
java.lang.String |
getLanguagePerCode(java.lang.String jsonRequest) |
java.lang.String |
getLanguagePerId(java.lang.String jsonRequest) |
java.lang.String |
getLanguages(java.lang.String jsonRequest) |
java.lang.String |
getManufacturer(java.lang.String jsonRequest) |
java.lang.String |
getManufacturerPerProduct(java.lang.String jsonRequest) |
java.lang.String |
getManufacturers(java.lang.String jsonRequest) |
java.lang.String |
getManufacturersPerCategory(java.lang.String jsonRequest) |
java.lang.String |
getMessages(java.lang.String jsonRequest) |
java.lang.String |
getMiscItemsPerType(java.lang.String jsonRequest) |
java.lang.String |
getMsgValue(java.lang.String jsonRequest) |
java.lang.String |
getOrder(java.lang.String jsonRequest) |
java.lang.String |
getOrderHistory(java.lang.String jsonRequest) |
java.lang.String |
getOrderHistoryWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getOrderIdFromSecretKey(java.lang.String jsonRequest) |
java.lang.String |
getOrdersPerCustomer(java.lang.String jsonRequest) |
java.lang.String |
getOrdersPerCustomerWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getOrderStatus(java.lang.String jsonRequest) |
java.lang.String |
getOrderTotals(java.lang.String jsonRequest) |
java.lang.String |
getOrderWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getPaymentDetails(java.lang.String jsonRequest) |
java.lang.String |
getPaymentDetailsCustom(java.lang.String jsonRequest) |
java.lang.String |
getPaymentDetailsPerOrder(java.lang.String jsonRequest) |
java.lang.String |
getPaymentGateway(java.lang.String jsonRequest) |
java.lang.String |
getPaymentGateways(java.lang.String jsonRequest) |
java.lang.String |
getPaymentSchedule(java.lang.String jsonRequest) |
java.lang.String |
getPdf(java.lang.String jsonRequest) |
java.lang.String |
getProduct(java.lang.String jsonRequest) |
java.lang.String |
getProductImages(java.lang.String jsonRequest) |
java.lang.String |
getProductNotificationsPerCustomer(java.lang.String jsonRequest) |
java.lang.String |
getProductNotificationsPerCustomerWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getProductPerSku(java.lang.String jsonRequest) |
java.lang.String |
getProductPerSkuWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getProductQuantity(java.lang.String jsonRequest) |
java.lang.String |
getProductQuantityWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getProductsFromIdsWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getProductsPerCategory(java.lang.String jsonRequest) |
java.lang.String |
getProductsPerCategoryPerManufacturer(java.lang.String jsonRequest) |
java.lang.String |
getProductsPerCategoryPerManufacturerWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getProductsPerCategoryWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getProductsPerManufacturer(java.lang.String jsonRequest) |
java.lang.String |
getProductsPerManufacturerWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getProductWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getPromotion(java.lang.String jsonRequest) |
java.lang.String |
getPromotionsPerCoupon(java.lang.String jsonRequest) |
java.lang.String |
getPromotionsPerProducts(java.lang.String jsonRequest) |
java.lang.String |
getPunchOutMessage(java.lang.String jsonRequest) |
java.lang.String |
getRelatedProducts(java.lang.String jsonRequest) |
java.lang.String |
getRelatedProductsWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getReview(java.lang.String jsonRequest) |
java.lang.String |
getReviews(java.lang.String jsonRequest) |
java.lang.String |
getReviewsPerProduct(java.lang.String jsonRequest) |
java.lang.String |
getReviewsPerVendor(java.lang.String jsonRequest) |
java.lang.String |
getRewardPoints(java.lang.String jsonRequest) |
java.lang.String |
getRewardPointsWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getSecretKeyForOrderId(java.lang.String jsonRequest) |
java.lang.String |
getShippingQuote(java.lang.String jsonRequest) |
java.lang.String |
getShippingQuotes(java.lang.String jsonRequest) |
java.lang.String |
getSku(java.lang.String jsonRequest)
Deprecated.
|
java.lang.String |
getSpecialsPerCategory(java.lang.String jsonRequest) |
java.lang.String |
getSSOToken(java.lang.String jsonRequest) |
java.lang.String |
getStatusText(java.lang.String jsonRequest) |
java.lang.String |
getStore(java.lang.String jsonRequest) |
java.lang.String |
getStoreForId(java.lang.String jsonRequest) |
java.lang.String |
getStoreIds(java.lang.String jsonRequest) |
java.lang.String |
getSubscriptionsPerCustomer(java.lang.String jsonRequest) |
java.lang.String |
getSuggestedSearchItems(java.lang.String jsonRequest) |
java.lang.String |
getSuggestedSpellingItems(java.lang.String jsonRequest) |
java.lang.String |
getSuggestions(java.lang.String jsonRequest) |
java.lang.String |
getTag(java.lang.String jsonRequest) |
java.lang.String |
getTagGroup(java.lang.String jsonRequest) |
java.lang.String |
getTagGroupsPerCategory(java.lang.String jsonRequest) |
java.lang.String |
getTagGroupsPerCategoryWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getTagsPerCategory(java.lang.String jsonRequest) |
java.lang.String |
getTax(java.lang.String jsonRequest) |
java.lang.String |
getTaxRate(java.lang.String jsonRequest) |
java.lang.String |
getTempCustomerId(java.lang.String jsonRequest) |
java.lang.String |
getVendorForId(java.lang.String jsonRequest) |
java.lang.String |
getVendorReview(java.lang.String jsonRequest) |
java.lang.String |
getVendorReviews(java.lang.String jsonRequest) |
java.lang.String |
getVendors(java.lang.String jsonRequest) |
java.lang.String |
getWishList(java.lang.String jsonRequest) |
java.lang.String |
getWishListItems(java.lang.String jsonRequest) |
java.lang.String |
getWishListItemsWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getWishListWithItems(java.lang.String jsonRequest) |
java.lang.String |
getWishListWithItemsWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getWishListWithOptions(java.lang.String jsonRequest) |
java.lang.String |
getZonesPerCountry(java.lang.String jsonRequest) |
java.lang.String |
insertBooking(java.lang.String jsonRequest) |
java.lang.String |
insertCustomerEvent(java.lang.String jsonRequest) |
java.lang.String |
insertCustomerTag(java.lang.String jsonRequest) |
java.lang.String |
insertCustomerTagForGuest(java.lang.String jsonRequest) |
java.lang.String |
insertDigitalDownload(java.lang.String jsonRequest) |
java.lang.String |
insertKKEvent(java.lang.String jsonRequest) |
java.lang.String |
insertSubscription(java.lang.String jsonRequest) |
java.lang.String |
isCustomerSubscribedToNewsletter(java.lang.String jsonRequest) |
java.lang.String |
isEmailValid(java.lang.String jsonRequest) |
java.lang.String |
login(java.lang.String jsonRequest) |
java.lang.String |
loginByAdmin(java.lang.String jsonRequest) |
java.lang.String |
loginWithOptions(java.lang.String jsonRequest) |
java.lang.String |
logout(java.lang.String jsonRequest) |
java.lang.String |
mergeBaskets(java.lang.String jsonRequest) |
java.lang.String |
mergeBasketsWithOptions(java.lang.String jsonRequest) |
java.lang.String |
mergeWishListsWithOptions(java.lang.String jsonRequest) |
java.lang.String |
notifySysAdmin(java.lang.String jsonRequest) |
java.lang.String |
pointsAvailable(java.lang.String jsonRequest) |
java.lang.String |
postMessageToQueue(java.lang.String jsonRequest) |
java.lang.String |
processKKEvents(java.lang.String jsonRequest) |
java.lang.String |
readMessageFromQueue(java.lang.String jsonRequest) |
java.lang.String |
registerCustomer(java.lang.String jsonRequest) |
java.lang.String |
removeBasketItemsPerCustomer(java.lang.String jsonRequest) |
java.lang.String |
removeFromBasket(java.lang.String jsonRequest) |
java.lang.String |
removeFromWishList(java.lang.String jsonRequest) |
java.lang.String |
removeFromWishListWithOptions(java.lang.String jsonRequest) |
java.lang.String |
removeStockReservationsForBasketItems(java.lang.String jsonRequest) |
java.lang.String |
removeStockReservationsForIds(java.lang.String jsonRequest) |
java.lang.String |
removeStockReservationsForOrderProducts(java.lang.String jsonRequest) |
java.lang.String |
reservePoints(java.lang.String jsonRequest) |
java.lang.String |
reserveStock(java.lang.String jsonRequest) |
java.lang.String |
saveIpnHistory(java.lang.String jsonRequest) |
java.lang.String |
saveOrder(java.lang.String jsonRequest) |
java.lang.String |
saveOrderWithOptions(java.lang.String jsonRequest) |
java.lang.String |
saveSSOToken(java.lang.String jsonRequest) |
java.lang.String |
searchForOrdersPerCustomer(java.lang.String jsonRequest) |
java.lang.String |
searchForProducts(java.lang.String jsonRequest) |
java.lang.String |
searchForProductsWithOptions(java.lang.String jsonRequest) |
java.lang.String |
searchForSubscriptionsPerCustomer(java.lang.String jsonRequest) |
java.lang.String |
searchForWishLists(java.lang.String jsonRequest) |
java.lang.String |
searchForZones(java.lang.String jsonRequest) |
java.lang.String |
sendNewPassword(java.lang.String jsonRequest)
Deprecated.
|
java.lang.String |
sendNewPassword1(java.lang.String jsonRequest) |
java.lang.String |
sendOrderConfirmationEmail(java.lang.String jsonRequest)
Deprecated.
|
java.lang.String |
sendOrderConfirmationEmail1(java.lang.String jsonRequest) |
java.lang.String |
sendTemplateEmailToCustomer(java.lang.String jsonRequest)
Deprecated.
|
java.lang.String |
sendTemplateEmailToCustomer1(java.lang.String jsonRequest) |
java.lang.String |
sendWelcomeEmail(java.lang.String jsonRequest)
Deprecated.
|
java.lang.String |
sendWelcomeEmail1(java.lang.String jsonRequest) |
java.lang.String |
setCookie(java.lang.String jsonRequest) |
java.lang.String |
setCreditCardDetailsOnOrder(java.lang.String jsonRequest) |
java.lang.String |
setDefaultAddressPerCustomer(java.lang.String jsonRequest) |
java.lang.String |
setEndpoint(java.lang.String jsonRequest) |
java.lang.String |
setNewPassword(java.lang.String jsonRequest) |
java.lang.String |
setRewardPointReservationId(java.lang.String jsonRequest) |
java.lang.String |
updateBasket(java.lang.String jsonRequest) |
java.lang.String |
updateBasketWithOptions(java.lang.String jsonRequest) |
java.lang.String |
updateBasketWithStockInfo(java.lang.String jsonRequest) |
java.lang.String |
updateBasketWithStockInfoWithOptions(java.lang.String jsonRequest) |
java.lang.String |
updateCachedConfigurations(java.lang.String jsonRequest) |
java.lang.String |
updateDigitalDownloadCount(java.lang.String jsonRequest) |
java.lang.String |
updateDigitalDownloadCountById(java.lang.String jsonRequest) |
java.lang.String |
updateInventory(java.lang.String jsonRequest) |
java.lang.String |
updateInventoryWithOptions(java.lang.String jsonRequest) |
java.lang.String |
updateManufacturerViewedCount(java.lang.String jsonRequest) |
java.lang.String |
updateOrder(java.lang.String jsonRequest) |
java.lang.String |
updateOrderWithPaymentModuleSubCode(java.lang.String jsonRequest) |
java.lang.String |
updateProductViewedCount(java.lang.String jsonRequest) |
java.lang.String |
updateSubscription(java.lang.String jsonRequest) |
java.lang.String |
validateCaptcha(java.lang.String jsonRequest) |
java.lang.String |
validatePassword(java.lang.String jsonRequest) |
java.lang.String |
writeReview(java.lang.String jsonRequest) |
getJsonEngine, getMapper, handleThrowable
public KKJSONEngServer() throws com.konakart.app.KKException
com.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getLanguages(java.lang.String jsonRequest) throws com.konakart.app.KKException
getLanguages
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAllLanguages(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAllLanguages
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getDefaultLanguage(java.lang.String jsonRequest) throws com.konakart.app.KKException
getDefaultLanguage
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getLanguagePerCode(java.lang.String jsonRequest) throws com.konakart.app.KKException
getLanguagePerCode
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getLanguagePerId(java.lang.String jsonRequest) throws com.konakart.app.KKException
getLanguagePerId
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCategoryTree(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCategoryTree
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCategoryTreeWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCategoryTreeWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductsPerCategory(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductsPerCategory
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductsPerCategoryWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductsPerCategoryWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductsPerCategoryPerManufacturer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductsPerCategoryPerManufacturer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductsPerCategoryPerManufacturerWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductsPerCategoryPerManufacturerWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductsPerManufacturer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductsPerManufacturer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductsPerManufacturerWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductsPerManufacturerWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProduct(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProduct
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCategoriesPerManufacturer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCategoriesPerManufacturer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCategoriesPerProduct(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCategoriesPerProduct
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getManufacturersPerCategory(java.lang.String jsonRequest) throws com.konakart.app.KKException
getManufacturersPerCategory
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getManufacturers(java.lang.String jsonRequest) throws com.konakart.app.KKException
getManufacturers
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAllManufacturers(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAllManufacturers
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getManufacturerPerProduct(java.lang.String jsonRequest) throws com.konakart.app.KKException
getManufacturerPerProduct
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getManufacturer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getManufacturer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCategory(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCategory
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getSpecialsPerCategory(java.lang.String jsonRequest) throws com.konakart.app.KKException
getSpecialsPerCategory
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAllSpecials(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAllSpecials
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAllProducts(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAllProducts
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAllProductsWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAllProductsWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getReviewsPerProduct(java.lang.String jsonRequest) throws com.konakart.app.KKException
getReviewsPerProduct
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getReview(java.lang.String jsonRequest) throws com.konakart.app.KKException
getReview
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAllReviews(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAllReviews
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getReviews(java.lang.String jsonRequest) throws com.konakart.app.KKException
getReviews
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String searchForProducts(java.lang.String jsonRequest) throws com.konakart.app.KKException
searchForProducts
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String searchForProductsWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
searchForProductsWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String registerCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
registerCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String forceRegisterCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
forceRegisterCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAllCountries(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAllCountries
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String login(java.lang.String jsonRequest) throws com.konakart.app.KKException
login
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String loginWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
loginWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String logout(java.lang.String jsonRequest) throws com.konakart.app.KKException
logout
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAddressesPerCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAddressesPerCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAddressesPerManufacturer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAddressesPerManufacturer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAddressesPerProduct(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAddressesPerProduct
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAddressesPerStore(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAddressesPerStore
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getDefaultAddressPerCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getDefaultAddressPerCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String setDefaultAddressPerCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
setDefaultAddressPerCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String addAddressToCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
addAddressToCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String deleteAddressFromCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
deleteAddressFromCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String editCustomerAddress(java.lang.String jsonRequest) throws com.konakart.app.KKException
editCustomerAddress
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCustomerWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCustomerWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String editCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
editCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String editCustomerWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
editCustomerWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getKonakartTimeStamp(java.lang.String jsonRequest) throws com.konakart.app.KKException
getKonakartTimeStamp
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String writeReview(java.lang.String jsonRequest) throws com.konakart.app.KKException
writeReview
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String checkSession(java.lang.String jsonRequest) throws com.konakart.app.KKException
checkSession
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String addToBasket(java.lang.String jsonRequest) throws com.konakart.app.KKException
addToBasket
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String addToBasketWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
addToBasketWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String mergeBaskets(java.lang.String jsonRequest) throws com.konakart.app.KKException
mergeBaskets
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String mergeBasketsWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
mergeBasketsWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateBasket(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateBasket
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateBasketWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateBasketWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String removeFromBasket(java.lang.String jsonRequest) throws com.konakart.app.KKException
removeFromBasket
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String removeBasketItemsPerCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
removeBasketItemsPerCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getBasketItemsPerCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getBasketItemsPerCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getBasketItemsPerCustomerWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getBasketItemsPerCustomerWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getDefaultCurrency(java.lang.String jsonRequest) throws com.konakart.app.KKException
getDefaultCurrency
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAllCurrencies(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAllCurrencies
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getConfigurations(java.lang.String jsonRequest) throws com.konakart.app.KKException
getConfigurations
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getConfiguration(java.lang.String jsonRequest) throws com.konakart.app.KKException
getConfiguration
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getConfigurationNoCache(java.lang.String jsonRequest) throws com.konakart.app.KKException
getConfigurationNoCache
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getConfigurationValue(java.lang.String jsonRequest) throws com.konakart.app.KKException
getConfigurationValue
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getConfigurationValueAsInt(java.lang.String jsonRequest) throws com.konakart.app.KKException
getConfigurationValueAsInt
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getConfigurationValueAsIntWithDefault(java.lang.String jsonRequest) throws com.konakart.app.KKException
getConfigurationValueAsIntWithDefault
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getConfigurationValueAsBigDecimal(java.lang.String jsonRequest) throws com.konakart.app.KKException
getConfigurationValueAsBigDecimal
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getConfigurationValueAsBigDecimalWithDefault(java.lang.String jsonRequest) throws com.konakart.app.KKException
getConfigurationValueAsBigDecimalWithDefault
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getConfigurationValueAsBool(java.lang.String jsonRequest) throws com.konakart.app.KKException
getConfigurationValueAsBool
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected events@Deprecated public java.lang.String editConfiguration(java.lang.String jsonRequest) throws com.konakart.app.KKException
editConfiguration
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String changePassword(java.lang.String jsonRequest) throws com.konakart.app.KKException
changePassword
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductNotificationsPerCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductNotificationsPerCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductNotificationsPerCustomerWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductNotificationsPerCustomerWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String addProductNotificationToCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
addProductNotificationToCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String deleteProductNotificationFromCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
deleteProductNotificationFromCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateProductViewedCount(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateProductViewedCount
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getBestSellers(java.lang.String jsonRequest) throws com.konakart.app.KKException
getBestSellers
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getBestSellersWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getBestSellersWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getOrdersPerCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getOrdersPerCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getOrdersPerCustomerWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getOrdersPerCustomerWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String searchForOrdersPerCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
searchForOrdersPerCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getOrder(java.lang.String jsonRequest) throws com.konakart.app.KKException
getOrder
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getOrderWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getOrderWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCurrency(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCurrency
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String createOrder(java.lang.String jsonRequest) throws com.konakart.app.KKException
createOrder
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String createOrderWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
createOrderWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getOrderHistory(java.lang.String jsonRequest) throws com.konakart.app.KKException
getOrderHistory
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getOrderHistoryWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getOrderHistoryWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAlsoPurchased(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAlsoPurchased
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAlsoPurchasedWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAlsoPurchasedWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getRelatedProducts(java.lang.String jsonRequest) throws com.konakart.app.KKException
getRelatedProducts
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getRelatedProductsWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getRelatedProductsWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCountryPerName(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCountryPerName
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCountry(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCountry
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getShippingQuotes(java.lang.String jsonRequest) throws com.konakart.app.KKException
getShippingQuotes
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getShippingQuote(java.lang.String jsonRequest) throws com.konakart.app.KKException
getShippingQuote
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String changeDeliveryAddress(java.lang.String jsonRequest) throws com.konakart.app.KKException
changeDeliveryAddress
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getTaxRate(java.lang.String jsonRequest) throws com.konakart.app.KKException
getTaxRate
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getTax(java.lang.String jsonRequest) throws com.konakart.app.KKException
getTax
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String addTax(java.lang.String jsonRequest) throws com.konakart.app.KKException
addTax
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getOrderTotals(java.lang.String jsonRequest) throws com.konakart.app.KKException
getOrderTotals
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getPaymentGateways(java.lang.String jsonRequest) throws com.konakart.app.KKException
getPaymentGateways
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getPaymentGateway(java.lang.String jsonRequest) throws com.konakart.app.KKException
getPaymentGateway
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getPaymentDetails(java.lang.String jsonRequest) throws com.konakart.app.KKException
getPaymentDetails
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getPaymentDetailsPerOrder(java.lang.String jsonRequest) throws com.konakart.app.KKException
getPaymentDetailsPerOrder
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getPaymentDetailsCustom(java.lang.String jsonRequest) throws com.konakart.app.KKException
getPaymentDetailsCustom
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String saveOrder(java.lang.String jsonRequest) throws com.konakart.app.KKException
saveOrder
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String saveOrderWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
saveOrderWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getStatusText(java.lang.String jsonRequest) throws com.konakart.app.KKException
getStatusText
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateOrder(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateOrder
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateOrderWithPaymentModuleSubCode(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateOrderWithPaymentModuleSubCode
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected events@Deprecated public java.lang.String changeOrderStatus(java.lang.String jsonRequest) throws com.konakart.app.KKException
changeOrderStatus
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateInventory(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateInventory
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateInventoryWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateInventoryWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected events@Deprecated public java.lang.String sendNewPassword(java.lang.String jsonRequest) throws com.konakart.app.KKException
sendNewPassword
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String sendNewPassword1(java.lang.String jsonRequest) throws com.konakart.app.KKException
sendNewPassword1
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected events@Deprecated public java.lang.String sendWelcomeEmail(java.lang.String jsonRequest) throws com.konakart.app.KKException
sendWelcomeEmail
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String sendWelcomeEmail1(java.lang.String jsonRequest) throws com.konakart.app.KKException
sendWelcomeEmail1
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected events@Deprecated public java.lang.String sendOrderConfirmationEmail(java.lang.String jsonRequest) throws com.konakart.app.KKException
sendOrderConfirmationEmail
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String sendOrderConfirmationEmail1(java.lang.String jsonRequest) throws com.konakart.app.KKException
sendOrderConfirmationEmail1
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getSecretKeyForOrderId(java.lang.String jsonRequest) throws com.konakart.app.KKException
getSecretKeyForOrderId
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getOrderIdFromSecretKey(java.lang.String jsonRequest) throws com.konakart.app.KKException
getOrderIdFromSecretKey
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String deleteOrderIdForSecretKey(java.lang.String jsonRequest) throws com.konakart.app.KKException
deleteOrderIdForSecretKey
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String saveIpnHistory(java.lang.String jsonRequest) throws com.konakart.app.KKException
saveIpnHistory
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateManufacturerViewedCount(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateManufacturerViewedCount
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getZonesPerCountry(java.lang.String jsonRequest) throws com.konakart.app.KKException
getZonesPerCountry
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String searchForZones(java.lang.String jsonRequest) throws com.konakart.app.KKException
searchForZones
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateCachedConfigurations(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateCachedConfigurations
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String doesCustomerExistForEmail(java.lang.String jsonRequest) throws com.konakart.app.KKException
doesCustomerExistForEmail
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String isEmailValid(java.lang.String jsonRequest) throws com.konakart.app.KKException
isEmailValid
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateBasketWithStockInfo(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateBasketWithStockInfo
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateBasketWithStockInfoWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateBasketWithStockInfoWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductQuantity(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductQuantity
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductQuantityWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductQuantityWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String createAndSaveOrder(java.lang.String jsonRequest) throws com.konakart.app.KKException
createAndSaveOrder
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected events@Deprecated public java.lang.String getSku(java.lang.String jsonRequest) throws com.konakart.app.KKException
getSku
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String setEndpoint(java.lang.String jsonRequest) throws com.konakart.app.KKException
setEndpoint
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String insertDigitalDownload(java.lang.String jsonRequest) throws com.konakart.app.KKException
insertDigitalDownload
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getDigitalDownloads(java.lang.String jsonRequest) throws com.konakart.app.KKException
getDigitalDownloads
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getDigitalDownloadsWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getDigitalDownloadsWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateDigitalDownloadCount(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateDigitalDownloadCount
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateDigitalDownloadCountById(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateDigitalDownloadCountById
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getTempCustomerId(java.lang.String jsonRequest) throws com.konakart.app.KKException
getTempCustomerId
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAllCustomerGroups(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAllCustomerGroups
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCustomerGroup(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCustomerGroup
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected events@Deprecated public java.lang.String sendTemplateEmailToCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
sendTemplateEmailToCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String sendTemplateEmailToCustomer1(java.lang.String jsonRequest) throws com.konakart.app.KKException
sendTemplateEmailToCustomer1
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String notifySysAdmin(java.lang.String jsonRequest) throws com.konakart.app.KKException
notifySysAdmin
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String loginByAdmin(java.lang.String jsonRequest) throws com.konakart.app.KKException
loginByAdmin
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String custom(java.lang.String jsonRequest) throws com.konakart.app.KKException
custom
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String customSecure(java.lang.String jsonRequest) throws com.konakart.app.KKException
customSecure
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getTagGroupsPerCategory(java.lang.String jsonRequest) throws com.konakart.app.KKException
getTagGroupsPerCategory
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getTagGroupsPerCategoryWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getTagGroupsPerCategoryWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getTagsPerCategory(java.lang.String jsonRequest) throws com.konakart.app.KKException
getTagsPerCategory
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getTagGroup(java.lang.String jsonRequest) throws com.konakart.app.KKException
getTagGroup
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getTag(java.lang.String jsonRequest) throws com.konakart.app.KKException
getTag
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getDefaultCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getDefaultCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getStoreIds(java.lang.String jsonRequest) throws com.konakart.app.KKException
getStoreIds
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String setCreditCardDetailsOnOrder(java.lang.String jsonRequest) throws com.konakart.app.KKException
setCreditCardDetailsOnOrder
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String addToWishList(java.lang.String jsonRequest) throws com.konakart.app.KKException
addToWishList
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String addToWishListWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
addToWishListWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String createWishList(java.lang.String jsonRequest) throws com.konakart.app.KKException
createWishList
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String createWishListWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
createWishListWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String editWishList(java.lang.String jsonRequest) throws com.konakart.app.KKException
editWishList
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String editWishListWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
editWishListWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String deleteWishList(java.lang.String jsonRequest) throws com.konakart.app.KKException
deleteWishList
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String deleteWishListWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
deleteWishListWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getWishListWithItems(java.lang.String jsonRequest) throws com.konakart.app.KKException
getWishListWithItems
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getWishListWithItemsWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getWishListWithItemsWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getWishList(java.lang.String jsonRequest) throws com.konakart.app.KKException
getWishList
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getWishListWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getWishListWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getWishListItemsWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getWishListItemsWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getWishListItems(java.lang.String jsonRequest) throws com.konakart.app.KKException
getWishListItems
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String removeFromWishList(java.lang.String jsonRequest) throws com.konakart.app.KKException
removeFromWishList
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String removeFromWishListWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
removeFromWishListWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String mergeWishListsWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
mergeWishListsWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String searchForWishLists(java.lang.String jsonRequest) throws com.konakart.app.KKException
searchForWishLists
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getStore(java.lang.String jsonRequest) throws com.konakart.app.KKException
getStore
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getStoreForId(java.lang.String jsonRequest) throws com.konakart.app.KKException
getStoreForId
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String addCustomDataToSession(java.lang.String jsonRequest) throws com.konakart.app.KKException
addCustomDataToSession
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCustomDataFromSession(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCustomDataFromSession
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String setCookie(java.lang.String jsonRequest) throws com.konakart.app.KKException
setCookie
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCookie(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCookie
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAllCookies(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAllCookies
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String deleteCookie(java.lang.String jsonRequest) throws com.konakart.app.KKException
deleteCookie
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getGeoZonesPerZone(java.lang.String jsonRequest) throws com.konakart.app.KKException
getGeoZonesPerZone
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String insertCustomerTag(java.lang.String jsonRequest) throws com.konakart.app.KKException
insertCustomerTag
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String insertCustomerTagForGuest(java.lang.String jsonRequest) throws com.konakart.app.KKException
insertCustomerTagForGuest
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String addToCustomerTag(java.lang.String jsonRequest) throws com.konakart.app.KKException
addToCustomerTag
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String addToCustomerTagForGuest(java.lang.String jsonRequest) throws com.konakart.app.KKException
addToCustomerTagForGuest
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCustomerTag(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCustomerTag
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCustomerTagForGuest(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCustomerTagForGuest
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCustomerTagValue(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCustomerTagValue
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCustomerTagValueForGuest(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCustomerTagValueForGuest
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String deleteCustomerTag(java.lang.String jsonRequest) throws com.konakart.app.KKException
deleteCustomerTag
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String deleteCustomerTagForGuest(java.lang.String jsonRequest) throws com.konakart.app.KKException
deleteCustomerTagForGuest
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCustomerTags(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCustomerTags
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCustomerTagsForGuest(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCustomerTagsForGuest
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String evaluateExpression(java.lang.String jsonRequest) throws com.konakart.app.KKException
evaluateExpression
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String evaluateExpressionForGuest(java.lang.String jsonRequest) throws com.konakart.app.KKException
evaluateExpressionForGuest
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getExpression(java.lang.String jsonRequest) throws com.konakart.app.KKException
getExpression
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getExpressionForGuest(java.lang.String jsonRequest) throws com.konakart.app.KKException
getExpressionForGuest
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String pointsAvailable(java.lang.String jsonRequest) throws com.konakart.app.KKException
pointsAvailable
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String addPoints(java.lang.String jsonRequest) throws com.konakart.app.KKException
addPoints
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String deletePoints(java.lang.String jsonRequest) throws com.konakart.app.KKException
deletePoints
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String reservePoints(java.lang.String jsonRequest) throws com.konakart.app.KKException
reservePoints
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String deleteReservedPoints(java.lang.String jsonRequest) throws com.konakart.app.KKException
deleteReservedPoints
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String freeReservedPoints(java.lang.String jsonRequest) throws com.konakart.app.KKException
freeReservedPoints
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String setRewardPointReservationId(java.lang.String jsonRequest) throws com.konakart.app.KKException
setRewardPointReservationId
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getRewardPointsWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getRewardPointsWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getRewardPoints(java.lang.String jsonRequest) throws com.konakart.app.KKException
getRewardPoints
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String insertSubscription(java.lang.String jsonRequest) throws com.konakart.app.KKException
insertSubscription
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String updateSubscription(java.lang.String jsonRequest) throws com.konakart.app.KKException
updateSubscription
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getPaymentSchedule(java.lang.String jsonRequest) throws com.konakart.app.KKException
getPaymentSchedule
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getSubscriptionsPerCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getSubscriptionsPerCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String searchForSubscriptionsPerCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
searchForSubscriptionsPerCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductPerSkuWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductPerSkuWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductPerSku(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductPerSku
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getIpnHistory(java.lang.String jsonRequest) throws com.konakart.app.KKException
getIpnHistory
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getPdf(java.lang.String jsonRequest) throws com.konakart.app.KKException
getPdf
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getDigitalDownloadById(java.lang.String jsonRequest) throws com.konakart.app.KKException
getDigitalDownloadById
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String editDigitalDownload(java.lang.String jsonRequest) throws com.konakart.app.KKException
editDigitalDownload
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getMsgValue(java.lang.String jsonRequest) throws com.konakart.app.KKException
getMsgValue
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getMessages(java.lang.String jsonRequest) throws com.konakart.app.KKException
getMessages
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String postMessageToQueue(java.lang.String jsonRequest) throws com.konakart.app.KKException
postMessageToQueue
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String readMessageFromQueue(java.lang.String jsonRequest) throws com.konakart.app.KKException
readMessageFromQueue
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String insertCustomerEvent(java.lang.String jsonRequest) throws com.konakart.app.KKException
insertCustomerEvent
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getSuggestedSearchItems(java.lang.String jsonRequest) throws com.konakart.app.KKException
getSuggestedSearchItems
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getSuggestedSpellingItems(java.lang.String jsonRequest) throws com.konakart.app.KKException
getSuggestedSpellingItems
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductsFromIdsWithOptions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductsFromIdsWithOptions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getBookingsPerProduct(java.lang.String jsonRequest) throws com.konakart.app.KKException
getBookingsPerProduct
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getBookingsPerCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getBookingsPerCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String insertBooking(java.lang.String jsonRequest) throws com.konakart.app.KKException
insertBooking
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getBookableProductConflict(java.lang.String jsonRequest) throws com.konakart.app.KKException
getBookableProductConflict
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getOrderStatus(java.lang.String jsonRequest) throws com.konakart.app.KKException
getOrderStatus
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAllOrderStatuses(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAllOrderStatuses
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String saveSSOToken(java.lang.String jsonRequest) throws com.konakart.app.KKException
saveSSOToken
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getSSOToken(java.lang.String jsonRequest) throws com.konakart.app.KKException
getSSOToken
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String enableCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
enableCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String checkCoupon(java.lang.String jsonRequest) throws com.konakart.app.KKException
checkCoupon
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAllPromotions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAllPromotions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getPromotionsPerProducts(java.lang.String jsonRequest) throws com.konakart.app.KKException
getPromotionsPerProducts
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getConfigData(java.lang.String jsonRequest) throws com.konakart.app.KKException
getConfigData
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getKonaKartVersion(java.lang.String jsonRequest) throws com.konakart.app.KKException
getKonaKartVersion
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getPunchOutMessage(java.lang.String jsonRequest) throws com.konakart.app.KKException
getPunchOutMessage
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String addCustomerNotifications(java.lang.String jsonRequest) throws com.konakart.app.KKException
addCustomerNotifications
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String deleteCustomerNotifications(java.lang.String jsonRequest) throws com.konakart.app.KKException
deleteCustomerNotifications
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAddressFormatTemplate(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAddressFormatTemplate
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getBundlesThatProductBelongsTo(java.lang.String jsonRequest) throws com.konakart.app.KKException
getBundlesThatProductBelongsTo
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getBundlesThatProductsBelongTo(java.lang.String jsonRequest) throws com.konakart.app.KKException
getBundlesThatProductsBelongTo
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getProductImages(java.lang.String jsonRequest) throws com.konakart.app.KKException
getProductImages
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String insertKKEvent(java.lang.String jsonRequest) throws com.konakart.app.KKException
insertKKEvent
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getKKEvents(java.lang.String jsonRequest) throws com.konakart.app.KKException
getKKEvents
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String processKKEvents(java.lang.String jsonRequest) throws com.konakart.app.KKException
processKKEvents
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String validatePassword(java.lang.String jsonRequest) throws com.konakart.app.KKException
validatePassword
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCouponsPerCode(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCouponsPerCode
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCouponPerId(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCouponPerId
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getPromotionsPerCoupon(java.lang.String jsonRequest) throws com.konakart.app.KKException
getPromotionsPerCoupon
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getContent(java.lang.String jsonRequest) throws com.konakart.app.KKException
getContent
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getContents(java.lang.String jsonRequest) throws com.konakart.app.KKException
getContents
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getContentType(java.lang.String jsonRequest) throws com.konakart.app.KKException
getContentType
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getContentTypes(java.lang.String jsonRequest) throws com.konakart.app.KKException
getContentTypes
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String reserveStock(java.lang.String jsonRequest) throws com.konakart.app.KKException
reserveStock
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String removeStockReservationsForBasketItems(java.lang.String jsonRequest) throws com.konakart.app.KKException
removeStockReservationsForBasketItems
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String removeStockReservationsForOrderProducts(java.lang.String jsonRequest) throws com.konakart.app.KKException
removeStockReservationsForOrderProducts
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String removeStockReservationsForIds(java.lang.String jsonRequest) throws com.konakart.app.KKException
removeStockReservationsForIds
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String createProductQuantityEncodedKeyFromEncodedProductId(java.lang.String jsonRequest) throws com.konakart.app.KKException
createProductQuantityEncodedKeyFromEncodedProductId
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String externalLogin(java.lang.String jsonRequest) throws com.konakart.app.KKException
externalLogin
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCatalogPerKey(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCatalogPerKey
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String setNewPassword(java.lang.String jsonRequest) throws com.konakart.app.KKException
setNewPassword
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String addCreditCardToCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
addCreditCardToCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getCreditCardsPerCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
getCreditCardsPerCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String deleteCreditCard(java.lang.String jsonRequest) throws com.konakart.app.KKException
deleteCreditCard
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String editCreditCard(java.lang.String jsonRequest) throws com.konakart.app.KKException
editCreditCard
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getPromotion(java.lang.String jsonRequest) throws com.konakart.app.KKException
getPromotion
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAddressesPerVendor(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAddressesPerVendor
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getVendors(java.lang.String jsonRequest) throws com.konakart.app.KKException
getVendors
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getVendorForId(java.lang.String jsonRequest) throws com.konakart.app.KKException
getVendorForId
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getVendorReviews(java.lang.String jsonRequest) throws com.konakart.app.KKException
getVendorReviews
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getVendorReview(java.lang.String jsonRequest) throws com.konakart.app.KKException
getVendorReview
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getReviewsPerVendor(java.lang.String jsonRequest) throws com.konakart.app.KKException
getReviewsPerVendor
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String checkFileAccess(java.lang.String jsonRequest) throws com.konakart.app.KKException
checkFileAccess
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String isCustomerSubscribedToNewsletter(java.lang.String jsonRequest) throws com.konakart.app.KKException
isCustomerSubscribedToNewsletter
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getSuggestions(java.lang.String jsonRequest) throws com.konakart.app.KKException
getSuggestions
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getMiscItemsPerType(java.lang.String jsonRequest) throws com.konakart.app.KKException
getMiscItemsPerType
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String getAllProductRelationships(java.lang.String jsonRequest) throws com.konakart.app.KKException
getAllProductRelationships
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String validateCaptcha(java.lang.String jsonRequest) throws com.konakart.app.KKException
validateCaptcha
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String deleteCustomer(java.lang.String jsonRequest) throws com.konakart.app.KKException
deleteCustomer
in interface KKJSONEngServerIf
jsonRequest
- the request String in JSON formatcom.konakart.app.KKException
- for any unexpected eventspublic java.lang.String callFunction(java.lang.String func, java.lang.String jsonRequest) throws com.konakart.app.KKException
callFunction
in interface KKJSONEngServerIf
func
- KKEngIf function to calljsonRequest
- the complete JSON request Stringcom.konakart.app.KKException
- for any unexpected eventsCopyright © 2018 DS Data Systems UK Ltd.