public interface OnlineStoreManager
Modifier and Type | Method and Description |
---|---|
String |
getFreeServices(String sessionKey,
boolean isFitToUser) |
String |
getPurchasedServices(String sessionKey) |
String |
getSessionKey(String userName,
String password) |
String |
getUpdatesForServices(String sessionKey) |
String |
getUserProfile(String sessionKey) |
String |
purchaseFreeService(String sessionKey,
String serviceId) |
void |
registerDeployManager(String sessionKey,
String adminUserName,
String adminPassword,
String ipAddress,
String port) |
@RequestWrapper(localName="getUpdatesForServices", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.GetUpdatesForServices") @ResponseWrapper(localName="getUpdatesForServicesResponse", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.GetUpdatesForServicesResponse") String getUpdatesForServices(String sessionKey) throws UStoreException_Exception
UStoreException_Exception
@RequestWrapper(localName="getFreeServices", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.GetFreeServices") @ResponseWrapper(localName="getFreeServicesResponse", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.GetFreeServicesResponse") String getFreeServices(String sessionKey, boolean isFitToUser) throws UStoreException_Exception
UStoreException_Exception
@RequestWrapper(localName="getUserProfile", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.GetUserProfile") @ResponseWrapper(localName="getUserProfileResponse", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.GetUserProfileResponse") String getUserProfile(String sessionKey) throws UStoreException_Exception
UStoreException_Exception
@RequestWrapper(localName="getPurchasedServices", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.GetPurchasedServices") @ResponseWrapper(localName="getPurchasedServicesResponse", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.GetPurchasedServicesResponse") String getPurchasedServices(String sessionKey) throws UStoreException_Exception
UStoreException_Exception
@RequestWrapper(localName="getSessionKey", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.GetSessionKey") @ResponseWrapper(localName="getSessionKeyResponse", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.GetSessionKeyResponse") String getSessionKey(String userName, String password) throws UStoreException_Exception
UStoreException_Exception
@RequestWrapper(localName="registerDeployManager", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.RegisterDeployManager") @ResponseWrapper(localName="registerDeployManagerResponse", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.RegisterDeployManagerResponse") void registerDeployManager(String sessionKey, String adminUserName, String adminPassword, String ipAddress, String port) throws UStoreException_Exception
UStoreException_Exception
@RequestWrapper(localName="purchaseFreeService", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.PurchaseFreeService") @ResponseWrapper(localName="purchaseFreeServiceResponse", targetNamespace="http://tools.ustore.commerce.universaal.org/", className="org.universAAL.commerce.ustore.tools.PurchaseFreeServiceResponse") String purchaseFreeService(String sessionKey, String serviceId) throws UStoreException_Exception
UStoreException_Exception
Copyright © 2018 universAAL Consortium. All rights reserved.