public class KKWebServiceEngSoapBindingStub extends org.apache.axis.client.Stub implements KKWSEngIf
| Constructor and Description |
|---|
KKWebServiceEngSoapBindingStub() |
KKWebServiceEngSoapBindingStub(javax.xml.rpc.Service service) |
KKWebServiceEngSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| 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) |
protected org.apache.axis.client.Call |
createCall() |
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) |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic KKWebServiceEngSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic KKWebServiceEngSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic KKWebServiceEngSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Currency getCurrency(java.lang.String currencyCode)
throws java.rmi.RemoteException
getCurrency in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Content getContent(int contentId,
int languageId)
throws java.rmi.RemoteException
getContent in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Country getCountry(int countryId)
throws java.rmi.RemoteException
getCountry in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.ContentType getContentType(int contentTypeId,
int languageId)
throws java.rmi.RemoteException
getContentType in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.lang.String getConfigurationValue(java.lang.String key)
throws java.rmi.RemoteException
getConfigurationValue in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void deleteAddressFromCustomer(java.lang.String sessionId,
int addressId)
throws java.rmi.RemoteException
deleteAddressFromCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void editCustomerAddress(java.lang.String sessionId,
com.konakart.wsapp.Address addr)
throws java.rmi.RemoteException
editCustomerAddress in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Customer getCustomer(java.lang.String sessionId)
throws java.rmi.RemoteException
getCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Customer getCustomerWithOptions(java.lang.String sessionId,
com.konakart.wsapp.FetchCustomerOptions options)
throws java.rmi.RemoteException
getCustomerWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void editCustomer(java.lang.String sessionId,
com.konakart.wsapp.Customer cust)
throws java.rmi.RemoteException
editCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void editCustomerWithOptions(java.lang.String sessionId,
com.konakart.wsapp.Customer cust,
com.konakart.wsapp.EditCustomerOptions options)
throws java.rmi.RemoteException
editCustomerWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.util.Calendar getKonakartTimeStamp()
throws java.rmi.RemoteException
getKonakartTimeStamp in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int writeReview(java.lang.String sessionId,
com.konakart.wsapp.Review review)
throws java.rmi.RemoteException
writeReview in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int checkSession(java.lang.String sessionId)
throws java.rmi.RemoteException
checkSession in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int addToBasket(java.lang.String sessionId,
int customerId,
com.konakart.wsapp.Basket item)
throws java.rmi.RemoteException
addToBasket in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void mergeBaskets(java.lang.String sessionId,
int customerFromId)
throws java.rmi.RemoteException
mergeBaskets in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Language getLanguagePerCode(java.lang.String code)
throws java.rmi.RemoteException
getLanguagePerCode in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Language getLanguagePerId(int languageId)
throws java.rmi.RemoteException
getLanguagePerId in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Category getCategory(int categoryId,
int languageId)
throws java.rmi.RemoteException
getCategory in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Category[] getCategoriesPerManufacturer(int manufacturerId,
int languageId)
throws java.rmi.RemoteException
getCategoriesPerManufacturer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Category[] getCategoriesPerProduct(int productId,
int languageId)
throws java.rmi.RemoteException
getCategoriesPerProduct in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Manufacturer[] getManufacturersPerCategory(int categoryId)
throws java.rmi.RemoteException
getManufacturersPerCategory in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Manufacturer[] getManufacturers(com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.ManufacturerSearch search,
int languageId)
throws java.rmi.RemoteException
getManufacturers in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Manufacturer[] getAllManufacturers()
throws java.rmi.RemoteException
getAllManufacturers in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Manufacturer getManufacturerPerProduct(int productId,
int languageId)
throws java.rmi.RemoteException
getManufacturerPerProduct in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Manufacturer getManufacturer(int manufacturerId,
int languageId)
throws java.rmi.RemoteException
getManufacturer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Products getAllSpecials(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int languageId)
throws java.rmi.RemoteException
getAllSpecials in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Reviews getReviewsPerProduct(com.konakart.wsapp.DataDescriptor dataDesc,
int productId)
throws java.rmi.RemoteException
getReviewsPerProduct in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Reviews getReviews(com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.ReviewSearch search)
throws java.rmi.RemoteException
getReviews in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic int registerCustomer(com.konakart.wsapp.CustomerRegistration custReg)
throws java.rmi.RemoteException
registerCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int forceRegisterCustomer(com.konakart.wsapp.CustomerRegistration custReg)
throws java.rmi.RemoteException
forceRegisterCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Country[] getAllCountries()
throws java.rmi.RemoteException
getAllCountries in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Address[] getAddressesPerManufacturer(int manufacturerId)
throws java.rmi.RemoteException
getAddressesPerManufacturer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Address[] getAddressesPerProduct(int productId)
throws java.rmi.RemoteException
getAddressesPerProduct in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Address[] getAddressesPerStore(java.lang.String addressStoreId)
throws java.rmi.RemoteException
getAddressesPerStore in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Address getDefaultAddressPerCustomer(java.lang.String sessionId)
throws java.rmi.RemoteException
getDefaultAddressPerCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void setDefaultAddressPerCustomer(java.lang.String sessionId,
int addressId)
throws java.rmi.RemoteException
setDefaultAddressPerCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int addAddressToCustomer(java.lang.String sessionId,
com.konakart.wsapp.Address addr)
throws java.rmi.RemoteException
addAddressToCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Email notifySysAdmin(java.lang.String message,
com.konakart.wsapp.EmailOptions options)
throws java.rmi.RemoteException
notifySysAdmin in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.lang.String loginByAdmin(java.lang.String adminSession,
int customerId)
throws java.rmi.RemoteException
loginByAdmin in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.TagGroup[] getTagGroupsPerCategory(int categoryId,
boolean getProdCount,
int languageId)
throws java.rmi.RemoteException
getTagGroupsPerCategory in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.TagGroup[] getTagGroupsPerCategoryWithOptions(int categoryId,
int languageId,
com.konakart.wsapp.FetchTagGroupOptions options)
throws java.rmi.RemoteException
getTagGroupsPerCategoryWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Tag[] getTagsPerCategory(int categoryId,
boolean getProdCount,
int languageId)
throws java.rmi.RemoteException
getTagsPerCategory in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.TagGroup getTagGroup(int tagGroupId,
boolean getProdCount,
int languageId)
throws java.rmi.RemoteException
getTagGroup in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.EngineConfig getEngConf()
throws java.rmi.RemoteException
getEngConf in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.lang.String[] getStoreIds()
throws java.rmi.RemoteException
getStoreIds in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void setCreditCardDetailsOnOrder(java.lang.String sessionId,
int orderId,
com.konakart.wsapp.CreditCard card)
throws java.rmi.RemoteException
setCreditCardDetailsOnOrder in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int addToWishList(java.lang.String sessionId,
com.konakart.wsapp.WishListItem wishListItem)
throws java.rmi.RemoteException
addToWishList in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int addToWishListWithOptions(java.lang.String sessionId,
com.konakart.wsapp.WishListItem wishListItem,
com.konakart.wsapp.AddToWishListOptions options)
throws java.rmi.RemoteException
addToWishListWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int createWishList(java.lang.String sessionId,
com.konakart.wsapp.WishList wishList)
throws java.rmi.RemoteException
createWishList in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int createWishListWithOptions(java.lang.String sessionId,
com.konakart.wsapp.WishList wishList,
com.konakart.wsapp.AddToWishListOptions options)
throws java.rmi.RemoteException
createWishListWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void editWishList(java.lang.String sessionId,
com.konakart.wsapp.WishList wishList)
throws java.rmi.RemoteException
editWishList in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void editWishListWithOptions(java.lang.String sessionId,
com.konakart.wsapp.WishList wishList,
com.konakart.wsapp.AddToWishListOptions options)
throws java.rmi.RemoteException
editWishListWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Category[] getCategoryTree(int languageId,
boolean getNumProducts)
throws java.rmi.RemoteException
getCategoryTree in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Category[] getCategoryTreeWithOptions(com.konakart.wsapp.CategoryTreeOptions options)
throws java.rmi.RemoteException
getCategoryTreeWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic int getConfigurationValueAsIntWithDefault(java.lang.String key,
int def)
throws java.rmi.RemoteException
getConfigurationValueAsIntWithDefault in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.math.BigDecimal getConfigurationValueAsBigDecimal(java.lang.String key)
throws java.rmi.RemoteException
getConfigurationValueAsBigDecimal in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.math.BigDecimal getConfigurationValueAsBigDecimalWithDefault(java.lang.String key,
java.math.BigDecimal def)
throws java.rmi.RemoteException
getConfigurationValueAsBigDecimalWithDefault in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.lang.Boolean getConfigurationValueAsBool(java.lang.String key,
java.lang.Boolean def)
throws java.rmi.RemoteException
getConfigurationValueAsBool in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void editConfiguration(java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
editConfiguration in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void changePassword(java.lang.String sessionId,
java.lang.String currentPassword,
java.lang.String newPassword)
throws java.rmi.RemoteException
changePassword in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Product[] getProductNotificationsPerCustomer(java.lang.String sessionId,
int languageId)
throws java.rmi.RemoteException
getProductNotificationsPerCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Product[] getProductNotificationsPerCustomerWithOptions(java.lang.String sessionId,
int languageId,
com.konakart.wsapp.FetchProductOptions options)
throws java.rmi.RemoteException
getProductNotificationsPerCustomerWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void addProductNotificationToCustomer(java.lang.String sessionId,
int productId)
throws java.rmi.RemoteException
addProductNotificationToCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void deleteProductNotificationFromCustomer(java.lang.String sessionId,
int productId)
throws java.rmi.RemoteException
deleteProductNotificationFromCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void updateProductViewedCount(int productId,
int languageId)
throws java.rmi.RemoteException
updateProductViewedCount in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Product[] getBestSellers(com.konakart.wsapp.DataDescriptor dataDesc,
int categoryId,
int languageId)
throws java.rmi.RemoteException
getBestSellers in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Orders getOrdersPerCustomer(com.konakart.wsapp.DataDescriptor dataDesc,
java.lang.String sessionId,
int languageId)
throws java.rmi.RemoteException
getOrdersPerCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Order createOrder(java.lang.String sessionId,
com.konakart.wsapp.Basket[] basketItemArray,
int languageId)
throws java.rmi.RemoteException
createOrder in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Product[] getOrderHistory(com.konakart.wsapp.DataDescriptor dataDesc,
java.lang.String sessionId,
int languageId)
throws java.rmi.RemoteException
getOrderHistory in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic void deleteWishList(java.lang.String sessionId,
int wishListId)
throws java.rmi.RemoteException
deleteWishList in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void deleteWishListWithOptions(java.lang.String sessionId,
int wishListId,
com.konakart.wsapp.AddToWishListOptions options)
throws java.rmi.RemoteException
deleteWishListWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Products getAllProducts(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc,
int languageId)
throws java.rmi.RemoteException
getAllProducts in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Language[] getAllLanguages()
throws java.rmi.RemoteException
getAllLanguages in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic void mergeBasketsWithOptions(java.lang.String sessionId,
int customerFromId,
com.konakart.wsapp.AddToBasketOptions options)
throws java.rmi.RemoteException
mergeBasketsWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void updateBasket(java.lang.String sessionId,
int customerId,
com.konakart.wsapp.Basket item)
throws java.rmi.RemoteException
updateBasket in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic void removeFromBasket(java.lang.String sessionId,
int customerId,
com.konakart.wsapp.Basket item)
throws java.rmi.RemoteException
removeFromBasket in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void removeBasketItemsPerCustomer(java.lang.String sessionId,
int customerId)
throws java.rmi.RemoteException
removeBasketItemsPerCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Basket[] getBasketItemsPerCustomer(java.lang.String sessionId,
int customerId,
int languageId)
throws java.rmi.RemoteException
getBasketItemsPerCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Currency getDefaultCurrency()
throws java.rmi.RemoteException
getDefaultCurrency in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Currency[] getAllCurrencies()
throws java.rmi.RemoteException
getAllCurrencies in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.KKConfiguration[] getConfigurations()
throws java.rmi.RemoteException
getConfigurations in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.KKConfiguration getConfiguration(java.lang.String key)
throws java.rmi.RemoteException
getConfiguration in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.KKConfiguration getConfigurationNoCache(java.lang.String key)
throws java.rmi.RemoteException
getConfigurationNoCache in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int getConfigurationValueAsInt(java.lang.String key)
throws java.rmi.RemoteException
getConfigurationValueAsInt in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Country getCountryPerName(java.lang.String countryName)
throws java.rmi.RemoteException
getCountryPerName in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.ShippingQuote[] getShippingQuotes(com.konakart.wsapp.Order order,
int languageId)
throws java.rmi.RemoteException
getShippingQuotes in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.ShippingQuote getShippingQuote(com.konakart.wsapp.Order order,
java.lang.String moduleName,
int languageId)
throws java.rmi.RemoteException
getShippingQuote in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic java.math.BigDecimal getTaxRate(int countryId,
int zoneId,
int taxClassId)
throws java.rmi.RemoteException
getTaxRate in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.PaymentDetails[] getPaymentGateways(com.konakart.wsapp.Order order,
int languageId)
throws java.rmi.RemoteException
getPaymentGateways in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.PaymentDetails getPaymentGateway(com.konakart.wsapp.Order order,
java.lang.String moduleName,
int languageId)
throws java.rmi.RemoteException
getPaymentGateway in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Language[] getLanguages(com.konakart.wsapp.LanguageSearch search)
throws java.rmi.RemoteException
getLanguages in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic java.lang.String getStatusText(int statusId,
int languageId)
throws java.rmi.RemoteException
getStatusText in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic void changeOrderStatus(java.lang.String sessionId,
int orderId,
int status,
boolean customerNotified,
java.lang.String comments)
throws java.rmi.RemoteException
changeOrderStatus in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void updateInventory(java.lang.String sessionId,
int orderId)
throws java.rmi.RemoteException
updateInventory in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void updateInventoryWithOptions(java.lang.String sessionId,
int orderId,
com.konakart.wsapp.CreateOrderOptions options)
throws java.rmi.RemoteException
updateInventoryWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void sendNewPassword(java.lang.String emailAddr,
java.lang.String subject,
java.lang.String countryCode)
throws java.rmi.RemoteException
sendNewPassword in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Email sendNewPassword1(java.lang.String emailAddr,
com.konakart.wsapp.EmailOptions options)
throws java.rmi.RemoteException
sendNewPassword1 in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Language getDefaultLanguage()
throws java.rmi.RemoteException
getDefaultLanguage in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Product getProduct(java.lang.String sessionId,
int productId,
int languageId)
throws java.rmi.RemoteException
getProduct in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void sendWelcomeEmail(int customerId,
java.lang.String mailSubject,
java.lang.String countryCode)
throws java.rmi.RemoteException
sendWelcomeEmail in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Email sendWelcomeEmail1(int customerId,
com.konakart.wsapp.EmailOptions options)
throws java.rmi.RemoteException
sendWelcomeEmail1 in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void sendOrderConfirmationEmail(java.lang.String sessionId,
int orderId,
java.lang.String mailSubject,
int languageId)
throws java.rmi.RemoteException
sendOrderConfirmationEmail in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic java.lang.String getSecretKeyForOrderId(int orderId)
throws java.rmi.RemoteException
getSecretKeyForOrderId in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int getOrderIdFromSecretKey(java.lang.String secretKey)
throws java.rmi.RemoteException
getOrderIdFromSecretKey in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void deleteOrderIdForSecretKey(java.lang.String secretKey)
throws java.rmi.RemoteException
deleteOrderIdForSecretKey in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int saveIpnHistory(java.lang.String sessionId,
com.konakart.wsapp.IpnHistory ipnHistory)
throws java.rmi.RemoteException
saveIpnHistory in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void updateManufacturerViewedCount(int manufacturerId,
int languageId)
throws java.rmi.RemoteException
updateManufacturerViewedCount in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Zone[] getZonesPerCountry(int countryId)
throws java.rmi.RemoteException
getZonesPerCountry in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Zone[] searchForZones(com.konakart.wsapp.ZoneSearch search)
throws java.rmi.RemoteException
searchForZones in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void updateCachedConfigurations()
throws java.rmi.RemoteException
updateCachedConfigurations in interface KKWSEngIfjava.rmi.RemoteExceptionpublic boolean doesCustomerExistForEmail(java.lang.String emailAddr)
throws java.rmi.RemoteException
doesCustomerExistForEmail in interface KKWSEngIfjava.rmi.RemoteExceptionpublic boolean isEmailValid(java.lang.String emailAddr)
throws java.rmi.RemoteException
isEmailValid in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Basket[] updateBasketWithStockInfo(com.konakart.wsapp.Basket[] basketItems)
throws java.rmi.RemoteException
updateBasketWithStockInfo in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Basket[] updateBasketWithStockInfoWithOptions(com.konakart.wsapp.Basket[] basketItems,
com.konakart.wsapp.AddToBasketOptions options)
throws java.rmi.RemoteException
updateBasketWithStockInfoWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.ProductQuantity getProductQuantity(java.lang.String encodedProductId)
throws java.rmi.RemoteException
getProductQuantity in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.ProductQuantity getProductQuantityWithOptions(java.lang.String encodedProductId,
com.konakart.wsapp.FetchProductOptions options)
throws java.rmi.RemoteException
getProductQuantityWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic int insertDigitalDownload(java.lang.String sessionId,
int productId)
throws java.rmi.RemoteException
insertDigitalDownload in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.DigitalDownload[] getDigitalDownloads(java.lang.String sessionId)
throws java.rmi.RemoteException
getDigitalDownloads in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic int updateDigitalDownloadCount(java.lang.String sessionId,
int productId)
throws java.rmi.RemoteException
updateDigitalDownloadCount in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int updateDigitalDownloadCountById(java.lang.String sessionId,
int digitalDownloadId)
throws java.rmi.RemoteException
updateDigitalDownloadCountById in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int getTempCustomerId()
throws java.rmi.RemoteException
getTempCustomerId in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.CustomerGroup[] getAllCustomerGroups(int languageId)
throws java.rmi.RemoteException
getAllCustomerGroups in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.CustomerGroup getCustomerGroup(int customerGroupId,
int languageId)
throws java.rmi.RemoteException
getCustomerGroup in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void sendTemplateEmailToCustomer(int customerId,
java.lang.String templateName,
java.lang.String message,
java.lang.String countryCode)
throws java.rmi.RemoteException
sendTemplateEmailToCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Email sendTemplateEmailToCustomer1(int customerId,
java.lang.String message,
com.konakart.wsapp.EmailOptions options)
throws java.rmi.RemoteException
sendTemplateEmailToCustomer1 in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.WishList getWishListWithItems(java.lang.String sessionId,
int wishListId,
int languageId)
throws java.rmi.RemoteException
getWishListWithItems in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.WishList getWishList(java.lang.String sessionId,
int wishListId)
throws java.rmi.RemoteException
getWishList in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.WishList getWishListWithOptions(java.lang.String sessionId,
int wishListId,
com.konakart.wsapp.AddToWishListOptions options)
throws java.rmi.RemoteException
getWishListWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic void removeFromWishList(java.lang.String sessionId,
int wishListItemId)
throws java.rmi.RemoteException
removeFromWishList in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void removeFromWishListWithOptions(java.lang.String sessionId,
int wishListItemId,
com.konakart.wsapp.AddToWishListOptions options)
throws java.rmi.RemoteException
removeFromWishListWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void mergeWishListsWithOptions(java.lang.String sessionId,
int customerFromId,
int languageId,
com.konakart.wsapp.AddToWishListOptions options)
throws java.rmi.RemoteException
mergeWishListsWithOptions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic void addCustomDataToSession(java.lang.String sessionId,
java.lang.String data,
int position)
throws java.rmi.RemoteException
addCustomDataToSession in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.lang.String getCustomDataFromSession(java.lang.String sessionId,
int position)
throws java.rmi.RemoteException
getCustomDataFromSession in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic void deleteCookie(java.lang.String customerUuid,
java.lang.String attrId)
throws java.rmi.RemoteException
deleteCookie in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.GeoZone[] getGeoZonesPerZone(com.konakart.wsapp.Zone zone)
throws java.rmi.RemoteException
getGeoZonesPerZone in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void insertCustomerTag(java.lang.String sessionId,
com.konakart.wsapp.CustomerTag tag)
throws java.rmi.RemoteException
insertCustomerTag in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void insertCustomerTagForGuest(int customerId,
com.konakart.wsapp.CustomerTag tag)
throws java.rmi.RemoteException
insertCustomerTagForGuest in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void addToCustomerTag(java.lang.String sessionId,
java.lang.String tagName,
int tagValue)
throws java.rmi.RemoteException
addToCustomerTag in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void addToCustomerTagForGuest(int customerId,
java.lang.String tagName,
int tagValue)
throws java.rmi.RemoteException
addToCustomerTagForGuest in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.CustomerTag getCustomerTag(java.lang.String sessionId,
java.lang.String tagName)
throws java.rmi.RemoteException
getCustomerTag in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.CustomerTag getCustomerTagForGuest(int customerId,
java.lang.String tagName)
throws java.rmi.RemoteException
getCustomerTagForGuest in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.lang.String getCustomerTagValue(java.lang.String sessionId,
java.lang.String tagName)
throws java.rmi.RemoteException
getCustomerTagValue in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.lang.String getCustomerTagValueForGuest(int customerId,
java.lang.String tagName)
throws java.rmi.RemoteException
getCustomerTagValueForGuest in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void deleteCustomerTag(java.lang.String sessionId,
java.lang.String tagName)
throws java.rmi.RemoteException
deleteCustomerTag in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void deleteCustomerTagForGuest(int customerId,
java.lang.String tagName)
throws java.rmi.RemoteException
deleteCustomerTagForGuest in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.CustomerTag[] getCustomerTags(java.lang.String sessionId)
throws java.rmi.RemoteException
getCustomerTags in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.CustomerTag[] getCustomerTagsForGuest(int customerId)
throws java.rmi.RemoteException
getCustomerTagsForGuest in interface KKWSEngIfjava.rmi.RemoteExceptionpublic boolean evaluateExpression(java.lang.String sessionId,
int expressionId,
java.lang.String expressionName)
throws java.rmi.RemoteException
evaluateExpression in interface KKWSEngIfjava.rmi.RemoteExceptionpublic boolean evaluateExpressionForGuest(int customerId,
int expressionId,
java.lang.String expressionName)
throws java.rmi.RemoteException
evaluateExpressionForGuest in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Expression getExpression(java.lang.String sessionId,
int expressionId,
java.lang.String expressionName)
throws java.rmi.RemoteException
getExpression in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Expression getExpressionForGuest(int customerId,
int expressionId,
java.lang.String expressionName)
throws java.rmi.RemoteException
getExpressionForGuest in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int pointsAvailable(java.lang.String sessionId)
throws java.rmi.RemoteException
pointsAvailable in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic int reservePoints(java.lang.String sessionId,
int points)
throws java.rmi.RemoteException
reservePoints in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void deleteReservedPoints(java.lang.String sessionId,
int reservationId,
java.lang.String code,
java.lang.String description)
throws java.rmi.RemoteException
deleteReservedPoints in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int freeReservedPoints(java.lang.String sessionId,
int reservationId)
throws java.rmi.RemoteException
freeReservedPoints in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void setRewardPointReservationId(java.lang.String sessionId,
int orderId,
int reservationId)
throws java.rmi.RemoteException
setRewardPointReservationId in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.RewardPoints getRewardPoints(java.lang.String sessionId,
com.konakart.wsapp.DataDescriptor dataDesc)
throws java.rmi.RemoteException
getRewardPoints in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int insertSubscription(java.lang.String sessionId,
com.konakart.wsapp.Subscription subscription)
throws java.rmi.RemoteException
insertSubscription in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void updateSubscription(java.lang.String sessionId,
com.konakart.wsapp.Subscription subscription)
throws java.rmi.RemoteException
updateSubscription in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.PaymentSchedule getPaymentSchedule(int id)
throws java.rmi.RemoteException
getPaymentSchedule in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Subscription[] getSubscriptionsPerCustomer(java.lang.String sessionId)
throws java.rmi.RemoteException
getSubscriptionsPerCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Product getProductPerSku(java.lang.String sessionId,
java.lang.String sku,
int languageId)
throws java.rmi.RemoteException
getProductPerSku in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.IpnHistory[] getIpnHistory(java.lang.String sessionId,
int orderId)
throws java.rmi.RemoteException
getIpnHistory in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic void editDigitalDownload(java.lang.String sessionId,
com.konakart.wsapp.DigitalDownload digitalDownload)
throws java.rmi.RemoteException
editDigitalDownload in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.lang.String getMsgValue(java.lang.String key,
int type,
java.lang.String locale)
throws java.rmi.RemoteException
getMsgValue in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.NameValue[] getMessages(int type,
java.lang.String locale)
throws java.rmi.RemoteException
getMessages in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void postMessageToQueue(java.lang.String sessionId,
com.konakart.wsapp.MqOptions options)
throws java.rmi.RemoteException
postMessageToQueue in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.MqResponse readMessageFromQueue(java.lang.String sessionId,
com.konakart.wsapp.MqOptions options)
throws java.rmi.RemoteException
readMessageFromQueue in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void insertCustomerEvent(com.konakart.wsapp.CustomerEvent event)
throws java.rmi.RemoteException
insertCustomerEvent in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.SuggestedSearchItem[] getSuggestedSearchItems(java.lang.String sessionId,
com.konakart.wsapp.SuggestedSearchOptions options)
throws java.rmi.RemoteException
getSuggestedSearchItems in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.SuggestedSpellingItem[] getSuggestedSpellingItems(java.lang.String sessionId,
com.konakart.wsapp.SuggestedSpellingOptions options)
throws java.rmi.RemoteException
getSuggestedSpellingItems in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Bookings getBookingsPerProduct(com.konakart.wsapp.DataDescriptor dataDesc,
int productId,
com.konakart.wsapp.BookableProductOptions options)
throws java.rmi.RemoteException
getBookingsPerProduct in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic int insertBooking(java.lang.String sessionId,
com.konakart.wsapp.Booking booking,
com.konakart.wsapp.BookableProductOptions options)
throws java.rmi.RemoteException
insertBooking in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic int getOrderStatus(java.lang.String sessionId,
int orderId)
throws java.rmi.RemoteException
getOrderStatus in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.OrderStatus[] getAllOrderStatuses(int languageId)
throws java.rmi.RemoteException
getAllOrderStatuses in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.lang.String saveSSOToken(com.konakart.wsapp.SSOToken token)
throws java.rmi.RemoteException
saveSSOToken in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.SSOToken getSSOToken(java.lang.String secretKey,
boolean deleteToken)
throws java.rmi.RemoteException
getSSOToken in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void enableCustomer(java.lang.String secretKey)
throws java.rmi.RemoteException
enableCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int checkCoupon(java.lang.String couponCode)
throws java.rmi.RemoteException
checkCoupon in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Promotion[] getAllPromotions()
throws java.rmi.RemoteException
getAllPromotions in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.ConfigData[] getConfigData(java.lang.String sessionId,
java.lang.String key)
throws java.rmi.RemoteException
getConfigData in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.lang.String getKonaKartVersion()
throws java.rmi.RemoteException
getKonaKartVersion in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic void addCustomerNotifications(com.konakart.wsapp.NotificationOptions options)
throws java.rmi.RemoteException
addCustomerNotifications in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void deleteCustomerNotifications(com.konakart.wsapp.NotificationOptions options)
throws java.rmi.RemoteException
deleteCustomerNotifications in interface KKWSEngIfjava.rmi.RemoteExceptionpublic java.lang.String getAddressFormatTemplate(int templateId)
throws java.rmi.RemoteException
getAddressFormatTemplate in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.ProductImages getProductImages(com.konakart.wsapp.ProductImagesOptions options)
throws java.rmi.RemoteException
getProductImages in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int insertKKEvent(java.lang.String sessionId,
com.konakart.wsapp.KKEvent event)
throws java.rmi.RemoteException
insertKKEvent in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic void processKKEvents(java.lang.String sessionId)
throws java.rmi.RemoteException
processKKEvents in interface KKWSEngIfjava.rmi.RemoteExceptionpublic boolean validatePassword(java.lang.String sessionId,
java.lang.String password)
throws java.rmi.RemoteException
validatePassword in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Coupon[] getCouponsPerCode(java.lang.String couponCode,
com.konakart.wsapp.CouponOptions options)
throws java.rmi.RemoteException
getCouponsPerCode in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Coupon getCouponPerId(int couponId,
com.konakart.wsapp.CouponOptions options)
throws java.rmi.RemoteException
getCouponPerId in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Promotion[] getPromotionsPerCoupon(java.lang.String couponCode,
int couponId,
com.konakart.wsapp.PromotionOptions options)
throws java.rmi.RemoteException
getPromotionsPerCoupon in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.ContentType[] getContentTypes(int languageId)
throws java.rmi.RemoteException
getContentTypes in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic int removeStockReservationsForBasketItems(java.lang.String sessionId,
com.konakart.wsapp.Basket[] basketItems,
com.konakart.wsapp.StockReservationOptions options)
throws java.rmi.RemoteException
removeStockReservationsForBasketItems in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int removeStockReservationsForOrderProducts(java.lang.String sessionId,
com.konakart.wsapp.OrderProduct[] orderProducts,
com.konakart.wsapp.StockReservationOptions options)
throws java.rmi.RemoteException
removeStockReservationsForOrderProducts in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int removeStockReservationsForIds(java.lang.String sessionId,
int[] idArray,
com.konakart.wsapp.StockReservationOptions options)
throws java.rmi.RemoteException
removeStockReservationsForIds in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.ProductQuantity createProductQuantityEncodedKeyFromEncodedProductId(java.lang.String encodedProductId)
throws java.rmi.RemoteException
createProductQuantityEncodedKeyFromEncodedProductId in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.ExternalLoginResult externalLogin(com.konakart.wsapp.ExternalLoginInput loginInfo)
throws java.rmi.RemoteException
externalLogin in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Catalog getCatalogPerKey(java.lang.String catalogKey)
throws java.rmi.RemoteException
getCatalogPerKey in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void setNewPassword(java.lang.String adminSession,
java.lang.String customerEmailAddr,
int customerId,
java.lang.String newPassword)
throws java.rmi.RemoteException
setNewPassword in interface KKWSEngIfjava.rmi.RemoteExceptionpublic int addCreditCardToCustomer(java.lang.String sessionId,
com.konakart.wsapp.CreditCard card,
com.konakart.wsapp.CreditCardOptions options)
throws java.rmi.RemoteException
addCreditCardToCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.CreditCard[] getCreditCardsPerCustomer(java.lang.String sessionId,
com.konakart.wsapp.CreditCardOptions options)
throws java.rmi.RemoteException
getCreditCardsPerCustomer in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void deleteCreditCard(java.lang.String sessionId,
int cardId)
throws java.rmi.RemoteException
deleteCreditCard in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void editCreditCard(java.lang.String sessionId,
com.konakart.wsapp.CreditCard card,
com.konakart.wsapp.CreditCardOptions options)
throws java.rmi.RemoteException
editCreditCard in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Address[] getAddressesPerVendor(com.konakart.wsapp.Vendor vendor)
throws java.rmi.RemoteException
getAddressesPerVendor in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Vendors getVendors(com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.VendorSearch search)
throws java.rmi.RemoteException
getVendors in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Vendor getVendorForId(int vendorId)
throws java.rmi.RemoteException
getVendorForId in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Reviews getVendorReviews(com.konakart.wsapp.DataDescriptor dataDesc,
com.konakart.wsapp.ReviewSearch search)
throws java.rmi.RemoteException
getVendorReviews in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Review getVendorReview(int reviewId)
throws java.rmi.RemoteException
getVendorReview in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.Reviews getReviewsPerVendor(com.konakart.wsapp.DataDescriptor dataDesc,
int vendorId)
throws java.rmi.RemoteException
getReviewsPerVendor in interface KKWSEngIfjava.rmi.RemoteExceptionpublic void checkFileAccess(java.lang.String fileName)
throws java.rmi.RemoteException
checkFileAccess in interface KKWSEngIfjava.rmi.RemoteExceptionpublic boolean isCustomerSubscribedToNewsletter(java.lang.String emailAddr)
throws java.rmi.RemoteException
isCustomerSubscribedToNewsletter in interface KKWSEngIfjava.rmi.RemoteExceptionpublic 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 KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.MiscItem[] getMiscItemsPerType(int typeId,
int languageId)
throws java.rmi.RemoteException
getMiscItemsPerType in interface KKWSEngIfjava.rmi.RemoteExceptionpublic com.konakart.wsapp.ProductRelationship[] getAllProductRelationships()
throws java.rmi.RemoteException
getAllProductRelationships in interface KKWSEngIfjava.rmi.RemoteExceptionCopyright © 2018 DS Data Systems UK Ltd.