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