Uses of Class
de.hybris.platform.assistedserviceservices.exception.AssistedServiceException
-
-
Uses of AssistedServiceException in de.hybris.platform.assistedservicefacades
Methods in de.hybris.platform.assistedservicefacades that throw AssistedServiceException Modifier and Type Method Description voidAssistedServiceFacade. bindCustomerToCart(java.lang.String customerId, java.lang.String cartId)Binds customer with provided id to cart if it's anonymous cart.voidAssistedServiceFacade. bindCustomerToCartWithoutEmulating(java.lang.String customerId, java.lang.String cartId)Binds customer with provided id to cart if it's anonymous cart, but not emulate the customer.CustomerDataAssistedServiceFacade. createCustomer(java.lang.String customerId, java.lang.String customerName)Creates a new customer by it email and name.voidAssistedServiceFacade. emulateAfterLogin()Personify customer based on customer stored on login step and current session cart.voidAssistedServiceFacade. emulateCustomer(java.lang.String customerId, java.lang.String cartId)Adds a customer and/or cart to the current session.voidAssistedServiceFacade. emulateCustomer(java.lang.String customerId, java.lang.String cartId, java.lang.String orderId)Adds provided customer, cart or an order to the current session.java.util.List<CustomerData>AssistedServiceFacade. getSuggestedCustomerList(java.lang.String username)Deprecated, for removal: This API element is subject to removal in a future version.since 2005, please use the methodAssistedServiceFacade.getSuggestedCustomerData(String)Validate session and get list of customers which username or email starts with provided value.voidAssistedServiceFacade. loginAssistedServiceAgent(java.lang.String username, java.lang.String password)Logs in Assisted Service agent using provided credentials.voidAssistedServiceFacade. loginAssistedServiceAgentSAML(java.lang.String username, java.lang.String password)Logs in Assisted Service agent using provided SAML credentials.voidAssistedServiceFacade. logoutAssistedServiceAgent()Logs out Assisted Service agent by removing session attribute. -
Uses of AssistedServiceException in de.hybris.platform.assistedservicefacades.impl
Methods in de.hybris.platform.assistedservicefacades.impl that throw AssistedServiceException Modifier and Type Method Description voidDefaultAssistedServiceFacade. bindCustomerToCart(java.lang.String customerId, java.lang.String cartId)voidDefaultAssistedServiceFacade. bindCustomerToCartWithoutEmulating(java.lang.String customerId, java.lang.String cartId)CustomerDataDefaultAssistedServiceFacade. createCustomer(java.lang.String customerId, java.lang.String customerName)voidDefaultAssistedServiceFacade. emulateAfterLogin()voidDefaultAssistedServiceFacade. emulateCustomer(java.lang.String customerId, java.lang.String cartId)voidDefaultAssistedServiceFacade. emulateCustomer(java.lang.String customerId, java.lang.String cartId, java.lang.String orderId)java.util.List<CustomerData>DefaultAssistedServiceFacade. getSuggestedCustomerList(java.lang.String username)protected voidDefaultAssistedServiceFacade. loginAssistedServiceAgent(UserModel agent)voidDefaultAssistedServiceFacade. loginAssistedServiceAgent(java.lang.String username, java.lang.String password)protected voidDefaultAssistedServiceFacade. loginAssistedServiceAgent(java.lang.String username, java.lang.String password, boolean isTokenBasedLogin)voidDefaultAssistedServiceFacade. loginAssistedServiceAgentSAML(java.lang.String username, java.lang.String password)voidDefaultAssistedServiceFacade. logoutAssistedServiceAgent()protected voidDefaultAssistedServiceFacade. sanityCheckForAgent(UserModel agent)voidAssistedServiceFacadeIntegrationTest. testBindCustomerToCart()voidAssistedServiceFacadeIntegrationTest. testCreateCustomer()voidAssistedServiceFacadeIntegrationTest. testCreateCustomerWhenCreateDisabled()voidAssistedServiceFacadeIntegrationTest. testCreateCustomerWithSameUID()voidAssistedServiceFacadeIntegrationTest. testEmulateAfterLogin()voidAssistedServiceFacadeIntegrationTest. testEmulateCustomerAndCreateAnOrder()voidAssistedServiceFacadeIntegrationTest. testEmulateCustomerAndCreateAnOrdu()voidAssistedServiceFacadeIntegrationTest. testEmulateInactiveCustomer()voidAssistedServiceFacadeIntegrationTest. testEmulateNotCustomer()voidAssistedServiceFacadeIntegrationTest. testGetAssistedServiceSessionAttributes()voidAssistedServiceFacadeIntegrationTest. testGetSuggestedCustomerData()voidAssistedServiceFacadeIntegrationTest. testGetSuggestedCustomerList()voidAssistedServiceFacadeIntegrationTest. testLoginAgentSAML()voidAssistedServiceFacadeIntegrationTest. testLoginCustomerSAMLFail()voidAssistedServiceFacadeIntegrationTest. testLogoutAssistedServiceAgent()voidAssistedServiceFacadeIntegrationTest. testQuitASM()voidAssistedServiceFacadeIntegrationTest. testStopEmulateCustomer()protected voidDefaultAssistedServiceFacade. validateSession()Checks current session for ASM requirementsprotected voidDefaultAssistedServiceFacade. verifyAssistedServiceAgent(UserModel asmAgent)Verify that provided user participate in a parent AS agent group.protected voidDefaultAssistedServiceFacade. verifyAssistedServiceMode()Checks current session for ASM mode launched.protected voidDefaultAssistedServiceFacade. verifyFormLoginAbility()Verify whether AS agent can be logged in via https login form. -
Uses of AssistedServiceException in de.hybris.platform.assistedserviceservices
Methods in de.hybris.platform.assistedserviceservices that throw AssistedServiceException Modifier and Type Method Description voidAssistedServiceService. bindCustomerToCart(java.lang.String customerId, java.lang.String cartId)Binds customer with provided id to cart if it's anonymous cart.voidAssistedServiceService. bindCustomerToCartWithoutEmulating(java.lang.String customerId, java.lang.String cartId)Binds customer with provided id to cart if it's anonymous cart, but not emulate the customer. -
Uses of AssistedServiceException in de.hybris.platform.assistedserviceservices.exception
Subclasses of AssistedServiceException in de.hybris.platform.assistedserviceservices.exception Modifier and Type Class Description classAssistedServiceAgentBadCredentialsExceptionException for theAssistedServiceFacadewhich is used when AS agent credentials doesn't match.classAssistedServiceAgentBlockedExceptionException for theAssistedServiceFacadewhich is used when AS agent login has been blocked.classAssistedServiceAgentNoCustomerAndCartIdExceptionException for theAssistedServiceFacadewhich is used when customer and cart id not provided to start session emulating.classAssistedServiceAgentNotLoggedInExceptionException for theAssistedServiceFacadewhich is used when AS agent isn't logged in yet.classAssistedServiceCartBindExceptionException for theAssistedServiceFacadewhich is used when a cart is binded to a emulated customer.classAssistedServiceCustomerLoginDisabledExceptionException for theAssistedServiceFacadewhich is used when a cart is binded to a emulated customer.classAssistedServiceWrongCartIdExceptionException for theAssistedServiceFacadewhich is used when incompatible cart id is provided for facade method.classAssistedServiceWrongCustomerIdExceptionException for theAssistedServiceFacadewhich is used when incompatible customer id is provided for facade method. -
Uses of AssistedServiceException in de.hybris.platform.assistedserviceservices.impl
Methods in de.hybris.platform.assistedserviceservices.impl that throw AssistedServiceException Modifier and Type Method Description voidDefaultAssistedServiceService. bindCustomerToCart(java.lang.String customerId, java.lang.String cartId)voidDefaultAssistedServiceService. bindCustomerToCartWithoutEmulating(java.lang.String customerId, java.lang.String cartId) -
Uses of AssistedServiceException in de.hybris.platform.assistedservicestorefront.util
Methods in de.hybris.platform.assistedservicestorefront.util that throw AssistedServiceException Modifier and Type Method Description voidSubscriptionFacadeReflectionWrapper. updateProfile(java.util.Map<java.lang.String,java.lang.String> paramMap)
-