com.konakart.ws
Interface KKWSEngIf

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
KKWebServiceEng, KKWebServiceEngSoapBindingImpl, KKWebServiceEngSoapBindingSkeleton, KKWebServiceEngSoapBindingStub

public interface KKWSEngIf
extends java.rmi.Remote


Method Summary
 int addAddressToCustomer(java.lang.String in0, Address in1)
           
 void addCustomDataToSession(java.lang.String in0, java.lang.String in1, int in2)
           
 int addPoints(java.lang.String in0, int in1, java.lang.String in2, java.lang.String in3)
           
 void addProductNotificationToCustomer(java.lang.String in0, int in1)
           
 java.math.BigDecimal addTax(java.math.BigDecimal in0, int in1, int in2, int in3)
           
 int addToBasket(java.lang.String in0, int in1, Basket in2)
           
 int addToBasketWithOptions(java.lang.String in0, int in1, Basket in2, AddToBasketOptions in3)
           
 void addToCustomerTag(java.lang.String in0, java.lang.String in1, int in2)
           
 void addToCustomerTagForGuest(int in0, java.lang.String in1, int in2)
           
 int addToWishList(java.lang.String in0, WishListItem in1)
           
 int addToWishListWithOptions(java.lang.String in0, WishListItem in1, AddToWishListOptions in2)
           
 Order changeDeliveryAddress(java.lang.String in0, Order in1, Address in2)
           
 void changeOrderStatus(java.lang.String in0, int in1, int in2, boolean in3, java.lang.String in4)
           
 void changePassword(java.lang.String in0, java.lang.String in1, java.lang.String in2)
           
 int checkCoupon(java.lang.String in0)
           
 int checkSession(java.lang.String in0)
           
 Order createAndSaveOrder(java.lang.String in0, java.lang.String in1, CustomerRegistration in2, Basket[] in3, java.lang.String in4, java.lang.String in5, int in6)
           
 Order createOrder(java.lang.String in0, Basket[] in1, int in2)
           
 Order createOrderWithOptions(java.lang.String in0, Basket[] in1, CreateOrderOptions in2, int in3)
           
 int createWishList(java.lang.String in0, WishList in1)
           
 int createWishListWithOptions(java.lang.String in0, WishList in1, AddToWishListOptions in2)
           
 java.lang.String custom(java.lang.String in0, java.lang.String in1)
           
 java.lang.String customSecure(java.lang.String in0, java.lang.String in1, java.lang.String in2)
           
 void deleteAddressFromCustomer(java.lang.String in0, int in1)
           
 void deleteCookie(java.lang.String in0, java.lang.String in1)
           
 void deleteCustomerTag(java.lang.String in0, java.lang.String in1)
           
 void deleteCustomerTagForGuest(int in0, java.lang.String in1)
           
 void deleteOrderIdForSecretKey(java.lang.String in0)
           
 int deletePoints(java.lang.String in0, int in1, java.lang.String in2, java.lang.String in3)
           
 void deleteProductNotificationFromCustomer(java.lang.String in0, int in1)
           
 void deleteReservedPoints(java.lang.String in0, int in1, java.lang.String in2, java.lang.String in3)
           
 void deleteWishList(java.lang.String in0, int in1)
           
 void deleteWishListWithOptions(java.lang.String in0, int in1, AddToWishListOptions in2)
           
 boolean doesCustomerExistForEmail(java.lang.String in0)
           
 void editConfiguration(java.lang.String in0, java.lang.String in1)
           
 void editCustomer(java.lang.String in0, Customer in1)
           
 void editCustomerAddress(java.lang.String in0, Address in1)
           
 void editDigitalDownload(java.lang.String in0, DigitalDownload in1)
           
 void editWishList(java.lang.String in0, WishList in1)
           
 void editWishListWithOptions(java.lang.String in0, WishList in1, AddToWishListOptions in2)
           
 void enableCustomer(java.lang.String in0)
           
 boolean evaluateExpression(java.lang.String in0, int in1, java.lang.String in2)
           
 boolean evaluateExpressionForGuest(int in0, int in1, java.lang.String in2)
           
 int forceRegisterCustomer(CustomerRegistration in0)
           
 int freeReservedPoints(java.lang.String in0, int in1)
           
 Address[] getAddressesPerCustomer(java.lang.String in0)
           
 Address[] getAddressesPerManufacturer(int in0)
           
 Address[] getAddressesPerProduct(int in0)
           
 KKCookie[] getAllCookies(java.lang.String in0)
           
 Country[] getAllCountries()
           
 Currency[] getAllCurrencies()
           
 CustomerGroup[] getAllCustomerGroups(int in0)
           
 Language[] getAllLanguages()
           
 Manufacturer[] getAllManufacturers()
           
 OrderStatus[] getAllOrderStatuses(int in0)
           
 Products getAllProducts(java.lang.String in0, DataDescriptor in1, int in2)
           
 Products getAllProductsWithOptions(java.lang.String in0, DataDescriptor in1, int in2, FetchProductOptions in3)
           
 Promotion[] getAllPromotions()
           
 Reviews getAllReviews(DataDescriptor in0)
           
 Products getAllSpecials(java.lang.String in0, DataDescriptor in1, int in2)
           
 Product[] getAlsoPurchased(java.lang.String in0, DataDescriptor in1, int in2, int in3)
           
 Product[] getAlsoPurchasedWithOptions(java.lang.String in0, DataDescriptor in1, int in2, int in3, FetchProductOptions in4)
           
 Basket[] getBasketItemsPerCustomer(java.lang.String in0, int in1, int in2)
           
 Basket[] getBasketItemsPerCustomerWithOptions(java.lang.String in0, int in1, int in2, AddToBasketOptions in3)
           
 Product[] getBestSellers(DataDescriptor in0, int in1, int in2)
           
 Product[] getBestSellersWithOptions(DataDescriptor in0, int in1, int in2, FetchProductOptions in3)
           
 Product[] getBookableProductConflict(java.lang.String in0, Product in1, BookableProductOptions in2)
           
 Bookings getBookingsPerCustomer(java.lang.String in0, DataDescriptor in1, BookableProductOptions in2)
           
 Bookings getBookingsPerProduct(DataDescriptor in0, int in1, BookableProductOptions in2)
           
 Category[] getCategoriesPerManufacturer(int in0, int in1)
           
 Category[] getCategoriesPerProduct(int in0, int in1)
           
 Category getCategory(int in0, int in1)
           
 Category[] getCategoryTree(int in0, boolean in1)
           
 KKConfiguration getConfiguration(java.lang.String in0)
           
 KKConfiguration[] getConfigurations()
           
 java.lang.String getConfigurationValue(java.lang.String in0)
           
 java.math.BigDecimal getConfigurationValueAsBigDecimal(java.lang.String in0)
           
 java.math.BigDecimal getConfigurationValueAsBigDecimalWithDefault(java.lang.String in0, java.math.BigDecimal in1)
           
 java.lang.Boolean getConfigurationValueAsBool(java.lang.String in0, java.lang.Boolean in1)
           
 int getConfigurationValueAsInt(java.lang.String in0)
           
 int getConfigurationValueAsIntWithDefault(java.lang.String in0, int in1)
           
 KKCookie getCookie(java.lang.String in0, java.lang.String in1)
           
 Country getCountry(int in0)
           
 Country getCountryPerName(java.lang.String in0)
           
 Currency getCurrency(java.lang.String in0)
           
 java.lang.String getCustomDataFromSession(java.lang.String in0, int in1)
           
 Customer getCustomer(java.lang.String in0)
           
 CustomerGroup getCustomerGroup(int in0, int in1)
           
 CustomerTag getCustomerTag(java.lang.String in0, java.lang.String in1)
           
 CustomerTag getCustomerTagForGuest(int in0, java.lang.String in1)
           
 CustomerTag[] getCustomerTags(java.lang.String in0)
           
 CustomerTag[] getCustomerTagsForGuest(int in0)
           
 java.lang.String getCustomerTagValue(java.lang.String in0, java.lang.String in1)
           
 java.lang.String getCustomerTagValueForGuest(int in0, java.lang.String in1)
           
 Address getDefaultAddressPerCustomer(java.lang.String in0)
           
 Currency getDefaultCurrency()
           
 Customer getDefaultCustomer()
           
 Language getDefaultLanguage()
           
 DigitalDownload getDigitalDownloadById(java.lang.String in0, int in1)
           
 DigitalDownload[] getDigitalDownloads(java.lang.String in0)
           
 EngineConfig getEngConf()
           
 Expression getExpression(java.lang.String in0, int in1, java.lang.String in2)
           
 Expression getExpressionForGuest(int in0, int in1, java.lang.String in2)
           
 GeoZone[] getGeoZonesPerZone(Zone in0)
           
 IpnHistory[] getIpnHistory(java.lang.String in0, int in1)
           
 java.util.Calendar getKonakartTimeStamp()
           
 Language getLanguagePerCode(java.lang.String in0)
           
 Language getLanguagePerId(int in0)
           
 Manufacturer getManufacturer(int in0, int in1)
           
 Manufacturer getManufacturerPerProduct(int in0, int in1)
           
 Manufacturer[] getManufacturersPerCategory(int in0)
           
 NameValue[] getMessages(int in0, java.lang.String in1)
           
 java.lang.String getMsgValue(java.lang.String in0, int in1, java.lang.String in2)
           
 Order getOrder(java.lang.String in0, int in1, int in2)
           
 Product[] getOrderHistory(DataDescriptor in0, java.lang.String in1, int in2)
           
 Product[] getOrderHistoryWithOptions(DataDescriptor in0, java.lang.String in1, int in2, FetchProductOptions in3)
           
 int getOrderIdFromSecretKey(java.lang.String in0)
           
 Orders getOrdersPerCustomer(DataDescriptor in0, java.lang.String in1, int in2)
           
 int getOrderStatus(java.lang.String in0, int in1)
           
 Order getOrderTotals(Order in0, int in1)
           
 PaymentDetails getPaymentDetails(java.lang.String in0, java.lang.String in1, int in2, java.lang.String in3, int in4)
           
 PaymentDetails getPaymentDetailsPerOrder(java.lang.String in0, java.lang.String in1, Order in2, java.lang.String in3, int in4)
           
 PaymentDetails getPaymentGateway(Order in0, java.lang.String in1, int in2)
           
 PaymentDetails[] getPaymentGateways(Order in0, int in1)
           
 PaymentSchedule getPaymentSchedule(int in0)
           
 PdfResult getPdf(java.lang.String in0, PdfOptions in1)
           
 Product getProduct(java.lang.String in0, int in1, int in2)
           
 Product[] getProductNotificationsPerCustomer(java.lang.String in0, int in1)
           
 Product[] getProductNotificationsPerCustomerWithOptions(java.lang.String in0, int in1, FetchProductOptions in2)
           
 Product getProductPerSku(java.lang.String in0, java.lang.String in1, int in2)
           
 Product getProductPerSkuWithOptions(java.lang.String in0, java.lang.String in1, int in2, FetchProductOptions in3)
           
 ProductQuantity getProductQuantity(java.lang.String in0)
           
 ProductQuantity getProductQuantityWithOptions(java.lang.String in0, FetchProductOptions in1)
           
 Product[] getProductsFromIdsWithOptions(java.lang.String in0, DataDescriptor in1, int[] in2, int in3, FetchProductOptions in4)
           
 Products getProductsPerCategory(java.lang.String in0, DataDescriptor in1, int in2, boolean in3, int in4)
           
 Products getProductsPerCategoryPerManufacturer(java.lang.String in0, DataDescriptor in1, int in2, int in3, int in4)
           
 Products getProductsPerCategoryPerManufacturerWithOptions(java.lang.String in0, DataDescriptor in1, int in2, int in3, int in4, FetchProductOptions in5)
           
 Products getProductsPerCategoryWithOptions(java.lang.String in0, DataDescriptor in1, int in2, boolean in3, int in4, FetchProductOptions in5)
           
 Products getProductsPerManufacturer(java.lang.String in0, DataDescriptor in1, int in2, int in3)
           
 Products getProductsPerManufacturerWithOptions(java.lang.String in0, DataDescriptor in1, int in2, int in3, FetchProductOptions in4)
           
 Product getProductWithOptions(java.lang.String in0, int in1, int in2, FetchProductOptions in3)
           
 Product[] getPromotionsPerProducts(java.lang.String in0, int in1, Product[] in2, Promotion[] in3, java.lang.String[] in4, PromotionOptions in5)
           
 Products getRelatedProducts(java.lang.String in0, DataDescriptor in1, int in2, int in3, int in4)
           
 Products getRelatedProductsWithOptions(java.lang.String in0, DataDescriptor in1, int in2, int in3, int in4, FetchProductOptions in5)
           
 Review getReview(int in0)
           
 Reviews getReviewsPerProduct(DataDescriptor in0, int in1)
           
 RewardPoints getRewardPoints(java.lang.String in0, DataDescriptor in1)
           
 java.lang.String getSecretKeyForOrderId(int in0)
           
 ShippingQuote getShippingQuote(Order in0, java.lang.String in1, int in2)
           
 ShippingQuote[] getShippingQuotes(Order in0, int in1)
           
 java.lang.String getSku(OrderProduct in0)
           
 Products getSpecialsPerCategory(java.lang.String in0, DataDescriptor in1, int in2, boolean in3, int in4)
           
 SSOToken getSSOToken(java.lang.String in0, boolean in1)
           
 java.lang.String getStatusText(int in0, int in1)
           
 Store getStore()
           
 java.lang.String[] getStoreIds()
           
 Subscription[] getSubscriptionsPerCustomer(java.lang.String in0)
           
 SuggestedSearchItem[] getSuggestedSearchItems(java.lang.String in0, SuggestedSearchOptions in1)
           
 Tag getTag(int in0, boolean in1, int in2)
           
 TagGroup getTagGroup(int in0, boolean in1, int in2)
           
 TagGroup[] getTagGroupsPerCategory(int in0, boolean in1, int in2)
           
 Tag[] getTagsPerCategory(int in0, boolean in1, int in2)
           
 java.math.BigDecimal getTax(java.math.BigDecimal in0, int in1, int in2, int in3)
           
 java.math.BigDecimal getTaxRate(int in0, int in1, int in2)
           
 int getTempCustomerId()
           
 WishList getWishList(java.lang.String in0, int in1)
           
 WishListItems getWishListItems(java.lang.String in0, DataDescriptor in1, int in2, int in3)
           
 WishListItems getWishListItemsWithOptions(java.lang.String in0, DataDescriptor in1, int in2, int in3, AddToWishListOptions in4)
           
 WishList getWishListWithItems(java.lang.String in0, int in1, int in2)
           
 WishList getWishListWithItemsWithOptions(java.lang.String in0, int in1, int in2, AddToWishListOptions in3)
           
 WishList getWishListWithOptions(java.lang.String in0, int in1, AddToWishListOptions in2)
           
 Zone[] getZonesPerCountry(int in0)
           
 int insertBooking(java.lang.String in0, Booking in1, BookableProductOptions in2)
           
 void insertCustomerEvent(CustomerEvent in0)
           
 void insertCustomerTag(java.lang.String in0, CustomerTag in1)
           
 void insertCustomerTagForGuest(int in0, CustomerTag in1)
           
 int insertDigitalDownload(java.lang.String in0, int in1)
           
 int insertSubscription(java.lang.String in0, Subscription in1)
           
 boolean isEmailValid(java.lang.String in0)
           
 java.lang.String login(java.lang.String in0, java.lang.String in1)
           
 java.lang.String loginByAdmin(java.lang.String in0, int in1)
           
 void logout(java.lang.String in0)
           
 void mergeBaskets(java.lang.String in0, int in1)
           
 void mergeBasketsWithOptions(java.lang.String in0, int in1, AddToBasketOptions in2)
           
 void mergeWishListsWithOptions(java.lang.String in0, int in1, int in2, AddToWishListOptions in3)
           
 int pointsAvailable(java.lang.String in0)
           
 void postMessageToQueue(java.lang.String in0, MqOptions in1)
           
 MqResponse readMessageFromQueue(java.lang.String in0, MqOptions in1)
           
 int registerCustomer(CustomerRegistration in0)
           
 void removeBasketItemsPerCustomer(java.lang.String in0, int in1)
           
 void removeFromBasket(java.lang.String in0, int in1, Basket in2)
           
 void removeFromWishList(java.lang.String in0, int in1)
           
 void removeFromWishListWithOptions(java.lang.String in0, int in1, AddToWishListOptions in2)
           
 int reservePoints(java.lang.String in0, int in1)
           
 int saveIpnHistory(java.lang.String in0, IpnHistory in1)
           
 int saveOrder(java.lang.String in0, Order in1, int in2)
           
 java.lang.String saveSSOToken(SSOToken in0)
           
 Orders searchForOrdersPerCustomer(java.lang.String in0, DataDescriptor in1, OrderSearch in2, int in3)
           
 Products searchForProducts(java.lang.String in0, DataDescriptor in1, ProductSearch in2, int in3)
           
 Products searchForProductsWithOptions(java.lang.String in0, DataDescriptor in1, ProductSearch in2, int in3, FetchProductOptions in4)
           
 WishLists searchForWishLists(java.lang.String in0, DataDescriptor in1, CustomerSearch in2)
           
 Zone[] searchForZones(ZoneSearch in0)
           
 void sendNewPassword(java.lang.String in0, java.lang.String in1, java.lang.String in2)
           
 Email sendNewPassword1(java.lang.String in0, EmailOptions in1)
           
 void sendOrderConfirmationEmail(java.lang.String in0, int in1, java.lang.String in2, int in3)
           
 Email sendOrderConfirmationEmail1(java.lang.String in0, int in1, int in2, EmailOptions in3)
           
 void sendTemplateEmailToCustomer(int in0, java.lang.String in1, java.lang.String in2, java.lang.String in3)
           
 Email sendTemplateEmailToCustomer1(int in0, java.lang.String in1, EmailOptions in2)
           
 void sendWelcomeEmail(int in0, java.lang.String in1, java.lang.String in2)
           
 Email sendWelcomeEmail1(int in0, EmailOptions in1)
           
 void setCookie(KKCookie in0)
           
 void setCreditCardDetailsOnOrder(java.lang.String in0, int in1, CreditCard in2)
           
 void setDefaultAddressPerCustomer(java.lang.String in0, int in1)
           
 void setEndpoint(java.lang.String in0)
           
 void setRewardPointReservationId(java.lang.String in0, int in1, int in2)
           
 void updateBasket(java.lang.String in0, int in1, Basket in2)
           
 void updateBasketWithOptions(java.lang.String in0, int in1, Basket in2, AddToBasketOptions in3)
           
 Basket[] updateBasketWithStockInfo(Basket[] in0)
           
 Basket[] updateBasketWithStockInfoWithOptions(Basket[] in0, AddToBasketOptions in1)
           
 void updateCachedConfigurations()
           
 int updateDigitalDownloadCount(java.lang.String in0, int in1)
           
 int updateDigitalDownloadCountById(java.lang.String in0, int in1)
           
 void updateInventory(java.lang.String in0, int in1)
           
 void updateInventoryWithOptions(java.lang.String in0, int in1, CreateOrderOptions in2)
           
 void updateManufacturerViewedCount(int in0, int in1)
           
 void updateProductViewedCount(int in0, int in1)
           
 int writeReview(java.lang.String in0, Review in1)
           
 

Method Detail

getConfigurationValue

java.lang.String getConfigurationValue(java.lang.String in0)
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllLanguages

Language[] getAllLanguages()
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultLanguage

Language getDefaultLanguage()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLanguagePerCode

Language getLanguagePerCode(java.lang.String in0)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLanguagePerId

Language getLanguagePerId(int in0)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCategoryTree

Category[] getCategoryTree(int in0,
                           boolean in1)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductsPerCategory

Products getProductsPerCategory(java.lang.String in0,
                                DataDescriptor in1,
                                int in2,
                                boolean in3,
                                int in4)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductsPerCategoryWithOptions

Products getProductsPerCategoryWithOptions(java.lang.String in0,
                                           DataDescriptor in1,
                                           int in2,
                                           boolean in3,
                                           int in4,
                                           FetchProductOptions in5)
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductsPerCategoryPerManufacturer

Products getProductsPerCategoryPerManufacturer(java.lang.String in0,
                                               DataDescriptor in1,
                                               int in2,
                                               int in3,
                                               int in4)
                                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductsPerCategoryPerManufacturerWithOptions

Products getProductsPerCategoryPerManufacturerWithOptions(java.lang.String in0,
                                                          DataDescriptor in1,
                                                          int in2,
                                                          int in3,
                                                          int in4,
                                                          FetchProductOptions in5)
                                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductsPerManufacturer

Products getProductsPerManufacturer(java.lang.String in0,
                                    DataDescriptor in1,
                                    int in2,
                                    int in3)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductsPerManufacturerWithOptions

Products getProductsPerManufacturerWithOptions(java.lang.String in0,
                                               DataDescriptor in1,
                                               int in2,
                                               int in3,
                                               FetchProductOptions in4)
                                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProduct

Product getProduct(java.lang.String in0,
                   int in1,
                   int in2)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductWithOptions

Product getProductWithOptions(java.lang.String in0,
                              int in1,
                              int in2,
                              FetchProductOptions in3)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCategoriesPerManufacturer

Category[] getCategoriesPerManufacturer(int in0,
                                        int in1)
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCategoriesPerProduct

Category[] getCategoriesPerProduct(int in0,
                                   int in1)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getManufacturersPerCategory

Manufacturer[] getManufacturersPerCategory(int in0)
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllManufacturers

Manufacturer[] getAllManufacturers()
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getManufacturerPerProduct

Manufacturer getManufacturerPerProduct(int in0,
                                       int in1)
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getManufacturer

Manufacturer getManufacturer(int in0,
                             int in1)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCategory

Category getCategory(int in0,
                     int in1)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSpecialsPerCategory

Products getSpecialsPerCategory(java.lang.String in0,
                                DataDescriptor in1,
                                int in2,
                                boolean in3,
                                int in4)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllSpecials

Products getAllSpecials(java.lang.String in0,
                        DataDescriptor in1,
                        int in2)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllProducts

Products getAllProducts(java.lang.String in0,
                        DataDescriptor in1,
                        int in2)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllProductsWithOptions

Products getAllProductsWithOptions(java.lang.String in0,
                                   DataDescriptor in1,
                                   int in2,
                                   FetchProductOptions in3)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getReviewsPerProduct

Reviews getReviewsPerProduct(DataDescriptor in0,
                             int in1)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getReview

Review getReview(int in0)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllReviews

Reviews getAllReviews(DataDescriptor in0)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

searchForProducts

Products searchForProducts(java.lang.String in0,
                           DataDescriptor in1,
                           ProductSearch in2,
                           int in3)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

searchForProductsWithOptions

Products searchForProductsWithOptions(java.lang.String in0,
                                      DataDescriptor in1,
                                      ProductSearch in2,
                                      int in3,
                                      FetchProductOptions in4)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

registerCustomer

int registerCustomer(CustomerRegistration in0)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

forceRegisterCustomer

int forceRegisterCustomer(CustomerRegistration in0)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllCountries

Country[] getAllCountries()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

login

java.lang.String login(java.lang.String in0,
                       java.lang.String in1)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

logout

void logout(java.lang.String in0)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAddressesPerCustomer

Address[] getAddressesPerCustomer(java.lang.String in0)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAddressesPerManufacturer

Address[] getAddressesPerManufacturer(int in0)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAddressesPerProduct

Address[] getAddressesPerProduct(int in0)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultAddressPerCustomer

Address getDefaultAddressPerCustomer(java.lang.String in0)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setDefaultAddressPerCustomer

void setDefaultAddressPerCustomer(java.lang.String in0,
                                  int in1)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addAddressToCustomer

int addAddressToCustomer(java.lang.String in0,
                         Address in1)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteAddressFromCustomer

void deleteAddressFromCustomer(java.lang.String in0,
                               int in1)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

editCustomerAddress

void editCustomerAddress(java.lang.String in0,
                         Address in1)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCustomer

Customer getCustomer(java.lang.String in0)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

editCustomer

void editCustomer(java.lang.String in0,
                  Customer in1)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getKonakartTimeStamp

java.util.Calendar getKonakartTimeStamp()
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

writeReview

int writeReview(java.lang.String in0,
                Review in1)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

checkSession

int checkSession(java.lang.String in0)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addToBasket

int addToBasket(java.lang.String in0,
                int in1,
                Basket in2)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addToBasketWithOptions

int addToBasketWithOptions(java.lang.String in0,
                           int in1,
                           Basket in2,
                           AddToBasketOptions in3)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

mergeBaskets

void mergeBaskets(java.lang.String in0,
                  int in1)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

mergeBasketsWithOptions

void mergeBasketsWithOptions(java.lang.String in0,
                             int in1,
                             AddToBasketOptions in2)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateBasket

void updateBasket(java.lang.String in0,
                  int in1,
                  Basket in2)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateBasketWithOptions

void updateBasketWithOptions(java.lang.String in0,
                             int in1,
                             Basket in2,
                             AddToBasketOptions in3)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removeFromBasket

void removeFromBasket(java.lang.String in0,
                      int in1,
                      Basket in2)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removeBasketItemsPerCustomer

void removeBasketItemsPerCustomer(java.lang.String in0,
                                  int in1)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getBasketItemsPerCustomer

Basket[] getBasketItemsPerCustomer(java.lang.String in0,
                                   int in1,
                                   int in2)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getBasketItemsPerCustomerWithOptions

Basket[] getBasketItemsPerCustomerWithOptions(java.lang.String in0,
                                              int in1,
                                              int in2,
                                              AddToBasketOptions in3)
                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultCurrency

Currency getDefaultCurrency()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllCurrencies

Currency[] getAllCurrencies()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConfiguration

KKConfiguration getConfiguration(java.lang.String in0)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConfigurationValueAsInt

int getConfigurationValueAsInt(java.lang.String in0)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConfigurationValueAsIntWithDefault

int getConfigurationValueAsIntWithDefault(java.lang.String in0,
                                          int in1)
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConfigurationValueAsBigDecimal

java.math.BigDecimal getConfigurationValueAsBigDecimal(java.lang.String in0)
                                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConfigurationValueAsBigDecimalWithDefault

java.math.BigDecimal getConfigurationValueAsBigDecimalWithDefault(java.lang.String in0,
                                                                  java.math.BigDecimal in1)
                                                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConfigurationValueAsBool

java.lang.Boolean getConfigurationValueAsBool(java.lang.String in0,
                                              java.lang.Boolean in1)
                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

editConfiguration

void editConfiguration(java.lang.String in0,
                       java.lang.String in1)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

changePassword

void changePassword(java.lang.String in0,
                    java.lang.String in1,
                    java.lang.String in2)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductNotificationsPerCustomer

Product[] getProductNotificationsPerCustomer(java.lang.String in0,
                                             int in1)
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductNotificationsPerCustomerWithOptions

Product[] getProductNotificationsPerCustomerWithOptions(java.lang.String in0,
                                                        int in1,
                                                        FetchProductOptions in2)
                                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addProductNotificationToCustomer

void addProductNotificationToCustomer(java.lang.String in0,
                                      int in1)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteProductNotificationFromCustomer

void deleteProductNotificationFromCustomer(java.lang.String in0,
                                           int in1)
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateProductViewedCount

void updateProductViewedCount(int in0,
                              int in1)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getBestSellers

Product[] getBestSellers(DataDescriptor in0,
                         int in1,
                         int in2)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getBestSellersWithOptions

Product[] getBestSellersWithOptions(DataDescriptor in0,
                                    int in1,
                                    int in2,
                                    FetchProductOptions in3)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getOrdersPerCustomer

Orders getOrdersPerCustomer(DataDescriptor in0,
                            java.lang.String in1,
                            int in2)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

searchForOrdersPerCustomer

Orders searchForOrdersPerCustomer(java.lang.String in0,
                                  DataDescriptor in1,
                                  OrderSearch in2,
                                  int in3)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getOrder

Order getOrder(java.lang.String in0,
               int in1,
               int in2)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createOrder

Order createOrder(java.lang.String in0,
                  Basket[] in1,
                  int in2)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createOrderWithOptions

Order createOrderWithOptions(java.lang.String in0,
                             Basket[] in1,
                             CreateOrderOptions in2,
                             int in3)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getOrderHistory

Product[] getOrderHistory(DataDescriptor in0,
                          java.lang.String in1,
                          int in2)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getOrderHistoryWithOptions

Product[] getOrderHistoryWithOptions(DataDescriptor in0,
                                     java.lang.String in1,
                                     int in2,
                                     FetchProductOptions in3)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAlsoPurchased

Product[] getAlsoPurchased(java.lang.String in0,
                           DataDescriptor in1,
                           int in2,
                           int in3)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAlsoPurchasedWithOptions

Product[] getAlsoPurchasedWithOptions(java.lang.String in0,
                                      DataDescriptor in1,
                                      int in2,
                                      int in3,
                                      FetchProductOptions in4)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRelatedProducts

Products getRelatedProducts(java.lang.String in0,
                            DataDescriptor in1,
                            int in2,
                            int in3,
                            int in4)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRelatedProductsWithOptions

Products getRelatedProductsWithOptions(java.lang.String in0,
                                       DataDescriptor in1,
                                       int in2,
                                       int in3,
                                       int in4,
                                       FetchProductOptions in5)
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCountryPerName

Country getCountryPerName(java.lang.String in0)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getShippingQuotes

ShippingQuote[] getShippingQuotes(Order in0,
                                  int in1)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getShippingQuote

ShippingQuote getShippingQuote(Order in0,
                               java.lang.String in1,
                               int in2)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

changeDeliveryAddress

Order changeDeliveryAddress(java.lang.String in0,
                            Order in1,
                            Address in2)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTaxRate

java.math.BigDecimal getTaxRate(int in0,
                                int in1,
                                int in2)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTax

java.math.BigDecimal getTax(java.math.BigDecimal in0,
                            int in1,
                            int in2,
                            int in3)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addTax

java.math.BigDecimal addTax(java.math.BigDecimal in0,
                            int in1,
                            int in2,
                            int in3)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getOrderTotals

Order getOrderTotals(Order in0,
                     int in1)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPaymentGateways

PaymentDetails[] getPaymentGateways(Order in0,
                                    int in1)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPaymentGateway

PaymentDetails getPaymentGateway(Order in0,
                                 java.lang.String in1,
                                 int in2)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPaymentDetails

PaymentDetails getPaymentDetails(java.lang.String in0,
                                 java.lang.String in1,
                                 int in2,
                                 java.lang.String in3,
                                 int in4)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPaymentDetailsPerOrder

PaymentDetails getPaymentDetailsPerOrder(java.lang.String in0,
                                         java.lang.String in1,
                                         Order in2,
                                         java.lang.String in3,
                                         int in4)
                                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

saveOrder

int saveOrder(java.lang.String in0,
              Order in1,
              int in2)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getStatusText

java.lang.String getStatusText(int in0,
                               int in1)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

changeOrderStatus

void changeOrderStatus(java.lang.String in0,
                       int in1,
                       int in2,
                       boolean in3,
                       java.lang.String in4)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateInventory

void updateInventory(java.lang.String in0,
                     int in1)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateInventoryWithOptions

void updateInventoryWithOptions(java.lang.String in0,
                                int in1,
                                CreateOrderOptions in2)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendNewPassword

void sendNewPassword(java.lang.String in0,
                     java.lang.String in1,
                     java.lang.String in2)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendNewPassword1

Email sendNewPassword1(java.lang.String in0,
                       EmailOptions in1)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendWelcomeEmail

void sendWelcomeEmail(int in0,
                      java.lang.String in1,
                      java.lang.String in2)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendWelcomeEmail1

Email sendWelcomeEmail1(int in0,
                        EmailOptions in1)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendOrderConfirmationEmail

void sendOrderConfirmationEmail(java.lang.String in0,
                                int in1,
                                java.lang.String in2,
                                int in3)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendOrderConfirmationEmail1

Email sendOrderConfirmationEmail1(java.lang.String in0,
                                  int in1,
                                  int in2,
                                  EmailOptions in3)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSecretKeyForOrderId

java.lang.String getSecretKeyForOrderId(int in0)
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getOrderIdFromSecretKey

int getOrderIdFromSecretKey(java.lang.String in0)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteOrderIdForSecretKey

void deleteOrderIdForSecretKey(java.lang.String in0)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

saveIpnHistory

int saveIpnHistory(java.lang.String in0,
                   IpnHistory in1)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateManufacturerViewedCount

void updateManufacturerViewedCount(int in0,
                                   int in1)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getZonesPerCountry

Zone[] getZonesPerCountry(int in0)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

searchForZones

Zone[] searchForZones(ZoneSearch in0)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateCachedConfigurations

void updateCachedConfigurations()
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

doesCustomerExistForEmail

boolean doesCustomerExistForEmail(java.lang.String in0)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

isEmailValid

boolean isEmailValid(java.lang.String in0)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateBasketWithStockInfo

Basket[] updateBasketWithStockInfo(Basket[] in0)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateBasketWithStockInfoWithOptions

Basket[] updateBasketWithStockInfoWithOptions(Basket[] in0,
                                              AddToBasketOptions in1)
                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductQuantity

ProductQuantity getProductQuantity(java.lang.String in0)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductQuantityWithOptions

ProductQuantity getProductQuantityWithOptions(java.lang.String in0,
                                              FetchProductOptions in1)
                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createAndSaveOrder

Order createAndSaveOrder(java.lang.String in0,
                         java.lang.String in1,
                         CustomerRegistration in2,
                         Basket[] in3,
                         java.lang.String in4,
                         java.lang.String in5,
                         int in6)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSku

java.lang.String getSku(OrderProduct in0)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setEndpoint

void setEndpoint(java.lang.String in0)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

insertDigitalDownload

int insertDigitalDownload(java.lang.String in0,
                          int in1)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDigitalDownloads

DigitalDownload[] getDigitalDownloads(java.lang.String in0)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateDigitalDownloadCount

int updateDigitalDownloadCount(java.lang.String in0,
                               int in1)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateDigitalDownloadCountById

int updateDigitalDownloadCountById(java.lang.String in0,
                                   int in1)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTempCustomerId

int getTempCustomerId()
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllCustomerGroups

CustomerGroup[] getAllCustomerGroups(int in0)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCustomerGroup

CustomerGroup getCustomerGroup(int in0,
                               int in1)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendTemplateEmailToCustomer

void sendTemplateEmailToCustomer(int in0,
                                 java.lang.String in1,
                                 java.lang.String in2,
                                 java.lang.String in3)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendTemplateEmailToCustomer1

Email sendTemplateEmailToCustomer1(int in0,
                                   java.lang.String in1,
                                   EmailOptions in2)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

loginByAdmin

java.lang.String loginByAdmin(java.lang.String in0,
                              int in1)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

customSecure

java.lang.String customSecure(java.lang.String in0,
                              java.lang.String in1,
                              java.lang.String in2)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTagGroupsPerCategory

TagGroup[] getTagGroupsPerCategory(int in0,
                                   boolean in1,
                                   int in2)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTagsPerCategory

Tag[] getTagsPerCategory(int in0,
                         boolean in1,
                         int in2)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTagGroup

TagGroup getTagGroup(int in0,
                     boolean in1,
                     int in2)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultCustomer

Customer getDefaultCustomer()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getEngConf

EngineConfig getEngConf()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getStoreIds

java.lang.String[] getStoreIds()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setCreditCardDetailsOnOrder

void setCreditCardDetailsOnOrder(java.lang.String in0,
                                 int in1,
                                 CreditCard in2)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addToWishList

int addToWishList(java.lang.String in0,
                  WishListItem in1)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addToWishListWithOptions

int addToWishListWithOptions(java.lang.String in0,
                             WishListItem in1,
                             AddToWishListOptions in2)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createWishList

int createWishList(java.lang.String in0,
                   WishList in1)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createWishListWithOptions

int createWishListWithOptions(java.lang.String in0,
                              WishList in1,
                              AddToWishListOptions in2)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

editWishList

void editWishList(java.lang.String in0,
                  WishList in1)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

editWishListWithOptions

void editWishListWithOptions(java.lang.String in0,
                             WishList in1,
                             AddToWishListOptions in2)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteWishList

void deleteWishList(java.lang.String in0,
                    int in1)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteWishListWithOptions

void deleteWishListWithOptions(java.lang.String in0,
                               int in1,
                               AddToWishListOptions in2)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getWishListWithItems

WishList getWishListWithItems(java.lang.String in0,
                              int in1,
                              int in2)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getWishListWithItemsWithOptions

WishList getWishListWithItemsWithOptions(java.lang.String in0,
                                         int in1,
                                         int in2,
                                         AddToWishListOptions in3)
                                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getWishList

WishList getWishList(java.lang.String in0,
                     int in1)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getWishListWithOptions

WishList getWishListWithOptions(java.lang.String in0,
                                int in1,
                                AddToWishListOptions in2)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getWishListItemsWithOptions

WishListItems getWishListItemsWithOptions(java.lang.String in0,
                                          DataDescriptor in1,
                                          int in2,
                                          int in3,
                                          AddToWishListOptions in4)
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getWishListItems

WishListItems getWishListItems(java.lang.String in0,
                               DataDescriptor in1,
                               int in2,
                               int in3)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removeFromWishList

void removeFromWishList(java.lang.String in0,
                        int in1)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removeFromWishListWithOptions

void removeFromWishListWithOptions(java.lang.String in0,
                                   int in1,
                                   AddToWishListOptions in2)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

mergeWishListsWithOptions

void mergeWishListsWithOptions(java.lang.String in0,
                               int in1,
                               int in2,
                               AddToWishListOptions in3)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

searchForWishLists

WishLists searchForWishLists(java.lang.String in0,
                             DataDescriptor in1,
                             CustomerSearch in2)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getStore

Store getStore()
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addCustomDataToSession

void addCustomDataToSession(java.lang.String in0,
                            java.lang.String in1,
                            int in2)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCustomDataFromSession

java.lang.String getCustomDataFromSession(java.lang.String in0,
                                          int in1)
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setCookie

void setCookie(KKCookie in0)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCookie

KKCookie getCookie(java.lang.String in0,
                   java.lang.String in1)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllCookies

KKCookie[] getAllCookies(java.lang.String in0)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteCookie

void deleteCookie(java.lang.String in0,
                  java.lang.String in1)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getGeoZonesPerZone

GeoZone[] getGeoZonesPerZone(Zone in0)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

insertCustomerTag

void insertCustomerTag(java.lang.String in0,
                       CustomerTag in1)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

insertCustomerTagForGuest

void insertCustomerTagForGuest(int in0,
                               CustomerTag in1)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addToCustomerTag

void addToCustomerTag(java.lang.String in0,
                      java.lang.String in1,
                      int in2)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addToCustomerTagForGuest

void addToCustomerTagForGuest(int in0,
                              java.lang.String in1,
                              int in2)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCustomerTag

CustomerTag getCustomerTag(java.lang.String in0,
                           java.lang.String in1)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCustomerTagForGuest

CustomerTag getCustomerTagForGuest(int in0,
                                   java.lang.String in1)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCustomerTagValue

java.lang.String getCustomerTagValue(java.lang.String in0,
                                     java.lang.String in1)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCustomerTagValueForGuest

java.lang.String getCustomerTagValueForGuest(int in0,
                                             java.lang.String in1)
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteCustomerTag

void deleteCustomerTag(java.lang.String in0,
                       java.lang.String in1)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteCustomerTagForGuest

void deleteCustomerTagForGuest(int in0,
                               java.lang.String in1)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCustomerTags

CustomerTag[] getCustomerTags(java.lang.String in0)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCustomerTagsForGuest

CustomerTag[] getCustomerTagsForGuest(int in0)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

evaluateExpression

boolean evaluateExpression(java.lang.String in0,
                           int in1,
                           java.lang.String in2)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

evaluateExpressionForGuest

boolean evaluateExpressionForGuest(int in0,
                                   int in1,
                                   java.lang.String in2)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getExpression

Expression getExpression(java.lang.String in0,
                         int in1,
                         java.lang.String in2)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getExpressionForGuest

Expression getExpressionForGuest(int in0,
                                 int in1,
                                 java.lang.String in2)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

pointsAvailable

int pointsAvailable(java.lang.String in0)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addPoints

int addPoints(java.lang.String in0,
              int in1,
              java.lang.String in2,
              java.lang.String in3)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deletePoints

int deletePoints(java.lang.String in0,
                 int in1,
                 java.lang.String in2,
                 java.lang.String in3)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

reservePoints

int reservePoints(java.lang.String in0,
                  int in1)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteReservedPoints

void deleteReservedPoints(java.lang.String in0,
                          int in1,
                          java.lang.String in2,
                          java.lang.String in3)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

freeReservedPoints

int freeReservedPoints(java.lang.String in0,
                       int in1)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setRewardPointReservationId

void setRewardPointReservationId(java.lang.String in0,
                                 int in1,
                                 int in2)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRewardPoints

RewardPoints getRewardPoints(java.lang.String in0,
                             DataDescriptor in1)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

insertSubscription

int insertSubscription(java.lang.String in0,
                       Subscription in1)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPaymentSchedule

PaymentSchedule getPaymentSchedule(int in0)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSubscriptionsPerCustomer

Subscription[] getSubscriptionsPerCustomer(java.lang.String in0)
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductPerSkuWithOptions

Product getProductPerSkuWithOptions(java.lang.String in0,
                                    java.lang.String in1,
                                    int in2,
                                    FetchProductOptions in3)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductPerSku

Product getProductPerSku(java.lang.String in0,
                         java.lang.String in1,
                         int in2)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getIpnHistory

IpnHistory[] getIpnHistory(java.lang.String in0,
                           int in1)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPdf

PdfResult getPdf(java.lang.String in0,
                 PdfOptions in1)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDigitalDownloadById

DigitalDownload getDigitalDownloadById(java.lang.String in0,
                                       int in1)
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

editDigitalDownload

void editDigitalDownload(java.lang.String in0,
                         DigitalDownload in1)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getMsgValue

java.lang.String getMsgValue(java.lang.String in0,
                             int in1,
                             java.lang.String in2)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getMessages

NameValue[] getMessages(int in0,
                        java.lang.String in1)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

postMessageToQueue

void postMessageToQueue(java.lang.String in0,
                        MqOptions in1)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

readMessageFromQueue

MqResponse readMessageFromQueue(java.lang.String in0,
                                MqOptions in1)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

insertCustomerEvent

void insertCustomerEvent(CustomerEvent in0)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSuggestedSearchItems

SuggestedSearchItem[] getSuggestedSearchItems(java.lang.String in0,
                                              SuggestedSearchOptions in1)
                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductsFromIdsWithOptions

Product[] getProductsFromIdsWithOptions(java.lang.String in0,
                                        DataDescriptor in1,
                                        int[] in2,
                                        int in3,
                                        FetchProductOptions in4)
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getBookingsPerProduct

Bookings getBookingsPerProduct(DataDescriptor in0,
                               int in1,
                               BookableProductOptions in2)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getBookingsPerCustomer

Bookings getBookingsPerCustomer(java.lang.String in0,
                                DataDescriptor in1,
                                BookableProductOptions in2)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

insertBooking

int insertBooking(java.lang.String in0,
                  Booking in1,
                  BookableProductOptions in2)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getBookableProductConflict

Product[] getBookableProductConflict(java.lang.String in0,
                                     Product in1,
                                     BookableProductOptions in2)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getOrderStatus

int getOrderStatus(java.lang.String in0,
                   int in1)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllOrderStatuses

OrderStatus[] getAllOrderStatuses(int in0)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

saveSSOToken

java.lang.String saveSSOToken(SSOToken in0)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSSOToken

SSOToken getSSOToken(java.lang.String in0,
                     boolean in1)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

enableCustomer

void enableCustomer(java.lang.String in0)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

checkCoupon

int checkCoupon(java.lang.String in0)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllPromotions

Promotion[] getAllPromotions()
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPromotionsPerProducts

Product[] getPromotionsPerProducts(java.lang.String in0,
                                   int in1,
                                   Product[] in2,
                                   Promotion[] in3,
                                   java.lang.String[] in4,
                                   PromotionOptions in5)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCountry

Country getCountry(int in0)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConfigurations

KKConfiguration[] getConfigurations()
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCurrency

Currency getCurrency(java.lang.String in0)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTag

Tag getTag(int in0,
           boolean in1,
           int in2)
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

custom

java.lang.String custom(java.lang.String in0,
                        java.lang.String in1)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2011 DS Data Systems UK Ltd.