Uses of Class
de.hybris.platform.commerceservices.customer.DuplicateUidException
-
-
Uses of DuplicateUidException in com.hybris.yprofile.services.customer
Methods in com.hybris.yprofile.services.customer that throw DuplicateUidException Modifier and Type Method Description voidProfileCustomerAccountService. register(CustomerModel customerModel, java.lang.String password) -
Uses of DuplicateUidException in de.hybris.platform.acceleratorfacades.order.checkout
Methods in de.hybris.platform.acceleratorfacades.order.checkout that throw DuplicateUidException Modifier and Type Method Description protected voidAnonymousCheckoutIntegrationTest. verifyOrder(OrderData order, java.lang.String guestEmail) -
Uses of DuplicateUidException in de.hybris.platform.assistedserviceservices
Methods in de.hybris.platform.assistedserviceservices that throw DuplicateUidException Modifier and Type Method Description CustomerModelAssistedServiceService. createNewCustomer(java.lang.String customerId, java.lang.String customerName)Creates a new customer by it email and name. -
Uses of DuplicateUidException in de.hybris.platform.assistedserviceservices.impl
Methods in de.hybris.platform.assistedserviceservices.impl that throw DuplicateUidException Modifier and Type Method Description CustomerModelDefaultAssistedServiceService. createNewCustomer(java.lang.String customerId, java.lang.String customerName) -
Uses of DuplicateUidException in de.hybris.platform.b2b.company.impl
Methods in de.hybris.platform.b2b.company.impl that throw DuplicateUidException Modifier and Type Method Description voidDefaultB2BCommerceUserServiceTest. testShouldDisableCustomer() -
Uses of DuplicateUidException in de.hybris.platform.b2bacceleratorfacades.company
Methods in de.hybris.platform.b2bacceleratorfacades.company that throw DuplicateUidException Modifier and Type Method Description voidB2BCommerceBudgetFacade. addBudget(B2BBudgetData b2bBudgetData)Deprecated.voidB2BCommerceCostCenterFacade. addCostCenter(B2BCostCenterData b2BCostCenterData)Deprecated.Add cost centerB2BSelectionDataB2BCommerceCostCenterFacade. deSelectBudgetForCostCenter(java.lang.String costCenterCode, java.lang.String budgetCode)Deprecated.Deselect a budget for a cost centervoidB2BCommerceBudgetFacade. enableDisableBudget(java.lang.String b2BudgetCode, boolean active)Deprecated.Enable or disable a budgetvoidB2BCommerceCostCenterFacade. enableDisableCostCenter(java.lang.String costCenterCode, boolean active)Deprecated.Enable/disable for a cost center.B2BSelectionDataB2BCommerceCostCenterFacade. selectBudgetForCostCenter(java.lang.String costCenterCode, java.lang.String budgetCode)Deprecated.Select a budget for cost centervoidB2BCommerceBudgetFacade. updateBudgetDetails(B2BBudgetData b2BBudgetData)Deprecated.Update budget details for edit operationvoidB2BCommerceCostCenterFacade. updateCostCenterDetails(B2BCostCenterData b2BCostCenterData)Deprecated.Update the cost center details for edit cost centers flow -
Uses of DuplicateUidException in de.hybris.platform.b2bacceleratorfacades.company.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.impl that throw DuplicateUidException Modifier and Type Method Description voidDefaultB2BCommerceBudgetFacade. addBudget(B2BBudgetData b2BBudgetData)Deprecated.voidDefaultB2BCommerceCostCenterFacade. addCostCenter(B2BCostCenterData b2BCostCenterData)Deprecated.B2BSelectionDataDefaultB2BCommerceCostCenterFacade. deSelectBudgetForCostCenter(java.lang.String costCenterCode, java.lang.String budgetCode)Deprecated.voidDefaultB2BCommerceBudgetFacade. enableDisableBudget(java.lang.String b2BudgetCode, boolean active)Deprecated.voidDefaultB2BCommerceCostCenterFacade. enableDisableCostCenter(java.lang.String costCenterCode, boolean active)Deprecated.B2BSelectionDataDefaultB2BCommerceCostCenterFacade. selectBudgetForCostCenter(java.lang.String costCenterCode, java.lang.String budgetCode)Deprecated.voidDefaultB2BCommerceBudgetFacade. updateBudgetDetails(B2BBudgetData b2BBudgetData)Deprecated.voidDefaultB2BCommerceCostCenterFacade. updateCostCenterDetails(B2BCostCenterData b2BCostCenterData)Deprecated. -
Uses of DuplicateUidException in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl that throw DuplicateUidException Modifier and Type Method Description voidDefaultB2BCommerceUserServiceTest. testShouldDisableCustomer()voidDefaultB2BCommerceUserServiceTest. testShouldEnableCustomer()voidDefaultB2BCommerceUserServiceTest. testShouldNotDisableCustomer()voidDefaultB2BCommerceUserServiceTest. testShouldNotEnableCustomer() -
Uses of DuplicateUidException in de.hybris.platform.b2bacceleratorservices.customer.impl
Methods in de.hybris.platform.b2bacceleratorservices.customer.impl that throw DuplicateUidException Modifier and Type Method Description voidDefaultB2BCustomerAccountService. updateProfile(CustomerModel customerModel, java.lang.String titleCode, java.lang.String name, java.lang.String login) -
Uses of DuplicateUidException in de.hybris.platform.chineseprofilefacades.customer.impl
Methods in de.hybris.platform.chineseprofilefacades.customer.impl that throw DuplicateUidException Modifier and Type Method Description voidDefaultChineseCustomerFacade. updateProfile(CustomerData customerData) -
Uses of DuplicateUidException in de.hybris.platform.commercefacades.customer
Methods in de.hybris.platform.commercefacades.customer that throw DuplicateUidException Modifier and Type Method Description voidCustomerFacade. changeGuestToCustomer(java.lang.String pwd, java.lang.String orderCode)Create a regular customer from a guest customer who has just completed the guest checkout.voidCustomerFacade. changeUid(java.lang.String newUid, java.lang.String currentPassword)Change the current customer's UID.voidCustomerFacade. createGuestUserForAnonymousCheckout(java.lang.String email, java.lang.String name)Creates a new guest customer for anonymousCheckout and sets the email and name.voidCustomerFacade. register(RegisterData registerData)Register a user with given parametersvoidDefaultCustomerFacadeIntegrationTest. testRegister()voidDefaultCustomerFacadeIntegrationTest. testRegisterAndChangePassword()voidDefaultCustomerFacadeIntegrationTest. testRegisterCheckCustomerType()voidCustomerFacade. updateFullProfile(CustomerData customerData)Updates current customer's profile with given parametersvoidCustomerFacade. updateProfile(CustomerData customerData)Updates current customer's profile with given parameters -
Uses of DuplicateUidException in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that throw DuplicateUidException Modifier and Type Method Description voidDefaultCustomerFacade. changeGuestToCustomer(java.lang.String pwd, java.lang.String orderGUID)voidDefaultCustomerFacade. changeUid(java.lang.String newUid, java.lang.String currentPassword)voidDefaultCustomerFacade. createGuestUserForAnonymousCheckout(java.lang.String email, java.lang.String name)voidDefaultCustomerFacade. register(RegisterData registerData)voidDefaultCustomerFacadeTest. testCreateCustomerFromGuest()voidDefaultCustomerFacadeIntegrationTest. testForgottenPasswordCaseSensitive()voidDefaultCustomerFacadeTest. testRegister()voidDefaultCustomerFacadeIntegrationTest. testRegisterCaseInsensitive()voidDefaultCustomerFacadeTest. testRegisterErr()voidDefaultCustomerFacadeTest. testRegisterGuest()voidDefaultCustomerFacadeIntegrationTest. testUpdateEmailByTheCase()voidDefaultCustomerFacadeIntegrationTest. testUpdateEmailCaseInsensitive()voidDefaultCustomerFacadeIntegrationTest. testUpdateFullProfileCaseInsensitive()voidDefaultCustomerFacadeIntegrationTest. testUpdateFullProfileOriginalUidIsOverwrittenByUid()voidDefaultCustomerFacadeTest. testUpdateProfile()voidDefaultCustomerFacadeIntegrationTest. testUpdateProfileCaseInsensitive()voidDefaultCustomerFacadeIntegrationTest. testUpdateUidInvalidPassword()voidDefaultCustomerFacade. updateFullProfile(CustomerData customerData)voidDefaultCustomerFacade. updateProfile(CustomerData customerData) -
Uses of DuplicateUidException in de.hybris.platform.commercefacades.customergroups
Methods in de.hybris.platform.commercefacades.customergroups that throw DuplicateUidException Modifier and Type Method Description voidCustomerGroupFacadeIntegrationTest. testGetCustomerGroupForCurrentUser()voidCustomerGroupFacadeIntegrationTest. testGetCustomerGroupForUser() -
Uses of DuplicateUidException in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer that throw DuplicateUidException Modifier and Type Method Description voidCustomerAccountService. changeUid(java.lang.String newUid, java.lang.String currentPassword)Changes uid for current uservoidCustomerAccountService. convertGuestToCustomer(java.lang.String pwd, java.lang.String orderGUID)Converts a Guest Customer of anonymous checkout to a regular customervoidCustomerAccountService. register(CustomerModel customerModel, java.lang.String password)Register a user with given parametersvoidCustomerAccountService. registerGuestForAnonymousCheckout(CustomerModel customerModel, java.lang.String password)Registers the Guest customer to session cart for anonymous checkoutvoidCustomerAccountService. updateProfile(CustomerModel customerModel, java.lang.String titleCode, java.lang.String name, java.lang.String login)Updates the current user with the given parameters -
Uses of DuplicateUidException in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl that throw DuplicateUidException Modifier and Type Method Description voidDefaultCustomerAccountService. changeUid(java.lang.String newUid, java.lang.String currentPassword)protected voidDefaultCustomerAccountService. checkUidUniqueness(java.lang.String newUid)voidDefaultCustomerAccountService. convertGuestToCustomer(java.lang.String pwd, java.lang.String orderGUID)protected voidDefaultCustomerAccountService. fillValuesForCustomerInfo(CustomerModel customer)protected voidDefaultCustomerAccountService. internalSaveCustomer(CustomerModel customerModel)Saves the customer translating model layer exceptions regarding duplicate identifiersvoidDefaultCustomerAccountService. register(CustomerModel customerModel, java.lang.String password)protected voidDefaultCustomerAccountService. registerCustomer(CustomerModel customerModel, java.lang.String password)voidDefaultCustomerAccountService. registerGuestForAnonymousCheckout(CustomerModel customerModel, java.lang.String password)voidDefaultCustomerAccountServiceTest. testFillMissingCustomerInfo()voidDefaultCustomerAccountServiceTest. testGuestRegister()voidDefaultCustomerAccountServiceTest. testRegister()voidDefaultCustomerAccountService. updateProfile(CustomerModel customerModel, java.lang.String titleCode, java.lang.String name, java.lang.String login) -
Uses of DuplicateUidException in de.hybris.platform.customersupportbackoffice.strategies
Methods in de.hybris.platform.customersupportbackoffice.strategies that throw DuplicateUidException Modifier and Type Method Description voidCsCreateCustomerStrategy. createCustomer(CsCreateCustomerForm createCustomerForm)voidDefaultCsCreateCustomerStrategy. createCustomer(CsCreateCustomerForm createCustomerForm) -
Uses of DuplicateUidException in de.hybris.platform.gigya.gigyafacades.login
Methods in de.hybris.platform.gigya.gigyafacades.login that throw DuplicateUidException Modifier and Type Method Description UserModelGigyaLoginFacade. createNewCustomer(GigyaConfigModel gigyaConfig, java.lang.String uid)Create new customer from gigya Uid -
Uses of DuplicateUidException in de.hybris.platform.gigya.gigyafacades.login.impl
Methods in de.hybris.platform.gigya.gigyafacades.login.impl that throw DuplicateUidException Modifier and Type Method Description UserModelDefaultGigyaLoginFacade. createNewCustomer(GigyaConfigModel gigyaConfig, java.lang.String uid)voidDefaultGigyaLoginFacadeTest. testCreateNewCustomerWhenCustomerWithGigyaUidExists()voidDefaultGigyaLoginFacadeTest. testCreateNewCustomerWhenEmailIsMissing()voidDefaultGigyaLoginFacadeTest. testCreateNewCustomerWhenGigyaConfigDoesntExist()voidDefaultGigyaLoginFacadeTest. testCreateNewCustomerWhenGigyaConfigExists()voidDefaultGigyaLoginFacadeTest. testProcessGigyaLoginWhenGigyaCallVerificationSucceedsAndExceptionOccurs()voidDefaultGigyaLoginFacadeTest. testProcessGigyaLoginWhenGigyaCallVerificationSucceedsAndUserDoesntExists() -
Uses of DuplicateUidException in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that throw DuplicateUidException Modifier and Type Method Description LoginChangeResponseCustomersController. changeLogin(java.lang.String newLogin, java.lang.String password)Web service for changing customer login.
Sample call: https://localhost:9002/rest/v1/mysite/customers/current/login?newLogin=:newLogin&password=:password
Method requires customer authentication and is restricted toHTTPSchannel.
Method type :POST.voidCustomersController. convertAnonymousUserToCustomer(java.lang.String password, javax.servlet.http.HttpSession httpSession)Converts currently logged guest user to full user.AddressDataCustomersController. createAddress(javax.servlet.http.HttpServletRequest request)Create new address for current customervoidCustomersController. guestLogin(java.lang.String email)Creates the user dedicated to do a guest checkout.voidCustomersController. registerUser(java.lang.String login, java.lang.String password, java.lang.String titleCode, java.lang.String firstName, java.lang.String lastName)Client should pass customer's data as POST Body.voidCustomersController. updateDefaultAddress(java.lang.String id)Update customer's default addressCustomerDataCustomersController. updateProfile(javax.servlet.http.HttpServletRequest request)Update customer's profile -
Uses of DuplicateUidException in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller with parameters of type DuplicateUidException Modifier and Type Method Description ErrorListWsDTOBaseController. handleDuplicateUidException(DuplicateUidException ex)Methods in de.hybris.platform.ycommercewebservices.v2.controller that throw DuplicateUidException Modifier and Type Method Description protected voidUsersController. convertToCustomer(java.lang.String password, java.lang.String guid)UserWsDTOUsersController. createUser(java.lang.String login, java.lang.String password, java.lang.String titleCode, java.lang.String firstName, java.lang.String lastName, java.lang.String guid, java.lang.String fields, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)protected voidUsersController. registerNewUser(java.lang.String login, java.lang.String password, java.lang.String titleCode, java.lang.String firstName, java.lang.String lastName)voidCartsController. replaceCartGuestUser(java.lang.String email)voidUsersController. replaceUser(UserWsDTO user)voidUsersController. replaceUser(java.lang.String firstName, java.lang.String lastName, java.lang.String titleCode, javax.servlet.http.HttpServletRequest request)voidUsersController. replaceUserLogin(java.lang.String newLogin, java.lang.String password)voidUsersController. updateUser(UserWsDTO user)voidUsersController. updateUser(javax.servlet.http.HttpServletRequest request)
-