Constructor and Description |
---|
KKWebServiceEngSoapBindingImplAnnotated() |
Modifier and Type | Method and Description |
---|---|
int |
addAddressToCustomer(java.lang.String sessionId,
com.konakart.wsapp.Address addr) |
int |
addCreditCardToCustomer(java.lang.String sessionId,
com.konakart.wsapp.CreditCard card,
com.konakart.wsapp.CreditCardOptions options) |
void |
addCustomDataToSession(java.lang.String sessionId,
java.lang.String data,
int position) |
void |
addCustomerNotifications(com.konakart.wsapp.NotificationOptions options) |
int |
addPoints(java.lang.String sessionId,
int points,
java.lang.String code,
java.lang.String description) |
void |
addProductNotificationToCustomer(java.lang.String sessionId,
int productId) |
java.math.BigDecimal |
addTax(java.math.BigDecimal cost,
int countryId,
int zoneId,
int taxClassId) |
int |
addToBasket(java.lang.String sessionId,
int customerId,
com.konakart.wsapp.Basket item) |
int |
addToBasketWithOptions(java.lang.String sessionId,
int customerId,
com.konakart.wsapp.Basket item,
com.konakart.wsapp.AddToBasketOptions options) |
void |
addToCustomerTag(java.lang.String sessionId,
java.lang.String tagName,
int tagValue) |
void |
addToCustomerTagForGuest(int customerId,
java.lang.String tagName,
int tagValue) |
int |
addToWishList(java.lang.String sessionId,
com.konakart.wsapp.WishListItem wishListItem) |
int |
addToWishListWithOptions(java.lang.String sessionId,
com.konakart.wsapp.WishListItem wishListItem,
com.konakart.wsapp.AddToWishListOptions options) |
com.konakart.wsapp.Order |
changeDeliveryAddress(java.lang.String sessionId,
com.konakart.wsapp.Order order,
com.konakart.wsapp.Address deliveryAddress) |
void |
changeOrderStatus(java.lang.String sessionId,
int orderId,
int status,
boolean customerNotified,
java.lang.String comments) |
void |
changePassword(java.lang.String sessionId,
java.lang.String currentPassword,
java.lang.String newPassword) |
int |
checkCoupon(java.lang.String couponCode) |
void |
checkFileAccess(java.lang.String fileName) |
int |
checkSession(java.lang.String sessionId) |
com.konakart.wsapp.Order |
createAndSaveOrder(java.lang.String emailAddr,
java.lang.String password,
com.konakart.wsapp.CustomerRegistration custReg,
com.konakart.wsapp.Basket[] basketItemArray,
java.lang.String shippingModule,
java.lang.String paymentModule,
int languageId) |
com.konakart.wsapp.Order |
createOrder(java.lang.String sessionId,
com.konakart.wsapp.Basket[] basketItemArray,
int languageId) |
com.konakart.wsapp.Order |
createOrderWithOptions(java.lang.String sessionId,
com.konakart.wsapp.Basket[] basketItemArray,
com.konakart.wsapp.CreateOrderOptions options,
int languageId) |
com.konakart.wsapp.ProductQuantity |
createProductQuantityEncodedKeyFromEncodedProductId(java.lang.String encodedProductId) |
int |
createWishList(java.lang.String sessionId,
com.konakart.wsapp.WishList wishList) |
int |
createWishListWithOptions(java.lang.String sessionId,
com.konakart.wsapp.WishList wishList,
com.konakart.wsapp.AddToWishListOptions options) |
java.lang.String |
custom(java.lang.String input1,
java.lang.String input2) |
java.lang.String |
customSecure(java.lang.String sessionId,
java.lang.String input1,
java.lang.String input2) |
void |
deleteAddressFromCustomer(java.lang.String sessionId,
int addressId) |
void |
deleteCookie(java.lang.String customerUuid,
java.lang.String attrId) |
void |
deleteCreditCard(java.lang.String sessionId,
int cardId) |
void |
deleteCustomerNotifications(com.konakart.wsapp.NotificationOptions options) |
void |
deleteCustomerTag(java.lang.String sessionId,
java.lang.String tagName) |
void |
deleteCustomerTagForGuest(int customerId,
java.lang.String tagName) |
void |
deleteOrderIdForSecretKey(java.lang.String secretKey) |
int |
deletePoints(java.lang.String sessionId,
int points,
java.lang.String code,
java.lang.String description) |
void |
deleteProductNotificationFromCustomer(java.lang.String sessionId,
int productId) |
void |
deleteReservedPoints(java.lang.String sessionId,
int reservationId,
java.lang.String code,
java.lang.String description) |
void |
deleteWishList(java.lang.String sessionId,
int wishListId) |
void |
deleteWishListWithOptions(java.lang.String sessionId,
int wishListId,
com.konakart.wsapp.AddToWishListOptions options) |
boolean |
doesCustomerExistForEmail(java.lang.String emailAddr) |
void |
editConfiguration(java.lang.String key,
java.lang.String value) |
void |
editCreditCard(java.lang.String sessionId,
com.konakart.wsapp.CreditCard card,
com.konakart.wsapp.CreditCardOptions options) |
void |
editCustomer(java.lang.String sessionId,
com.konakart.wsapp.Customer cust) |
void |
editCustomerAddress(java.lang.String sessionId,
com.konakart.wsapp.Address addr) |
void |
editCustomerWithOptions(java.lang.String sessionId,
com.konakart.wsapp.Customer cust,
com.konakart.wsapp.EditCustomerOptions options) |
void |
editDigitalDownload(java.lang.String sessionId,
com.konakart.wsapp.DigitalDownload digitalDownload) |
void |
editWishList(java.lang.String sessionId,
com.konakart.wsapp.WishList wishList) |
void |
editWishListWithOptions(java.lang.String sessionId,
com.konakart.wsapp.WishList wishList,
com.konakart.wsapp.AddToWishListOptions options) |
void |
enableCustomer(java.lang.String secretKey) |
boolean |
evaluateExpression(java.lang.String sessionId,
int expressionId,
java.lang.String expressionName) |
boolean |
evaluateExpressionForGuest(int customerId,
int expressionId,
java.lang.String expressionName) |
com.konakart.wsapp.ExternalLoginResult |
externalLogin(com.konakart.wsapp.ExternalLoginInput loginInfo) |
int |
forceRegisterCustomer(com.konakart.wsapp.CustomerRegistration custReg) |
int |
freeReservedPoints(java.lang.String sessionId,
int reservationId) |
com.konakart.wsapp.Address[] |
getAddressesPerCustomer(java.lang.String sessionId) |
com.konakart.wsapp.Address[] |
getAddressesPerManufacturer(int manufacturerId) |
com.konakart.wsapp.Address[] |
getAddressesPerProduct(int productId) |
com.konakart.wsapp.Address[] |
getAddressesPerStore(java.lang.String addressStoreId) |
com.konakart.wsapp.Address[] |
getAddressesPerVendor(com.konakart.wsapp.Vendor vendor) |
java.lang.String |
getAddressFormatTemplate(int templateId) |
com.konakart.wsapp.KKCookie[] |
getAllCookies(java.lang.String customerUuid) |
com.konakart.wsapp.Country[] |
getAllCountries() |
com.konakart.wsapp.Currency[] |
getAllCurrencies() |
com.konakart.wsapp.CustomerGroup[] |
getAllCustomerGroups(int languageId) |
com.konakart.wsapp.Language[] |
getAllLanguages() |
com.konakart.wsapp.Manufacturer[] |
getAllManufacturers() |
com.konakart.wsapp.OrderStatus[] |
getAllOrderStatuses(int languageId) |
com.konakart.wsapp.ProductRelationship[] |
getAllProductRelationships() |
com.konakart.wsapp.Products |
getAllProducts(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int languageId) |
com.konakart.wsapp.Products |
getAllProductsWithOptions(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Promotion[] |
getAllPromotions() |
com.konakart.wsapp.Reviews |
getAllReviews(com.konakart.wsapp.DataDescriptor dataDesc) |
com.konakart.wsapp.Products |
getAllSpecials(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int languageId) |
com.konakart.wsapp.Product[] |
getAlsoPurchased(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int productId,
int languageId) |
com.konakart.wsapp.Product[] |
getAlsoPurchasedWithOptions(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int productId,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Basket[] |
getBasketItemsPerCustomer(java.lang.String sessionId,
int customerId,
int languageId) |
com.konakart.wsapp.Basket[] |
getBasketItemsPerCustomerWithOptions(java.lang.String sessionId,
int customerId,
int languageId,
com.konakart.wsapp.AddToBasketOptions options) |
com.konakart.wsapp.Product[] |
getBestSellers(com.konakart.wsapp.DataDescriptor dataDesc,
int categoryId,
int languageId) |
com.konakart.wsapp.Product[] |
getBestSellersWithOptions(com.konakart.wsapp.DataDescriptor dataDesc,
int categoryId,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Product[] |
getBookableProductConflict(java.lang.String sessionId,
com.konakart.wsapp.Product bookableProd,
com.konakart.wsapp.BookableProductOptions options) |
com.konakart.wsapp.Bookings |
getBookingsPerCustomer(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.BookableProductOptions options) |
com.konakart.wsapp.Bookings |
getBookingsPerProduct(com.konakart.wsapp.DataDescriptor dataDesc,
int productId,
com.konakart.wsapp.BookableProductOptions options) |
com.konakart.wsapp.Products |
getBundlesThatProductBelongsTo(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int productId,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Products |
getBundlesThatProductsBelongTo(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int[] productIds,
boolean exactMatch,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Catalog |
getCatalogPerKey(java.lang.String catalogKey) |
com.konakart.wsapp.Category[] |
getCategoriesPerManufacturer(int manufacturerId,
int languageId) |
com.konakart.wsapp.Category[] |
getCategoriesPerProduct(int productId,
int languageId) |
com.konakart.wsapp.Category |
getCategory(int categoryId,
int languageId) |
com.konakart.wsapp.Category[] |
getCategoryTree(int languageId,
boolean getNumProducts) |
com.konakart.wsapp.Category[] |
getCategoryTreeWithOptions(com.konakart.wsapp.CategoryTreeOptions options) |
com.konakart.wsapp.ConfigData[] |
getConfigData(java.lang.String sessionId,
java.lang.String key) |
com.konakart.wsapp.KKConfiguration |
getConfiguration(java.lang.String key) |
com.konakart.wsapp.KKConfiguration |
getConfigurationNoCache(java.lang.String key) |
com.konakart.wsapp.KKConfiguration[] |
getConfigurations() |
java.lang.String |
getConfigurationValue(java.lang.String key) |
java.math.BigDecimal |
getConfigurationValueAsBigDecimal(java.lang.String key) |
java.math.BigDecimal |
getConfigurationValueAsBigDecimalWithDefault(java.lang.String key,
java.math.BigDecimal def) |
java.lang.Boolean |
getConfigurationValueAsBool(java.lang.String key,
java.lang.Boolean def) |
int |
getConfigurationValueAsInt(java.lang.String key) |
int |
getConfigurationValueAsIntWithDefault(java.lang.String key,
int def) |
com.konakart.wsapp.Content |
getContent(int contentId,
int languageId) |
com.konakart.wsapp.ContentSearchResult |
getContents(java.lang.String sessionId,
com.konakart.wsapp.ContentSearch search,
com.konakart.wsapp.DataDescriptor dd) |
com.konakart.wsapp.ContentType |
getContentType(int contentTypeId,
int languageId) |
com.konakart.wsapp.ContentType[] |
getContentTypes(int languageId) |
com.konakart.wsapp.KKCookie |
getCookie(java.lang.String customerUuid,
java.lang.String attrId) |
com.konakart.wsapp.Country |
getCountry(int countryId) |
com.konakart.wsapp.Country |
getCountryPerName(java.lang.String countryName) |
com.konakart.wsapp.Coupon |
getCouponPerId(int couponId,
com.konakart.wsapp.CouponOptions options) |
com.konakart.wsapp.Coupon[] |
getCouponsPerCode(java.lang.String couponCode,
com.konakart.wsapp.CouponOptions options) |
com.konakart.wsapp.CreditCard[] |
getCreditCardsPerCustomer(java.lang.String sessionId,
com.konakart.wsapp.CreditCardOptions options) |
com.konakart.wsapp.Currency |
getCurrency(java.lang.String currencyCode) |
java.lang.String |
getCustomDataFromSession(java.lang.String sessionId,
int position) |
com.konakart.wsapp.Customer |
getCustomer(java.lang.String sessionId) |
com.konakart.wsapp.CustomerGroup |
getCustomerGroup(int customerGroupId,
int languageId) |
com.konakart.wsapp.CustomerTag |
getCustomerTag(java.lang.String sessionId,
java.lang.String tagName) |
com.konakart.wsapp.CustomerTag |
getCustomerTagForGuest(int customerId,
java.lang.String tagName) |
com.konakart.wsapp.CustomerTag[] |
getCustomerTags(java.lang.String sessionId) |
com.konakart.wsapp.CustomerTag[] |
getCustomerTagsForGuest(int customerId) |
java.lang.String |
getCustomerTagValue(java.lang.String sessionId,
java.lang.String tagName) |
java.lang.String |
getCustomerTagValueForGuest(int customerId,
java.lang.String tagName) |
com.konakart.wsapp.Customer |
getCustomerWithOptions(java.lang.String sessionId,
com.konakart.wsapp.FetchCustomerOptions options) |
com.konakart.wsapp.Address |
getDefaultAddressPerCustomer(java.lang.String sessionId) |
com.konakart.wsapp.Currency |
getDefaultCurrency() |
com.konakart.wsapp.Customer |
getDefaultCustomer() |
com.konakart.wsapp.Language |
getDefaultLanguage() |
com.konakart.wsapp.DigitalDownload |
getDigitalDownloadById(java.lang.String sessionId,
int digitalDownloadId) |
com.konakart.wsapp.DigitalDownload[] |
getDigitalDownloads(java.lang.String sessionId) |
com.konakart.wsapp.DigitalDownload[] |
getDigitalDownloadsWithOptions(java.lang.String sessionId,
int languageId,
com.konakart.wsapp.FetchDigitalDownloadOptions ddOptions,
com.konakart.wsapp.FetchProductOptions prodOptions) |
com.konakart.wsapp.EngineConfig |
getEngConf() |
com.konakart.wsapp.Expression |
getExpression(java.lang.String sessionId,
int expressionId,
java.lang.String expressionName) |
com.konakart.wsapp.Expression |
getExpressionForGuest(int customerId,
int expressionId,
java.lang.String expressionName) |
com.konakart.wsapp.GeoZone[] |
getGeoZonesPerZone(com.konakart.wsapp.Zone zone) |
com.konakart.wsapp.IpnHistory[] |
getIpnHistory(java.lang.String sessionId,
int orderId) |
com.konakart.wsapp.KKEvent[] |
getKKEvents(java.lang.String sessionId,
com.konakart.wsapp.KKEventSearch search,
com.konakart.wsapp.DataDescriptor desc) |
java.util.Calendar |
getKonakartTimeStamp() |
java.lang.String |
getKonaKartVersion() |
com.konakart.wsapp.Language |
getLanguagePerCode(java.lang.String code) |
com.konakart.wsapp.Language |
getLanguagePerId(int languageId) |
com.konakart.wsapp.Language[] |
getLanguages(com.konakart.wsapp.LanguageSearch search) |
com.konakart.wsapp.Manufacturer |
getManufacturer(int manufacturerId,
int languageId) |
com.konakart.wsapp.Manufacturer |
getManufacturerPerProduct(int productId,
int languageId) |
com.konakart.wsapp.Manufacturer[] |
getManufacturers(com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.ManufacturerSearch search,
int languageId) |
com.konakart.wsapp.Manufacturer[] |
getManufacturersPerCategory(int categoryId) |
com.konakart.wsapp.NameValue[] |
getMessages(int type,
java.lang.String locale) |
com.konakart.wsapp.MiscItem[] |
getMiscItemsPerType(int typeId,
int languageId) |
java.lang.String |
getMsgValue(java.lang.String key,
int type,
java.lang.String locale) |
com.konakart.wsapp.Order |
getOrder(java.lang.String sessionId,
int orderId,
int languageId) |
com.konakart.wsapp.Product[] |
getOrderHistory(com.konakart.wsapp.DataDescriptor dataDesc,
java.lang.String sessionId,
int languageId) |
com.konakart.wsapp.Product[] |
getOrderHistoryWithOptions(com.konakart.wsapp.DataDescriptor dataDesc,
java.lang.String sessionId,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
int |
getOrderIdFromSecretKey(java.lang.String secretKey) |
com.konakart.wsapp.Orders |
getOrdersPerCustomer(com.konakart.wsapp.DataDescriptor dataDesc,
java.lang.String sessionId,
int languageId) |
com.konakart.wsapp.Orders |
getOrdersPerCustomerWithOptions(com.konakart.wsapp.DataDescriptor dataDesc,
java.lang.String sessionId,
int languageId,
com.konakart.wsapp.FetchOrderOptions options) |
int |
getOrderStatus(java.lang.String sessionId,
int orderId) |
com.konakart.wsapp.Order |
getOrderTotals(com.konakart.wsapp.Order order,
int languageId) |
com.konakart.wsapp.Order |
getOrderWithOptions(java.lang.String sessionId,
int orderId,
int languageId,
com.konakart.wsapp.FetchOrderOptions options) |
com.konakart.wsapp.PaymentDetails |
getPaymentDetails(java.lang.String sessionId,
java.lang.String moduleCode,
int orderId,
java.lang.String hostAndPort,
int languageId) |
com.konakart.wsapp.PaymentDetails |
getPaymentDetailsCustom(java.lang.String sessionId,
java.lang.String moduleCode,
com.konakart.wsapp.NameValue[] parameters) |
com.konakart.wsapp.PaymentDetails |
getPaymentDetailsPerOrder(java.lang.String sessionId,
java.lang.String moduleCode,
com.konakart.wsapp.Order order,
java.lang.String hostAndPort,
int languageId) |
com.konakart.wsapp.PaymentDetails |
getPaymentGateway(com.konakart.wsapp.Order order,
java.lang.String moduleName,
int languageId) |
com.konakart.wsapp.PaymentDetails[] |
getPaymentGateways(com.konakart.wsapp.Order order,
int languageId) |
com.konakart.wsapp.PaymentSchedule |
getPaymentSchedule(int id) |
com.konakart.wsapp.PdfResult |
getPdf(java.lang.String sessionId,
com.konakart.wsapp.PdfOptions options) |
com.konakart.wsapp.Product |
getProduct(java.lang.String sessionId,
int productId,
int languageId) |
com.konakart.wsapp.ProductImages |
getProductImages(com.konakart.wsapp.ProductImagesOptions options) |
com.konakart.wsapp.Product[] |
getProductNotificationsPerCustomer(java.lang.String sessionId,
int languageId) |
com.konakart.wsapp.Product[] |
getProductNotificationsPerCustomerWithOptions(java.lang.String sessionId,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Product |
getProductPerSku(java.lang.String sessionId,
java.lang.String sku,
int languageId) |
com.konakart.wsapp.Product |
getProductPerSkuWithOptions(java.lang.String sessionId,
java.lang.String sku,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.ProductQuantity |
getProductQuantity(java.lang.String encodedProductId) |
com.konakart.wsapp.ProductQuantity |
getProductQuantityWithOptions(java.lang.String encodedProductId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Product[] |
getProductsFromIdsWithOptions(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int[] prodIdArray,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Products |
getProductsPerCategory(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int categoryId,
boolean searchInSubCats,
int languageId) |
com.konakart.wsapp.Products |
getProductsPerCategoryPerManufacturer(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int categoryId,
int manufacturerId,
int languageId) |
com.konakart.wsapp.Products |
getProductsPerCategoryPerManufacturerWithOptions(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int categoryId,
int manufacturerId,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Products |
getProductsPerCategoryWithOptions(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int categoryId,
boolean searchInSubCats,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Products |
getProductsPerManufacturer(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int manufacturerId,
int languageId) |
com.konakart.wsapp.Products |
getProductsPerManufacturerWithOptions(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int manufacturerId,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Product |
getProductWithOptions(java.lang.String sessionId,
int productId,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Promotion |
getPromotion(int promotionId,
java.lang.String promotionName,
int languageId,
com.konakart.wsapp.FetchPromotionOptions prmOptions,
com.konakart.wsapp.FetchProductOptions prodOptions) |
com.konakart.wsapp.Promotion[] |
getPromotionsPerCoupon(java.lang.String couponCode,
int couponId,
com.konakart.wsapp.PromotionOptions options) |
com.konakart.wsapp.Product[] |
getPromotionsPerProducts(java.lang.String sessionId,
int customerId,
com.konakart.wsapp.Product[] products,
com.konakart.wsapp.Promotion[] promotions,
java.lang.String[] couponCodes,
com.konakart.wsapp.PromotionOptions options) |
com.konakart.wsapp.PunchOutResult |
getPunchOutMessage(java.lang.String sessionId,
com.konakart.wsapp.Order order,
com.konakart.wsapp.PunchOutOptions options) |
com.konakart.wsapp.Products |
getRelatedProducts(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int productId,
int relationType,
int languageId) |
com.konakart.wsapp.Products |
getRelatedProductsWithOptions(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int productId,
int relationType,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Review |
getReview(int reviewId) |
com.konakart.wsapp.Reviews |
getReviews(com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.ReviewSearch search) |
com.konakart.wsapp.Reviews |
getReviewsPerProduct(com.konakart.wsapp.DataDescriptor dataDesc,
int productId) |
com.konakart.wsapp.Reviews |
getReviewsPerVendor(com.konakart.wsapp.DataDescriptor dataDesc,
int vendorId) |
com.konakart.wsapp.RewardPoints |
getRewardPoints(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc) |
com.konakart.wsapp.RewardPoints |
getRewardPointsWithOptions(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.FetchRewardPointOptions options) |
java.lang.String |
getSecretKeyForOrderId(int orderId) |
com.konakart.wsapp.ShippingQuote |
getShippingQuote(com.konakart.wsapp.Order order,
java.lang.String moduleName,
int languageId) |
com.konakart.wsapp.ShippingQuote[] |
getShippingQuotes(com.konakart.wsapp.Order order,
int languageId) |
java.lang.String |
getSku(com.konakart.wsapp.OrderProduct orderProd) |
com.konakart.wsapp.Products |
getSpecialsPerCategory(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int categoryId,
boolean searchInSubCats,
int languageId) |
com.konakart.wsapp.SSOToken |
getSSOToken(java.lang.String secretKey,
boolean deleteToken) |
java.lang.String |
getStatusText(int statusId,
int languageId) |
com.konakart.wsapp.Store |
getStore() |
com.konakart.wsapp.Store |
getStoreForId(java.lang.String vendorStoreId) |
java.lang.String[] |
getStoreIds() |
com.konakart.wsapp.Subscription[] |
getSubscriptionsPerCustomer(java.lang.String sessionId) |
com.konakart.wsapp.SuggestedSearchItem[] |
getSuggestedSearchItems(java.lang.String sessionId,
com.konakart.wsapp.SuggestedSearchOptions options) |
com.konakart.wsapp.SuggestedSpellingItem[] |
getSuggestedSpellingItems(java.lang.String sessionId,
com.konakart.wsapp.SuggestedSpellingOptions options) |
com.konakart.wsapp.Suggestion[] |
getSuggestions(java.lang.String sessionId,
com.konakart.wsapp.Suggestion suggestion,
com.konakart.wsapp.DataDescriptor dataDesc) |
com.konakart.wsapp.Tag |
getTag(int tagId,
boolean getProdCount,
int languageId) |
com.konakart.wsapp.TagGroup |
getTagGroup(int tagGroupId,
boolean getProdCount,
int languageId) |
com.konakart.wsapp.TagGroup[] |
getTagGroupsPerCategory(int categoryId,
boolean getProdCount,
int languageId) |
com.konakart.wsapp.TagGroup[] |
getTagGroupsPerCategoryWithOptions(int categoryId,
int languageId,
com.konakart.wsapp.FetchTagGroupOptions options) |
com.konakart.wsapp.Tag[] |
getTagsPerCategory(int categoryId,
boolean getProdCount,
int languageId) |
java.math.BigDecimal |
getTax(java.math.BigDecimal cost,
int countryId,
int zoneId,
int taxClassId) |
java.math.BigDecimal |
getTaxRate(int countryId,
int zoneId,
int taxClassId) |
int |
getTempCustomerId() |
com.konakart.wsapp.Vendor |
getVendorForId(int vendorId) |
com.konakart.wsapp.Review |
getVendorReview(int reviewId) |
com.konakart.wsapp.Reviews |
getVendorReviews(com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.ReviewSearch search) |
com.konakart.wsapp.Vendors |
getVendors(com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.VendorSearch search) |
com.konakart.wsapp.WishList |
getWishList(java.lang.String sessionId,
int wishListId) |
com.konakart.wsapp.WishListItems |
getWishListItems(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int wishListId,
int languageId) |
com.konakart.wsapp.WishListItems |
getWishListItemsWithOptions(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int wishListId,
int languageId,
com.konakart.wsapp.AddToWishListOptions options) |
com.konakart.wsapp.WishList |
getWishListWithItems(java.lang.String sessionId,
int wishListId,
int languageId) |
com.konakart.wsapp.WishList |
getWishListWithItemsWithOptions(java.lang.String sessionId,
int wishListId,
int languageId,
com.konakart.wsapp.AddToWishListOptions options) |
com.konakart.wsapp.WishList |
getWishListWithOptions(java.lang.String sessionId,
int wishListId,
com.konakart.wsapp.AddToWishListOptions options) |
com.konakart.wsapp.Zone[] |
getZonesPerCountry(int countryId) |
int |
insertBooking(java.lang.String sessionId,
com.konakart.wsapp.Booking booking,
com.konakart.wsapp.BookableProductOptions options) |
void |
insertCustomerEvent(com.konakart.wsapp.CustomerEvent event) |
void |
insertCustomerTag(java.lang.String sessionId,
com.konakart.wsapp.CustomerTag tag) |
void |
insertCustomerTagForGuest(int customerId,
com.konakart.wsapp.CustomerTag tag) |
int |
insertDigitalDownload(java.lang.String sessionId,
int productId) |
int |
insertKKEvent(java.lang.String sessionId,
com.konakart.wsapp.KKEvent event) |
int |
insertSubscription(java.lang.String sessionId,
com.konakart.wsapp.Subscription subscription) |
boolean |
isCustomerSubscribedToNewsletter(java.lang.String emailAddr) |
boolean |
isEmailValid(java.lang.String emailAddr) |
java.lang.String |
login(java.lang.String emailAddr,
java.lang.String password) |
java.lang.String |
loginByAdmin(java.lang.String adminSession,
int customerId) |
com.konakart.wsapp.LoginResult |
loginWithOptions(com.konakart.wsapp.LoginInput input) |
void |
logout(java.lang.String sessionId) |
void |
mergeBaskets(java.lang.String sessionId,
int customerFromId) |
void |
mergeBasketsWithOptions(java.lang.String sessionId,
int customerFromId,
com.konakart.wsapp.AddToBasketOptions options) |
void |
mergeWishListsWithOptions(java.lang.String sessionId,
int customerFromId,
int languageId,
com.konakart.wsapp.AddToWishListOptions options) |
com.konakart.wsapp.Email |
notifySysAdmin(java.lang.String message,
com.konakart.wsapp.EmailOptions options) |
int |
pointsAvailable(java.lang.String sessionId) |
void |
postMessageToQueue(java.lang.String sessionId,
com.konakart.wsapp.MqOptions options) |
void |
processKKEvents(java.lang.String sessionId) |
com.konakart.wsapp.MqResponse |
readMessageFromQueue(java.lang.String sessionId,
com.konakart.wsapp.MqOptions options) |
int |
registerCustomer(com.konakart.wsapp.CustomerRegistration custReg) |
void |
removeBasketItemsPerCustomer(java.lang.String sessionId,
int customerId) |
void |
removeFromBasket(java.lang.String sessionId,
int customerId,
com.konakart.wsapp.Basket item) |
void |
removeFromWishList(java.lang.String sessionId,
int wishListItemId) |
void |
removeFromWishListWithOptions(java.lang.String sessionId,
int wishListItemId,
com.konakart.wsapp.AddToWishListOptions options) |
int |
removeStockReservationsForBasketItems(java.lang.String sessionId,
com.konakart.wsapp.Basket[] basketItems,
com.konakart.wsapp.StockReservationOptions options) |
int |
removeStockReservationsForIds(java.lang.String sessionId,
int[] idArray,
com.konakart.wsapp.StockReservationOptions options) |
int |
removeStockReservationsForOrderProducts(java.lang.String sessionId,
com.konakart.wsapp.OrderProduct[] orderProducts,
com.konakart.wsapp.StockReservationOptions options) |
int |
reservePoints(java.lang.String sessionId,
int points) |
com.konakart.wsapp.Basket[] |
reserveStock(java.lang.String sessionId,
com.konakart.wsapp.Basket[] basketItems,
com.konakart.wsapp.StockReservationOptions options) |
int |
saveIpnHistory(java.lang.String sessionId,
com.konakart.wsapp.IpnHistory ipnHistory) |
int |
saveOrder(java.lang.String sessionId,
com.konakart.wsapp.Order order,
int languageId) |
int |
saveOrderWithOptions(java.lang.String sessionId,
com.konakart.wsapp.Order order,
int languageId,
com.konakart.wsapp.SaveOrderOptions options) |
java.lang.String |
saveSSOToken(com.konakart.wsapp.SSOToken token) |
com.konakart.wsapp.Orders |
searchForOrdersPerCustomer(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.OrderSearch orderSearch,
int languageId) |
com.konakart.wsapp.Products |
searchForProducts(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.ProductSearch prodSearch,
int languageId) |
com.konakart.wsapp.Products |
searchForProductsWithOptions(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.ProductSearch prodSearch,
int languageId,
com.konakart.wsapp.FetchProductOptions options) |
com.konakart.wsapp.Subscriptions |
searchForSubscriptionsPerCustomer(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.SubscriptionSearch subscriptionSearch) |
com.konakart.wsapp.WishLists |
searchForWishLists(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.CustomerSearch customerSearch) |
com.konakart.wsapp.Zone[] |
searchForZones(com.konakart.wsapp.ZoneSearch search) |
void |
sendNewPassword(java.lang.String emailAddr,
java.lang.String subject,
java.lang.String countryCode) |
com.konakart.wsapp.Email |
sendNewPassword1(java.lang.String emailAddr,
com.konakart.wsapp.EmailOptions options) |
void |
sendOrderConfirmationEmail(java.lang.String sessionId,
int orderId,
java.lang.String mailSubject,
int languageId) |
com.konakart.wsapp.Email |
sendOrderConfirmationEmail1(java.lang.String sessionId,
int orderId,
int langIdForOrder,
com.konakart.wsapp.EmailOptions options) |
void |
sendTemplateEmailToCustomer(int customerId,
java.lang.String templateName,
java.lang.String message,
java.lang.String countryCode) |
com.konakart.wsapp.Email |
sendTemplateEmailToCustomer1(int customerId,
java.lang.String message,
com.konakart.wsapp.EmailOptions options) |
void |
sendWelcomeEmail(int customerId,
java.lang.String mailSubject,
java.lang.String countryCode) |
com.konakart.wsapp.Email |
sendWelcomeEmail1(int customerId,
com.konakart.wsapp.EmailOptions options) |
void |
setCookie(com.konakart.wsapp.KKCookie cookie) |
void |
setCreditCardDetailsOnOrder(java.lang.String sessionId,
int orderId,
com.konakart.wsapp.CreditCard card) |
void |
setDefaultAddressPerCustomer(java.lang.String sessionId,
int addressId) |
void |
setEndpoint(java.lang.String wsEndpoint) |
void |
setNewPassword(java.lang.String adminSession,
java.lang.String customerEmailAddr,
int customerId,
java.lang.String newPassword) |
void |
setRewardPointReservationId(java.lang.String sessionId,
int orderId,
int reservationId) |
void |
updateBasket(java.lang.String sessionId,
int customerId,
com.konakart.wsapp.Basket item) |
void |
updateBasketWithOptions(java.lang.String sessionId,
int customerId,
com.konakart.wsapp.Basket item,
com.konakart.wsapp.AddToBasketOptions options) |
com.konakart.wsapp.Basket[] |
updateBasketWithStockInfo(com.konakart.wsapp.Basket[] basketItems) |
com.konakart.wsapp.Basket[] |
updateBasketWithStockInfoWithOptions(com.konakart.wsapp.Basket[] basketItems,
com.konakart.wsapp.AddToBasketOptions options) |
void |
updateCachedConfigurations() |
int |
updateDigitalDownloadCount(java.lang.String sessionId,
int productId) |
int |
updateDigitalDownloadCountById(java.lang.String sessionId,
int digitalDownloadId) |
void |
updateInventory(java.lang.String sessionId,
int orderId) |
void |
updateInventoryWithOptions(java.lang.String sessionId,
int orderId,
com.konakart.wsapp.CreateOrderOptions options) |
void |
updateManufacturerViewedCount(int manufacturerId,
int languageId) |
void |
updateOrder(java.lang.String sessionId,
int orderId,
int status,
boolean customerNotified,
java.lang.String comments,
com.konakart.wsapp.OrderUpdate updateOrder) |
void |
updateProductViewedCount(int productId,
int languageId) |
void |
updateSubscription(java.lang.String sessionId,
com.konakart.wsapp.Subscription subscription) |
boolean |
validatePassword(java.lang.String sessionId,
java.lang.String password) |
int |
writeReview(java.lang.String sessionId,
com.konakart.wsapp.Review review) |
public KKWebServiceEngSoapBindingImplAnnotated()
public com.konakart.wsapp.ContentSearchResult getContents(java.lang.String sessionId, com.konakart.wsapp.ContentSearch search, com.konakart.wsapp.DataDescriptor dd) throws java.rmi.RemoteException
getContents
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Currency getCurrency(java.lang.String currencyCode) throws java.rmi.RemoteException
getCurrency
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.ContentType getContentType(int contentTypeId, int languageId) throws java.rmi.RemoteException
getContentType
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String getConfigurationValue(java.lang.String key) throws java.rmi.RemoteException
getConfigurationValue
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Language[] getLanguages(com.konakart.wsapp.LanguageSearch search) throws java.rmi.RemoteException
getLanguages
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getAllProductsWithOptions(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getAllProductsWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Reviews getReviewsPerProduct(com.konakart.wsapp.DataDescriptor dataDesc, int productId) throws java.rmi.RemoteException
getReviewsPerProduct
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Review getReview(int reviewId) throws java.rmi.RemoteException
public com.konakart.wsapp.Reviews getAllReviews(com.konakart.wsapp.DataDescriptor dataDesc) throws java.rmi.RemoteException
getAllReviews
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Reviews getReviews(com.konakart.wsapp.DataDescriptor dataDesc, com.konakart.wsapp.ReviewSearch search) throws java.rmi.RemoteException
getReviews
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products searchForProducts(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, com.konakart.wsapp.ProductSearch prodSearch, int languageId) throws java.rmi.RemoteException
searchForProducts
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products searchForProductsWithOptions(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, com.konakart.wsapp.ProductSearch prodSearch, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
searchForProductsWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public int registerCustomer(com.konakart.wsapp.CustomerRegistration custReg) throws java.rmi.RemoteException
registerCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public int forceRegisterCustomer(com.konakart.wsapp.CustomerRegistration custReg) throws java.rmi.RemoteException
forceRegisterCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Country[] getAllCountries() throws java.rmi.RemoteException
getAllCountries
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String login(java.lang.String emailAddr, java.lang.String password) throws java.rmi.RemoteException
public com.konakart.wsapp.LoginResult loginWithOptions(com.konakart.wsapp.LoginInput input) throws java.rmi.RemoteException
loginWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public void logout(java.lang.String sessionId) throws java.rmi.RemoteException
public com.konakart.wsapp.Address[] getAddressesPerCustomer(java.lang.String sessionId) throws java.rmi.RemoteException
getAddressesPerCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Address[] getAddressesPerManufacturer(int manufacturerId) throws java.rmi.RemoteException
getAddressesPerManufacturer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Address[] getAddressesPerProduct(int productId) throws java.rmi.RemoteException
getAddressesPerProduct
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Address[] getAddressesPerStore(java.lang.String addressStoreId) throws java.rmi.RemoteException
getAddressesPerStore
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Address getDefaultAddressPerCustomer(java.lang.String sessionId) throws java.rmi.RemoteException
getDefaultAddressPerCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public void setDefaultAddressPerCustomer(java.lang.String sessionId, int addressId) throws java.rmi.RemoteException
setDefaultAddressPerCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public int addAddressToCustomer(java.lang.String sessionId, com.konakart.wsapp.Address addr) throws java.rmi.RemoteException
addAddressToCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public void deleteAddressFromCustomer(java.lang.String sessionId, int addressId) throws java.rmi.RemoteException
deleteAddressFromCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public void editCustomerAddress(java.lang.String sessionId, com.konakart.wsapp.Address addr) throws java.rmi.RemoteException
editCustomerAddress
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Customer getCustomer(java.lang.String sessionId) throws java.rmi.RemoteException
getCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Customer getCustomerWithOptions(java.lang.String sessionId, com.konakart.wsapp.FetchCustomerOptions options) throws java.rmi.RemoteException
getCustomerWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public void editCustomer(java.lang.String sessionId, com.konakart.wsapp.Customer cust) throws java.rmi.RemoteException
editCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public void editCustomerWithOptions(java.lang.String sessionId, com.konakart.wsapp.Customer cust, com.konakart.wsapp.EditCustomerOptions options) throws java.rmi.RemoteException
editCustomerWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public java.util.Calendar getKonakartTimeStamp() throws java.rmi.RemoteException
getKonakartTimeStamp
in interface KKWSEngIf
java.rmi.RemoteException
public int writeReview(java.lang.String sessionId, com.konakart.wsapp.Review review) throws java.rmi.RemoteException
writeReview
in interface KKWSEngIf
java.rmi.RemoteException
public int checkSession(java.lang.String sessionId) throws java.rmi.RemoteException
checkSession
in interface KKWSEngIf
java.rmi.RemoteException
public int addToBasket(java.lang.String sessionId, int customerId, com.konakart.wsapp.Basket item) throws java.rmi.RemoteException
addToBasket
in interface KKWSEngIf
java.rmi.RemoteException
public void mergeBaskets(java.lang.String sessionId, int customerFromId) throws java.rmi.RemoteException
mergeBaskets
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Language getLanguagePerCode(java.lang.String code) throws java.rmi.RemoteException
getLanguagePerCode
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Language getLanguagePerId(int languageId) throws java.rmi.RemoteException
getLanguagePerId
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Category getCategory(int categoryId, int languageId) throws java.rmi.RemoteException
getCategory
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getProductsPerCategoryPerManufacturer(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int categoryId, int manufacturerId, int languageId) throws java.rmi.RemoteException
getProductsPerCategoryPerManufacturer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getProductsPerCategoryPerManufacturerWithOptions(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int categoryId, int manufacturerId, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getProductsPerCategoryPerManufacturerWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getProductsPerManufacturer(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int manufacturerId, int languageId) throws java.rmi.RemoteException
getProductsPerManufacturer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getProductsPerManufacturerWithOptions(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int manufacturerId, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getProductsPerManufacturerWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product getProductWithOptions(java.lang.String sessionId, int productId, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getProductWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Category[] getCategoriesPerManufacturer(int manufacturerId, int languageId) throws java.rmi.RemoteException
getCategoriesPerManufacturer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Category[] getCategoriesPerProduct(int productId, int languageId) throws java.rmi.RemoteException
getCategoriesPerProduct
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Manufacturer[] getManufacturersPerCategory(int categoryId) throws java.rmi.RemoteException
getManufacturersPerCategory
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Manufacturer[] getManufacturers(com.konakart.wsapp.DataDescriptor dataDesc, com.konakart.wsapp.ManufacturerSearch search, int languageId) throws java.rmi.RemoteException
getManufacturers
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Manufacturer[] getAllManufacturers() throws java.rmi.RemoteException
getAllManufacturers
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Manufacturer getManufacturerPerProduct(int productId, int languageId) throws java.rmi.RemoteException
getManufacturerPerProduct
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Manufacturer getManufacturer(int manufacturerId, int languageId) throws java.rmi.RemoteException
getManufacturer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getSpecialsPerCategory(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int categoryId, boolean searchInSubCats, int languageId) throws java.rmi.RemoteException
getSpecialsPerCategory
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getAllSpecials(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int languageId) throws java.rmi.RemoteException
getAllSpecials
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getAllProducts(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int languageId) throws java.rmi.RemoteException
getAllProducts
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Language[] getAllLanguages() throws java.rmi.RemoteException
getAllLanguages
in interface KKWSEngIf
java.rmi.RemoteException
public int addToBasketWithOptions(java.lang.String sessionId, int customerId, com.konakart.wsapp.Basket item, com.konakart.wsapp.AddToBasketOptions options) throws java.rmi.RemoteException
addToBasketWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public void mergeBasketsWithOptions(java.lang.String sessionId, int customerFromId, com.konakart.wsapp.AddToBasketOptions options) throws java.rmi.RemoteException
mergeBasketsWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public void updateBasket(java.lang.String sessionId, int customerId, com.konakart.wsapp.Basket item) throws java.rmi.RemoteException
updateBasket
in interface KKWSEngIf
java.rmi.RemoteException
public void updateBasketWithOptions(java.lang.String sessionId, int customerId, com.konakart.wsapp.Basket item, com.konakart.wsapp.AddToBasketOptions options) throws java.rmi.RemoteException
updateBasketWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public void removeFromBasket(java.lang.String sessionId, int customerId, com.konakart.wsapp.Basket item) throws java.rmi.RemoteException
removeFromBasket
in interface KKWSEngIf
java.rmi.RemoteException
public void removeBasketItemsPerCustomer(java.lang.String sessionId, int customerId) throws java.rmi.RemoteException
removeBasketItemsPerCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Basket[] getBasketItemsPerCustomer(java.lang.String sessionId, int customerId, int languageId) throws java.rmi.RemoteException
getBasketItemsPerCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Basket[] getBasketItemsPerCustomerWithOptions(java.lang.String sessionId, int customerId, int languageId, com.konakart.wsapp.AddToBasketOptions options) throws java.rmi.RemoteException
getBasketItemsPerCustomerWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Currency getDefaultCurrency() throws java.rmi.RemoteException
getDefaultCurrency
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Currency[] getAllCurrencies() throws java.rmi.RemoteException
getAllCurrencies
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.KKConfiguration[] getConfigurations() throws java.rmi.RemoteException
getConfigurations
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.KKConfiguration getConfiguration(java.lang.String key) throws java.rmi.RemoteException
getConfiguration
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.KKConfiguration getConfigurationNoCache(java.lang.String key) throws java.rmi.RemoteException
getConfigurationNoCache
in interface KKWSEngIf
java.rmi.RemoteException
public int getConfigurationValueAsInt(java.lang.String key) throws java.rmi.RemoteException
getConfigurationValueAsInt
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product[] getAlsoPurchasedWithOptions(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int productId, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getAlsoPurchasedWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getRelatedProducts(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int productId, int relationType, int languageId) throws java.rmi.RemoteException
getRelatedProducts
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getRelatedProductsWithOptions(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int productId, int relationType, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getRelatedProductsWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Country getCountryPerName(java.lang.String countryName) throws java.rmi.RemoteException
getCountryPerName
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.ShippingQuote[] getShippingQuotes(com.konakart.wsapp.Order order, int languageId) throws java.rmi.RemoteException
getShippingQuotes
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.ShippingQuote getShippingQuote(com.konakart.wsapp.Order order, java.lang.String moduleName, int languageId) throws java.rmi.RemoteException
getShippingQuote
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Order changeDeliveryAddress(java.lang.String sessionId, com.konakart.wsapp.Order order, com.konakart.wsapp.Address deliveryAddress) throws java.rmi.RemoteException
changeDeliveryAddress
in interface KKWSEngIf
java.rmi.RemoteException
public java.math.BigDecimal getTaxRate(int countryId, int zoneId, int taxClassId) throws java.rmi.RemoteException
getTaxRate
in interface KKWSEngIf
java.rmi.RemoteException
public java.math.BigDecimal getTax(java.math.BigDecimal cost, int countryId, int zoneId, int taxClassId) throws java.rmi.RemoteException
public java.math.BigDecimal addTax(java.math.BigDecimal cost, int countryId, int zoneId, int taxClassId) throws java.rmi.RemoteException
public com.konakart.wsapp.Order getOrderTotals(com.konakart.wsapp.Order order, int languageId) throws java.rmi.RemoteException
getOrderTotals
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.PaymentDetails[] getPaymentGateways(com.konakart.wsapp.Order order, int languageId) throws java.rmi.RemoteException
getPaymentGateways
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.PaymentDetails getPaymentGateway(com.konakart.wsapp.Order order, java.lang.String moduleName, int languageId) throws java.rmi.RemoteException
getPaymentGateway
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.PaymentDetails getPaymentDetails(java.lang.String sessionId, java.lang.String moduleCode, int orderId, java.lang.String hostAndPort, int languageId) throws java.rmi.RemoteException
getPaymentDetails
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.PaymentDetails getPaymentDetailsPerOrder(java.lang.String sessionId, java.lang.String moduleCode, com.konakart.wsapp.Order order, java.lang.String hostAndPort, int languageId) throws java.rmi.RemoteException
getPaymentDetailsPerOrder
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.PaymentDetails getPaymentDetailsCustom(java.lang.String sessionId, java.lang.String moduleCode, com.konakart.wsapp.NameValue[] parameters) throws java.rmi.RemoteException
getPaymentDetailsCustom
in interface KKWSEngIf
java.rmi.RemoteException
public int saveOrder(java.lang.String sessionId, com.konakart.wsapp.Order order, int languageId) throws java.rmi.RemoteException
public int saveOrderWithOptions(java.lang.String sessionId, com.konakart.wsapp.Order order, int languageId, com.konakart.wsapp.SaveOrderOptions options) throws java.rmi.RemoteException
saveOrderWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String getStatusText(int statusId, int languageId) throws java.rmi.RemoteException
getStatusText
in interface KKWSEngIf
java.rmi.RemoteException
public void updateOrder(java.lang.String sessionId, int orderId, int status, boolean customerNotified, java.lang.String comments, com.konakart.wsapp.OrderUpdate updateOrder) throws java.rmi.RemoteException
updateOrder
in interface KKWSEngIf
java.rmi.RemoteException
public void changeOrderStatus(java.lang.String sessionId, int orderId, int status, boolean customerNotified, java.lang.String comments) throws java.rmi.RemoteException
changeOrderStatus
in interface KKWSEngIf
java.rmi.RemoteException
public void updateInventory(java.lang.String sessionId, int orderId) throws java.rmi.RemoteException
updateInventory
in interface KKWSEngIf
java.rmi.RemoteException
public void updateInventoryWithOptions(java.lang.String sessionId, int orderId, com.konakart.wsapp.CreateOrderOptions options) throws java.rmi.RemoteException
updateInventoryWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public void sendNewPassword(java.lang.String emailAddr, java.lang.String subject, java.lang.String countryCode) throws java.rmi.RemoteException
sendNewPassword
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Email sendNewPassword1(java.lang.String emailAddr, com.konakart.wsapp.EmailOptions options) throws java.rmi.RemoteException
sendNewPassword1
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Language getDefaultLanguage() throws java.rmi.RemoteException
getDefaultLanguage
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product getProduct(java.lang.String sessionId, int productId, int languageId) throws java.rmi.RemoteException
getProduct
in interface KKWSEngIf
java.rmi.RemoteException
public void sendWelcomeEmail(int customerId, java.lang.String mailSubject, java.lang.String countryCode) throws java.rmi.RemoteException
sendWelcomeEmail
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Email sendWelcomeEmail1(int customerId, com.konakart.wsapp.EmailOptions options) throws java.rmi.RemoteException
sendWelcomeEmail1
in interface KKWSEngIf
java.rmi.RemoteException
public void sendOrderConfirmationEmail(java.lang.String sessionId, int orderId, java.lang.String mailSubject, int languageId) throws java.rmi.RemoteException
sendOrderConfirmationEmail
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Email sendOrderConfirmationEmail1(java.lang.String sessionId, int orderId, int langIdForOrder, com.konakart.wsapp.EmailOptions options) throws java.rmi.RemoteException
sendOrderConfirmationEmail1
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String getSecretKeyForOrderId(int orderId) throws java.rmi.RemoteException
getSecretKeyForOrderId
in interface KKWSEngIf
java.rmi.RemoteException
public int getOrderIdFromSecretKey(java.lang.String secretKey) throws java.rmi.RemoteException
getOrderIdFromSecretKey
in interface KKWSEngIf
java.rmi.RemoteException
public void deleteOrderIdForSecretKey(java.lang.String secretKey) throws java.rmi.RemoteException
deleteOrderIdForSecretKey
in interface KKWSEngIf
java.rmi.RemoteException
public int saveIpnHistory(java.lang.String sessionId, com.konakart.wsapp.IpnHistory ipnHistory) throws java.rmi.RemoteException
saveIpnHistory
in interface KKWSEngIf
java.rmi.RemoteException
public void updateManufacturerViewedCount(int manufacturerId, int languageId) throws java.rmi.RemoteException
updateManufacturerViewedCount
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Zone[] getZonesPerCountry(int countryId) throws java.rmi.RemoteException
getZonesPerCountry
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Zone[] searchForZones(com.konakart.wsapp.ZoneSearch search) throws java.rmi.RemoteException
searchForZones
in interface KKWSEngIf
java.rmi.RemoteException
public void updateCachedConfigurations() throws java.rmi.RemoteException
updateCachedConfigurations
in interface KKWSEngIf
java.rmi.RemoteException
public boolean doesCustomerExistForEmail(java.lang.String emailAddr) throws java.rmi.RemoteException
doesCustomerExistForEmail
in interface KKWSEngIf
java.rmi.RemoteException
public boolean isEmailValid(java.lang.String emailAddr) throws java.rmi.RemoteException
isEmailValid
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Basket[] updateBasketWithStockInfo(com.konakart.wsapp.Basket[] basketItems) throws java.rmi.RemoteException
updateBasketWithStockInfo
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Basket[] updateBasketWithStockInfoWithOptions(com.konakart.wsapp.Basket[] basketItems, com.konakart.wsapp.AddToBasketOptions options) throws java.rmi.RemoteException
updateBasketWithStockInfoWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.ProductQuantity getProductQuantity(java.lang.String encodedProductId) throws java.rmi.RemoteException
getProductQuantity
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.ProductQuantity getProductQuantityWithOptions(java.lang.String encodedProductId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getProductQuantityWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Order createAndSaveOrder(java.lang.String emailAddr, java.lang.String password, com.konakart.wsapp.CustomerRegistration custReg, com.konakart.wsapp.Basket[] basketItemArray, java.lang.String shippingModule, java.lang.String paymentModule, int languageId) throws java.rmi.RemoteException
createAndSaveOrder
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String getSku(com.konakart.wsapp.OrderProduct orderProd) throws java.rmi.RemoteException
public void setEndpoint(java.lang.String wsEndpoint) throws java.rmi.RemoteException
setEndpoint
in interface KKWSEngIf
java.rmi.RemoteException
public int insertDigitalDownload(java.lang.String sessionId, int productId) throws java.rmi.RemoteException
insertDigitalDownload
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.DigitalDownload[] getDigitalDownloads(java.lang.String sessionId) throws java.rmi.RemoteException
getDigitalDownloads
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.DigitalDownload[] getDigitalDownloadsWithOptions(java.lang.String sessionId, int languageId, com.konakart.wsapp.FetchDigitalDownloadOptions ddOptions, com.konakart.wsapp.FetchProductOptions prodOptions) throws java.rmi.RemoteException
getDigitalDownloadsWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public int updateDigitalDownloadCount(java.lang.String sessionId, int productId) throws java.rmi.RemoteException
updateDigitalDownloadCount
in interface KKWSEngIf
java.rmi.RemoteException
public int updateDigitalDownloadCountById(java.lang.String sessionId, int digitalDownloadId) throws java.rmi.RemoteException
updateDigitalDownloadCountById
in interface KKWSEngIf
java.rmi.RemoteException
public int getTempCustomerId() throws java.rmi.RemoteException
getTempCustomerId
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.CustomerGroup[] getAllCustomerGroups(int languageId) throws java.rmi.RemoteException
getAllCustomerGroups
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.CustomerGroup getCustomerGroup(int customerGroupId, int languageId) throws java.rmi.RemoteException
getCustomerGroup
in interface KKWSEngIf
java.rmi.RemoteException
public void sendTemplateEmailToCustomer(int customerId, java.lang.String templateName, java.lang.String message, java.lang.String countryCode) throws java.rmi.RemoteException
sendTemplateEmailToCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Email sendTemplateEmailToCustomer1(int customerId, java.lang.String message, com.konakart.wsapp.EmailOptions options) throws java.rmi.RemoteException
sendTemplateEmailToCustomer1
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Email notifySysAdmin(java.lang.String message, com.konakart.wsapp.EmailOptions options) throws java.rmi.RemoteException
notifySysAdmin
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String loginByAdmin(java.lang.String adminSession, int customerId) throws java.rmi.RemoteException
loginByAdmin
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String custom(java.lang.String input1, java.lang.String input2) throws java.rmi.RemoteException
public java.lang.String customSecure(java.lang.String sessionId, java.lang.String input1, java.lang.String input2) throws java.rmi.RemoteException
customSecure
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.TagGroup[] getTagGroupsPerCategory(int categoryId, boolean getProdCount, int languageId) throws java.rmi.RemoteException
getTagGroupsPerCategory
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.TagGroup[] getTagGroupsPerCategoryWithOptions(int categoryId, int languageId, com.konakart.wsapp.FetchTagGroupOptions options) throws java.rmi.RemoteException
getTagGroupsPerCategoryWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Tag[] getTagsPerCategory(int categoryId, boolean getProdCount, int languageId) throws java.rmi.RemoteException
getTagsPerCategory
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.TagGroup getTagGroup(int tagGroupId, boolean getProdCount, int languageId) throws java.rmi.RemoteException
getTagGroup
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Tag getTag(int tagId, boolean getProdCount, int languageId) throws java.rmi.RemoteException
public com.konakart.wsapp.Customer getDefaultCustomer() throws java.rmi.RemoteException
getDefaultCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.EngineConfig getEngConf() throws java.rmi.RemoteException
getEngConf
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String[] getStoreIds() throws java.rmi.RemoteException
getStoreIds
in interface KKWSEngIf
java.rmi.RemoteException
public void setCreditCardDetailsOnOrder(java.lang.String sessionId, int orderId, com.konakart.wsapp.CreditCard card) throws java.rmi.RemoteException
setCreditCardDetailsOnOrder
in interface KKWSEngIf
java.rmi.RemoteException
public int addToWishList(java.lang.String sessionId, com.konakart.wsapp.WishListItem wishListItem) throws java.rmi.RemoteException
addToWishList
in interface KKWSEngIf
java.rmi.RemoteException
public int addToWishListWithOptions(java.lang.String sessionId, com.konakart.wsapp.WishListItem wishListItem, com.konakart.wsapp.AddToWishListOptions options) throws java.rmi.RemoteException
addToWishListWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public int createWishList(java.lang.String sessionId, com.konakart.wsapp.WishList wishList) throws java.rmi.RemoteException
createWishList
in interface KKWSEngIf
java.rmi.RemoteException
public int createWishListWithOptions(java.lang.String sessionId, com.konakart.wsapp.WishList wishList, com.konakart.wsapp.AddToWishListOptions options) throws java.rmi.RemoteException
createWishListWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public void editWishList(java.lang.String sessionId, com.konakart.wsapp.WishList wishList) throws java.rmi.RemoteException
editWishList
in interface KKWSEngIf
java.rmi.RemoteException
public void editWishListWithOptions(java.lang.String sessionId, com.konakart.wsapp.WishList wishList, com.konakart.wsapp.AddToWishListOptions options) throws java.rmi.RemoteException
editWishListWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Category[] getCategoryTree(int languageId, boolean getNumProducts) throws java.rmi.RemoteException
getCategoryTree
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Category[] getCategoryTreeWithOptions(com.konakart.wsapp.CategoryTreeOptions options) throws java.rmi.RemoteException
getCategoryTreeWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getProductsPerCategory(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int categoryId, boolean searchInSubCats, int languageId) throws java.rmi.RemoteException
getProductsPerCategory
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getProductsPerCategoryWithOptions(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int categoryId, boolean searchInSubCats, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getProductsPerCategoryWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public int getConfigurationValueAsIntWithDefault(java.lang.String key, int def) throws java.rmi.RemoteException
getConfigurationValueAsIntWithDefault
in interface KKWSEngIf
java.rmi.RemoteException
public java.math.BigDecimal getConfigurationValueAsBigDecimal(java.lang.String key) throws java.rmi.RemoteException
getConfigurationValueAsBigDecimal
in interface KKWSEngIf
java.rmi.RemoteException
public java.math.BigDecimal getConfigurationValueAsBigDecimalWithDefault(java.lang.String key, java.math.BigDecimal def) throws java.rmi.RemoteException
getConfigurationValueAsBigDecimalWithDefault
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.Boolean getConfigurationValueAsBool(java.lang.String key, java.lang.Boolean def) throws java.rmi.RemoteException
getConfigurationValueAsBool
in interface KKWSEngIf
java.rmi.RemoteException
public void editConfiguration(java.lang.String key, java.lang.String value) throws java.rmi.RemoteException
editConfiguration
in interface KKWSEngIf
java.rmi.RemoteException
public void changePassword(java.lang.String sessionId, java.lang.String currentPassword, java.lang.String newPassword) throws java.rmi.RemoteException
changePassword
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product[] getProductNotificationsPerCustomer(java.lang.String sessionId, int languageId) throws java.rmi.RemoteException
getProductNotificationsPerCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product[] getProductNotificationsPerCustomerWithOptions(java.lang.String sessionId, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getProductNotificationsPerCustomerWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public void addProductNotificationToCustomer(java.lang.String sessionId, int productId) throws java.rmi.RemoteException
addProductNotificationToCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public void deleteProductNotificationFromCustomer(java.lang.String sessionId, int productId) throws java.rmi.RemoteException
deleteProductNotificationFromCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public void updateProductViewedCount(int productId, int languageId) throws java.rmi.RemoteException
updateProductViewedCount
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product[] getBestSellers(com.konakart.wsapp.DataDescriptor dataDesc, int categoryId, int languageId) throws java.rmi.RemoteException
getBestSellers
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product[] getBestSellersWithOptions(com.konakart.wsapp.DataDescriptor dataDesc, int categoryId, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getBestSellersWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Orders getOrdersPerCustomer(com.konakart.wsapp.DataDescriptor dataDesc, java.lang.String sessionId, int languageId) throws java.rmi.RemoteException
getOrdersPerCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Orders getOrdersPerCustomerWithOptions(com.konakart.wsapp.DataDescriptor dataDesc, java.lang.String sessionId, int languageId, com.konakart.wsapp.FetchOrderOptions options) throws java.rmi.RemoteException
getOrdersPerCustomerWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Orders searchForOrdersPerCustomer(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, com.konakart.wsapp.OrderSearch orderSearch, int languageId) throws java.rmi.RemoteException
searchForOrdersPerCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Order getOrder(java.lang.String sessionId, int orderId, int languageId) throws java.rmi.RemoteException
public com.konakart.wsapp.Order getOrderWithOptions(java.lang.String sessionId, int orderId, int languageId, com.konakart.wsapp.FetchOrderOptions options) throws java.rmi.RemoteException
getOrderWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Order createOrder(java.lang.String sessionId, com.konakart.wsapp.Basket[] basketItemArray, int languageId) throws java.rmi.RemoteException
createOrder
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Order createOrderWithOptions(java.lang.String sessionId, com.konakart.wsapp.Basket[] basketItemArray, com.konakart.wsapp.CreateOrderOptions options, int languageId) throws java.rmi.RemoteException
createOrderWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product[] getOrderHistory(com.konakart.wsapp.DataDescriptor dataDesc, java.lang.String sessionId, int languageId) throws java.rmi.RemoteException
getOrderHistory
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product[] getOrderHistoryWithOptions(com.konakart.wsapp.DataDescriptor dataDesc, java.lang.String sessionId, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getOrderHistoryWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product[] getAlsoPurchased(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int productId, int languageId) throws java.rmi.RemoteException
getAlsoPurchased
in interface KKWSEngIf
java.rmi.RemoteException
public void deleteWishList(java.lang.String sessionId, int wishListId) throws java.rmi.RemoteException
deleteWishList
in interface KKWSEngIf
java.rmi.RemoteException
public void deleteWishListWithOptions(java.lang.String sessionId, int wishListId, com.konakart.wsapp.AddToWishListOptions options) throws java.rmi.RemoteException
deleteWishListWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.WishList getWishListWithItems(java.lang.String sessionId, int wishListId, int languageId) throws java.rmi.RemoteException
getWishListWithItems
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.WishList getWishListWithItemsWithOptions(java.lang.String sessionId, int wishListId, int languageId, com.konakart.wsapp.AddToWishListOptions options) throws java.rmi.RemoteException
getWishListWithItemsWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.WishList getWishList(java.lang.String sessionId, int wishListId) throws java.rmi.RemoteException
getWishList
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.WishList getWishListWithOptions(java.lang.String sessionId, int wishListId, com.konakart.wsapp.AddToWishListOptions options) throws java.rmi.RemoteException
getWishListWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.WishListItems getWishListItemsWithOptions(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int wishListId, int languageId, com.konakart.wsapp.AddToWishListOptions options) throws java.rmi.RemoteException
getWishListItemsWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.WishListItems getWishListItems(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int wishListId, int languageId) throws java.rmi.RemoteException
getWishListItems
in interface KKWSEngIf
java.rmi.RemoteException
public void removeFromWishList(java.lang.String sessionId, int wishListItemId) throws java.rmi.RemoteException
removeFromWishList
in interface KKWSEngIf
java.rmi.RemoteException
public void removeFromWishListWithOptions(java.lang.String sessionId, int wishListItemId, com.konakart.wsapp.AddToWishListOptions options) throws java.rmi.RemoteException
removeFromWishListWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public void mergeWishListsWithOptions(java.lang.String sessionId, int customerFromId, int languageId, com.konakart.wsapp.AddToWishListOptions options) throws java.rmi.RemoteException
mergeWishListsWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.WishLists searchForWishLists(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, com.konakart.wsapp.CustomerSearch customerSearch) throws java.rmi.RemoteException
searchForWishLists
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Store getStore() throws java.rmi.RemoteException
public com.konakart.wsapp.Store getStoreForId(java.lang.String vendorStoreId) throws java.rmi.RemoteException
getStoreForId
in interface KKWSEngIf
java.rmi.RemoteException
public void addCustomDataToSession(java.lang.String sessionId, java.lang.String data, int position) throws java.rmi.RemoteException
addCustomDataToSession
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String getCustomDataFromSession(java.lang.String sessionId, int position) throws java.rmi.RemoteException
getCustomDataFromSession
in interface KKWSEngIf
java.rmi.RemoteException
public void setCookie(com.konakart.wsapp.KKCookie cookie) throws java.rmi.RemoteException
public com.konakart.wsapp.KKCookie getCookie(java.lang.String customerUuid, java.lang.String attrId) throws java.rmi.RemoteException
public com.konakart.wsapp.KKCookie[] getAllCookies(java.lang.String customerUuid) throws java.rmi.RemoteException
getAllCookies
in interface KKWSEngIf
java.rmi.RemoteException
public void deleteCookie(java.lang.String customerUuid, java.lang.String attrId) throws java.rmi.RemoteException
deleteCookie
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.GeoZone[] getGeoZonesPerZone(com.konakart.wsapp.Zone zone) throws java.rmi.RemoteException
getGeoZonesPerZone
in interface KKWSEngIf
java.rmi.RemoteException
public void insertCustomerTag(java.lang.String sessionId, com.konakart.wsapp.CustomerTag tag) throws java.rmi.RemoteException
insertCustomerTag
in interface KKWSEngIf
java.rmi.RemoteException
public void insertCustomerTagForGuest(int customerId, com.konakart.wsapp.CustomerTag tag) throws java.rmi.RemoteException
insertCustomerTagForGuest
in interface KKWSEngIf
java.rmi.RemoteException
public void addToCustomerTag(java.lang.String sessionId, java.lang.String tagName, int tagValue) throws java.rmi.RemoteException
addToCustomerTag
in interface KKWSEngIf
java.rmi.RemoteException
public void addToCustomerTagForGuest(int customerId, java.lang.String tagName, int tagValue) throws java.rmi.RemoteException
addToCustomerTagForGuest
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.CustomerTag getCustomerTag(java.lang.String sessionId, java.lang.String tagName) throws java.rmi.RemoteException
getCustomerTag
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.CustomerTag getCustomerTagForGuest(int customerId, java.lang.String tagName) throws java.rmi.RemoteException
getCustomerTagForGuest
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String getCustomerTagValue(java.lang.String sessionId, java.lang.String tagName) throws java.rmi.RemoteException
getCustomerTagValue
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String getCustomerTagValueForGuest(int customerId, java.lang.String tagName) throws java.rmi.RemoteException
getCustomerTagValueForGuest
in interface KKWSEngIf
java.rmi.RemoteException
public void deleteCustomerTag(java.lang.String sessionId, java.lang.String tagName) throws java.rmi.RemoteException
deleteCustomerTag
in interface KKWSEngIf
java.rmi.RemoteException
public void deleteCustomerTagForGuest(int customerId, java.lang.String tagName) throws java.rmi.RemoteException
deleteCustomerTagForGuest
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.CustomerTag[] getCustomerTags(java.lang.String sessionId) throws java.rmi.RemoteException
getCustomerTags
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.CustomerTag[] getCustomerTagsForGuest(int customerId) throws java.rmi.RemoteException
getCustomerTagsForGuest
in interface KKWSEngIf
java.rmi.RemoteException
public boolean evaluateExpression(java.lang.String sessionId, int expressionId, java.lang.String expressionName) throws java.rmi.RemoteException
evaluateExpression
in interface KKWSEngIf
java.rmi.RemoteException
public boolean evaluateExpressionForGuest(int customerId, int expressionId, java.lang.String expressionName) throws java.rmi.RemoteException
evaluateExpressionForGuest
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Expression getExpression(java.lang.String sessionId, int expressionId, java.lang.String expressionName) throws java.rmi.RemoteException
getExpression
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Expression getExpressionForGuest(int customerId, int expressionId, java.lang.String expressionName) throws java.rmi.RemoteException
getExpressionForGuest
in interface KKWSEngIf
java.rmi.RemoteException
public int pointsAvailable(java.lang.String sessionId) throws java.rmi.RemoteException
pointsAvailable
in interface KKWSEngIf
java.rmi.RemoteException
public int addPoints(java.lang.String sessionId, int points, java.lang.String code, java.lang.String description) throws java.rmi.RemoteException
public int deletePoints(java.lang.String sessionId, int points, java.lang.String code, java.lang.String description) throws java.rmi.RemoteException
deletePoints
in interface KKWSEngIf
java.rmi.RemoteException
public int reservePoints(java.lang.String sessionId, int points) throws java.rmi.RemoteException
reservePoints
in interface KKWSEngIf
java.rmi.RemoteException
public void deleteReservedPoints(java.lang.String sessionId, int reservationId, java.lang.String code, java.lang.String description) throws java.rmi.RemoteException
deleteReservedPoints
in interface KKWSEngIf
java.rmi.RemoteException
public int freeReservedPoints(java.lang.String sessionId, int reservationId) throws java.rmi.RemoteException
freeReservedPoints
in interface KKWSEngIf
java.rmi.RemoteException
public void setRewardPointReservationId(java.lang.String sessionId, int orderId, int reservationId) throws java.rmi.RemoteException
setRewardPointReservationId
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.RewardPoints getRewardPointsWithOptions(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, com.konakart.wsapp.FetchRewardPointOptions options) throws java.rmi.RemoteException
getRewardPointsWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.RewardPoints getRewardPoints(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc) throws java.rmi.RemoteException
getRewardPoints
in interface KKWSEngIf
java.rmi.RemoteException
public int insertSubscription(java.lang.String sessionId, com.konakart.wsapp.Subscription subscription) throws java.rmi.RemoteException
insertSubscription
in interface KKWSEngIf
java.rmi.RemoteException
public void updateSubscription(java.lang.String sessionId, com.konakart.wsapp.Subscription subscription) throws java.rmi.RemoteException
updateSubscription
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.PaymentSchedule getPaymentSchedule(int id) throws java.rmi.RemoteException
getPaymentSchedule
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Subscription[] getSubscriptionsPerCustomer(java.lang.String sessionId) throws java.rmi.RemoteException
getSubscriptionsPerCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Subscriptions searchForSubscriptionsPerCustomer(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, com.konakart.wsapp.SubscriptionSearch subscriptionSearch) throws java.rmi.RemoteException
searchForSubscriptionsPerCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product getProductPerSkuWithOptions(java.lang.String sessionId, java.lang.String sku, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getProductPerSkuWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product getProductPerSku(java.lang.String sessionId, java.lang.String sku, int languageId) throws java.rmi.RemoteException
getProductPerSku
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.IpnHistory[] getIpnHistory(java.lang.String sessionId, int orderId) throws java.rmi.RemoteException
getIpnHistory
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.PdfResult getPdf(java.lang.String sessionId, com.konakart.wsapp.PdfOptions options) throws java.rmi.RemoteException
public com.konakart.wsapp.DigitalDownload getDigitalDownloadById(java.lang.String sessionId, int digitalDownloadId) throws java.rmi.RemoteException
getDigitalDownloadById
in interface KKWSEngIf
java.rmi.RemoteException
public void editDigitalDownload(java.lang.String sessionId, com.konakart.wsapp.DigitalDownload digitalDownload) throws java.rmi.RemoteException
editDigitalDownload
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String getMsgValue(java.lang.String key, int type, java.lang.String locale) throws java.rmi.RemoteException
getMsgValue
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.NameValue[] getMessages(int type, java.lang.String locale) throws java.rmi.RemoteException
getMessages
in interface KKWSEngIf
java.rmi.RemoteException
public void postMessageToQueue(java.lang.String sessionId, com.konakart.wsapp.MqOptions options) throws java.rmi.RemoteException
postMessageToQueue
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.MqResponse readMessageFromQueue(java.lang.String sessionId, com.konakart.wsapp.MqOptions options) throws java.rmi.RemoteException
readMessageFromQueue
in interface KKWSEngIf
java.rmi.RemoteException
public void insertCustomerEvent(com.konakart.wsapp.CustomerEvent event) throws java.rmi.RemoteException
insertCustomerEvent
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.SuggestedSearchItem[] getSuggestedSearchItems(java.lang.String sessionId, com.konakart.wsapp.SuggestedSearchOptions options) throws java.rmi.RemoteException
getSuggestedSearchItems
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.SuggestedSpellingItem[] getSuggestedSpellingItems(java.lang.String sessionId, com.konakart.wsapp.SuggestedSpellingOptions options) throws java.rmi.RemoteException
getSuggestedSpellingItems
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product[] getProductsFromIdsWithOptions(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int[] prodIdArray, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getProductsFromIdsWithOptions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Bookings getBookingsPerProduct(com.konakart.wsapp.DataDescriptor dataDesc, int productId, com.konakart.wsapp.BookableProductOptions options) throws java.rmi.RemoteException
getBookingsPerProduct
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Bookings getBookingsPerCustomer(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, com.konakart.wsapp.BookableProductOptions options) throws java.rmi.RemoteException
getBookingsPerCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public int insertBooking(java.lang.String sessionId, com.konakart.wsapp.Booking booking, com.konakart.wsapp.BookableProductOptions options) throws java.rmi.RemoteException
insertBooking
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product[] getBookableProductConflict(java.lang.String sessionId, com.konakart.wsapp.Product bookableProd, com.konakart.wsapp.BookableProductOptions options) throws java.rmi.RemoteException
getBookableProductConflict
in interface KKWSEngIf
java.rmi.RemoteException
public int getOrderStatus(java.lang.String sessionId, int orderId) throws java.rmi.RemoteException
getOrderStatus
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.OrderStatus[] getAllOrderStatuses(int languageId) throws java.rmi.RemoteException
getAllOrderStatuses
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String saveSSOToken(com.konakart.wsapp.SSOToken token) throws java.rmi.RemoteException
saveSSOToken
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.SSOToken getSSOToken(java.lang.String secretKey, boolean deleteToken) throws java.rmi.RemoteException
getSSOToken
in interface KKWSEngIf
java.rmi.RemoteException
public void enableCustomer(java.lang.String secretKey) throws java.rmi.RemoteException
enableCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public int checkCoupon(java.lang.String couponCode) throws java.rmi.RemoteException
checkCoupon
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Promotion[] getAllPromotions() throws java.rmi.RemoteException
getAllPromotions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Product[] getPromotionsPerProducts(java.lang.String sessionId, int customerId, com.konakart.wsapp.Product[] products, com.konakart.wsapp.Promotion[] promotions, java.lang.String[] couponCodes, com.konakart.wsapp.PromotionOptions options) throws java.rmi.RemoteException
getPromotionsPerProducts
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.ConfigData[] getConfigData(java.lang.String sessionId, java.lang.String key) throws java.rmi.RemoteException
getConfigData
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String getKonaKartVersion() throws java.rmi.RemoteException
getKonaKartVersion
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.PunchOutResult getPunchOutMessage(java.lang.String sessionId, com.konakart.wsapp.Order order, com.konakart.wsapp.PunchOutOptions options) throws java.rmi.RemoteException
getPunchOutMessage
in interface KKWSEngIf
java.rmi.RemoteException
public void addCustomerNotifications(com.konakart.wsapp.NotificationOptions options) throws java.rmi.RemoteException
addCustomerNotifications
in interface KKWSEngIf
java.rmi.RemoteException
public void deleteCustomerNotifications(com.konakart.wsapp.NotificationOptions options) throws java.rmi.RemoteException
deleteCustomerNotifications
in interface KKWSEngIf
java.rmi.RemoteException
public java.lang.String getAddressFormatTemplate(int templateId) throws java.rmi.RemoteException
getAddressFormatTemplate
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getBundlesThatProductBelongsTo(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int productId, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getBundlesThatProductBelongsTo
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Products getBundlesThatProductsBelongTo(java.lang.String sessionId, com.konakart.wsapp.DataDescriptor dataDesc, int[] productIds, boolean exactMatch, int languageId, com.konakart.wsapp.FetchProductOptions options) throws java.rmi.RemoteException
getBundlesThatProductsBelongTo
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.ProductImages getProductImages(com.konakart.wsapp.ProductImagesOptions options) throws java.rmi.RemoteException
getProductImages
in interface KKWSEngIf
java.rmi.RemoteException
public int insertKKEvent(java.lang.String sessionId, com.konakart.wsapp.KKEvent event) throws java.rmi.RemoteException
insertKKEvent
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.KKEvent[] getKKEvents(java.lang.String sessionId, com.konakart.wsapp.KKEventSearch search, com.konakart.wsapp.DataDescriptor desc) throws java.rmi.RemoteException
getKKEvents
in interface KKWSEngIf
java.rmi.RemoteException
public void processKKEvents(java.lang.String sessionId) throws java.rmi.RemoteException
processKKEvents
in interface KKWSEngIf
java.rmi.RemoteException
public boolean validatePassword(java.lang.String sessionId, java.lang.String password) throws java.rmi.RemoteException
validatePassword
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Coupon[] getCouponsPerCode(java.lang.String couponCode, com.konakart.wsapp.CouponOptions options) throws java.rmi.RemoteException
getCouponsPerCode
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Coupon getCouponPerId(int couponId, com.konakart.wsapp.CouponOptions options) throws java.rmi.RemoteException
getCouponPerId
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Promotion[] getPromotionsPerCoupon(java.lang.String couponCode, int couponId, com.konakart.wsapp.PromotionOptions options) throws java.rmi.RemoteException
getPromotionsPerCoupon
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.ContentType[] getContentTypes(int languageId) throws java.rmi.RemoteException
getContentTypes
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Basket[] reserveStock(java.lang.String sessionId, com.konakart.wsapp.Basket[] basketItems, com.konakart.wsapp.StockReservationOptions options) throws java.rmi.RemoteException
reserveStock
in interface KKWSEngIf
java.rmi.RemoteException
public int removeStockReservationsForBasketItems(java.lang.String sessionId, com.konakart.wsapp.Basket[] basketItems, com.konakart.wsapp.StockReservationOptions options) throws java.rmi.RemoteException
removeStockReservationsForBasketItems
in interface KKWSEngIf
java.rmi.RemoteException
public int removeStockReservationsForOrderProducts(java.lang.String sessionId, com.konakart.wsapp.OrderProduct[] orderProducts, com.konakart.wsapp.StockReservationOptions options) throws java.rmi.RemoteException
removeStockReservationsForOrderProducts
in interface KKWSEngIf
java.rmi.RemoteException
public int removeStockReservationsForIds(java.lang.String sessionId, int[] idArray, com.konakart.wsapp.StockReservationOptions options) throws java.rmi.RemoteException
removeStockReservationsForIds
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.ProductQuantity createProductQuantityEncodedKeyFromEncodedProductId(java.lang.String encodedProductId) throws java.rmi.RemoteException
createProductQuantityEncodedKeyFromEncodedProductId
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.ExternalLoginResult externalLogin(com.konakart.wsapp.ExternalLoginInput loginInfo) throws java.rmi.RemoteException
externalLogin
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Catalog getCatalogPerKey(java.lang.String catalogKey) throws java.rmi.RemoteException
getCatalogPerKey
in interface KKWSEngIf
java.rmi.RemoteException
public void setNewPassword(java.lang.String adminSession, java.lang.String customerEmailAddr, int customerId, java.lang.String newPassword) throws java.rmi.RemoteException
setNewPassword
in interface KKWSEngIf
java.rmi.RemoteException
public int addCreditCardToCustomer(java.lang.String sessionId, com.konakart.wsapp.CreditCard card, com.konakart.wsapp.CreditCardOptions options) throws java.rmi.RemoteException
addCreditCardToCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.CreditCard[] getCreditCardsPerCustomer(java.lang.String sessionId, com.konakart.wsapp.CreditCardOptions options) throws java.rmi.RemoteException
getCreditCardsPerCustomer
in interface KKWSEngIf
java.rmi.RemoteException
public void deleteCreditCard(java.lang.String sessionId, int cardId) throws java.rmi.RemoteException
deleteCreditCard
in interface KKWSEngIf
java.rmi.RemoteException
public void editCreditCard(java.lang.String sessionId, com.konakart.wsapp.CreditCard card, com.konakart.wsapp.CreditCardOptions options) throws java.rmi.RemoteException
editCreditCard
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Promotion getPromotion(int promotionId, java.lang.String promotionName, int languageId, com.konakart.wsapp.FetchPromotionOptions prmOptions, com.konakart.wsapp.FetchProductOptions prodOptions) throws java.rmi.RemoteException
getPromotion
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Address[] getAddressesPerVendor(com.konakart.wsapp.Vendor vendor) throws java.rmi.RemoteException
getAddressesPerVendor
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Vendors getVendors(com.konakart.wsapp.DataDescriptor dataDesc, com.konakart.wsapp.VendorSearch search) throws java.rmi.RemoteException
getVendors
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Vendor getVendorForId(int vendorId) throws java.rmi.RemoteException
getVendorForId
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Reviews getVendorReviews(com.konakart.wsapp.DataDescriptor dataDesc, com.konakart.wsapp.ReviewSearch search) throws java.rmi.RemoteException
getVendorReviews
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Review getVendorReview(int reviewId) throws java.rmi.RemoteException
getVendorReview
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Reviews getReviewsPerVendor(com.konakart.wsapp.DataDescriptor dataDesc, int vendorId) throws java.rmi.RemoteException
getReviewsPerVendor
in interface KKWSEngIf
java.rmi.RemoteException
public void checkFileAccess(java.lang.String fileName) throws java.rmi.RemoteException
checkFileAccess
in interface KKWSEngIf
java.rmi.RemoteException
public boolean isCustomerSubscribedToNewsletter(java.lang.String emailAddr) throws java.rmi.RemoteException
isCustomerSubscribedToNewsletter
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Suggestion[] getSuggestions(java.lang.String sessionId, com.konakart.wsapp.Suggestion suggestion, com.konakart.wsapp.DataDescriptor dataDesc) throws java.rmi.RemoteException
getSuggestions
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.MiscItem[] getMiscItemsPerType(int typeId, int languageId) throws java.rmi.RemoteException
getMiscItemsPerType
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.ProductRelationship[] getAllProductRelationships() throws java.rmi.RemoteException
getAllProductRelationships
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Content getContent(int contentId, int languageId) throws java.rmi.RemoteException
getContent
in interface KKWSEngIf
java.rmi.RemoteException
public com.konakart.wsapp.Country getCountry(int countryId) throws java.rmi.RemoteException
getCountry
in interface KKWSEngIf
java.rmi.RemoteException
Copyright © 2018 DS Data Systems UK Ltd.