Uses of Class
de.hybris.platform.commerceservices.customer.DuplicateUidException
Packages that use DuplicateUidException
Package
Description
-
Uses of DuplicateUidException in com.hybris.yprofile.services.customer
Methods in com.hybris.yprofile.services.customer that throw DuplicateUidExceptionModifier and TypeMethodDescriptionvoidProfileCustomerAccountService.register(CustomerModel customerModel, String password) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DuplicateUidException in de.hybris.platform.acceleratorfacades.order.checkout
Methods in de.hybris.platform.acceleratorfacades.order.checkout that throw DuplicateUidExceptionModifier and TypeMethodDescriptionprotected voidAnonymousCheckoutIntegrationTest.verifyOrder(OrderData order, String guestEmail) -
Uses of DuplicateUidException in de.hybris.platform.assistedserviceservices
Methods in de.hybris.platform.assistedserviceservices that throw DuplicateUidExceptionModifier and TypeMethodDescriptionAssistedServiceService.createNewCustomer(String customerId, 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 DuplicateUidExceptionModifier and TypeMethodDescriptionDefaultAssistedServiceService.createNewCustomer(String customerId, String customerName) -
Uses of DuplicateUidException in de.hybris.platform.b2b.company.impl
Methods in de.hybris.platform.b2b.company.impl that throw DuplicateUidExceptionModifier and TypeMethodDescriptionvoidDefaultB2BCommerceUserServiceTest.testShouldDisableCustomer() -
Uses of DuplicateUidException in de.hybris.platform.b2b.occ.v2.controllers
Methods in de.hybris.platform.b2b.occ.v2.controllers with parameters of type DuplicateUidExceptionModifier and TypeMethodDescriptionBaseController.handleDuplicateUidException(DuplicateUidException ex) Methods in de.hybris.platform.b2b.occ.v2.controllers that throw DuplicateUidExceptionModifier and TypeMethodDescriptionOrderApprovalPermissionsController.createOrderApprovalPermission(B2BPermissionWsDTO orderApprovalPermission, String fields) -
Uses of DuplicateUidException in de.hybris.platform.b2bacceleratorfacades.company
Methods in de.hybris.platform.b2bacceleratorfacades.company that throw DuplicateUidExceptionModifier and TypeMethodDescriptionvoidB2BCommerceBudgetFacade.addBudget(B2BBudgetData b2bBudgetData) Deprecated, for removal: This API element is subject to removal in a future version.voidB2BCommerceCostCenterFacade.addCostCenter(B2BCostCenterData b2BCostCenterData) Deprecated, for removal: This API element is subject to removal in a future version.Add cost centerB2BCommerceCostCenterFacade.deSelectBudgetForCostCenter(String costCenterCode, String budgetCode) Deprecated, for removal: This API element is subject to removal in a future version.Deselect a budget for a cost centervoidB2BCommerceBudgetFacade.enableDisableBudget(String b2BudgetCode, boolean active) Deprecated, for removal: This API element is subject to removal in a future version.Enable or disable a budgetvoidB2BCommerceCostCenterFacade.enableDisableCostCenter(String costCenterCode, boolean active) Deprecated, for removal: This API element is subject to removal in a future version.Enable/disable for a cost center.B2BCommerceCostCenterFacade.selectBudgetForCostCenter(String costCenterCode, String budgetCode) Deprecated, for removal: This API element is subject to removal in a future version.Select a budget for cost centervoidB2BCommerceBudgetFacade.updateBudgetDetails(B2BBudgetData b2BBudgetData) Deprecated, for removal: This API element is subject to removal in a future version.Update budget details for edit operationvoidB2BCommerceCostCenterFacade.updateCostCenterDetails(B2BCostCenterData b2BCostCenterData) Deprecated, for removal: This API element is subject to removal in a future version.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 DuplicateUidExceptionModifier and TypeMethodDescriptionvoidDefaultB2BCommerceBudgetFacade.addBudget(B2BBudgetData b2BBudgetData) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BCommerceCostCenterFacade.addCostCenter(B2BCostCenterData b2BCostCenterData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceCostCenterFacade.deSelectBudgetForCostCenter(String costCenterCode, String budgetCode) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BCommerceBudgetFacade.enableDisableBudget(String b2BudgetCode, boolean active) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BCommerceCostCenterFacade.enableDisableCostCenter(String costCenterCode, boolean active) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceCostCenterFacade.selectBudgetForCostCenter(String costCenterCode, String budgetCode) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BCommerceBudgetFacade.updateBudgetDetails(B2BBudgetData b2BBudgetData) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BCommerceCostCenterFacade.updateCostCenterDetails(B2BCostCenterData b2BCostCenterData) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DuplicateUidException in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl that throw DuplicateUidExceptionModifier and TypeMethodDescriptionvoidDefaultB2BCommerceUserServiceTest.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 DuplicateUidExceptionModifier and TypeMethodDescriptionvoidDefaultB2BCustomerAccountService.updateProfile(CustomerModel customerModel, String titleCode, String name, String login) -
Uses of DuplicateUidException in de.hybris.platform.b2bapprovalprocessfacades.company
Methods in de.hybris.platform.b2bapprovalprocessfacades.company that throw DuplicateUidExceptionModifier and TypeMethodDescriptionvoidB2BPermissionFacade.addPermission(B2BPermissionData b2BPermissionData) Creates a new B2B permission based on the data passed in theB2BPermissionDataparameter. -
Uses of DuplicateUidException in de.hybris.platform.b2bapprovalprocessfacades.company.impl
Methods in de.hybris.platform.b2bapprovalprocessfacades.company.impl that throw DuplicateUidExceptionModifier and TypeMethodDescriptionvoidDefaultB2BPermissionFacade.addPermission(B2BPermissionData permissionData) -
Uses of DuplicateUidException in de.hybris.platform.b2bocc.v2.controllers
Methods in de.hybris.platform.b2bocc.v2.controllers with parameters of type DuplicateUidExceptionModifier and TypeMethodDescriptionBaseController.handleDuplicateUidException(DuplicateUidException ex) Methods in de.hybris.platform.b2bocc.v2.controllers that throw DuplicateUidExceptionModifier and TypeMethodDescriptionOrderApprovalPermissionsController.createOrderApprovalPermission(B2BPermissionWsDTO orderApprovalPermission, String fields) -
Uses of DuplicateUidException in de.hybris.platform.chineseprofilefacades.customer.impl
Methods in de.hybris.platform.chineseprofilefacades.customer.impl that throw DuplicateUidExceptionModifier and TypeMethodDescriptionvoidDefaultChineseCustomerFacade.updateProfile(CustomerData customerData) -
Uses of DuplicateUidException in de.hybris.platform.commercefacades.customer
Methods in de.hybris.platform.commercefacades.customer that throw DuplicateUidExceptionModifier and TypeMethodDescriptionvoidCustomerFacade.changeGuestToCustomer(String pwd, String orderCode) Create a regular customer from a guest customer who has just completed the guest checkout.voidChange the current customer's UID.voidCustomerFacade.createGuestUserForAnonymousCheckout(String email, 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 DuplicateUidExceptionModifier and TypeMethodDescriptionvoidDefaultCustomerFacade.changeGuestToCustomer(String pwd, String orderGUID) voidvoidDefaultCustomerFacade.createGuestUserForAnonymousCheckout(String email, 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 DuplicateUidExceptionModifier and TypeMethodDescriptionvoidCustomerGroupFacadeIntegrationTest.testGetCustomerGroupForCurrentUser()voidCustomerGroupFacadeIntegrationTest.testGetCustomerGroupForUser() -
Uses of DuplicateUidException in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer that throw DuplicateUidExceptionModifier and TypeMethodDescriptionvoidChanges uid for current uservoidCustomerAccountService.convertGuestToCustomer(String pwd, String orderGUID) Converts a Guest Customer of anonymous checkout to a regular customervoidCustomerAccountService.register(CustomerModel customerModel, String password) Register a user with given parametersvoidCustomerAccountService.registerGuestForAnonymousCheckout(CustomerModel customerModel, String password) Registers the Guest customer to session cart for anonymous checkoutvoidCustomerAccountService.updateProfile(CustomerModel customerModel, String titleCode, String name, 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 DuplicateUidExceptionModifier and TypeMethodDescriptionvoidprotected voidDefaultCustomerAccountService.checkUidUniqueness(String newUid) voidDefaultCustomerAccountServiceTest.consentsNotAppliedToNonAnonymousUser()voidDefaultCustomerAccountServiceTest.consentsNotAppliedWithSessionFlagNotSet()voidDefaultCustomerAccountService.convertGuestToCustomer(String pwd, 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, String password) protected voidDefaultCustomerAccountService.registerCustomer(CustomerModel customerModel, String password) voidDefaultCustomerAccountService.registerGuestForAnonymousCheckout(CustomerModel customerModel, String password) voidDefaultCustomerAccountServiceTest.sessionConsentsGetApplied()voidDefaultCustomerAccountServiceTest.sessionConsentsNotApplied()voidDefaultCustomerAccountServiceTest.testFillMissingCustomerInfo()voidDefaultCustomerAccountServiceTest.testGuestRegister()voidDefaultCustomerAccountServiceTest.testRegister()voidDefaultCustomerAccountService.updateProfile(CustomerModel customerModel, String titleCode, String name, String login) -
Uses of DuplicateUidException in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller with parameters of type DuplicateUidExceptionModifier and TypeMethodDescriptionBaseController.handleDuplicateUidException(DuplicateUidException ex) Methods in de.hybris.platform.commercewebservices.core.v2.controller that throw DuplicateUidExceptionModifier and TypeMethodDescriptionprotected voidUsersController.convertToCustomer(String password, String guid) UsersController.createUser(String login, String password, String titleCode, String firstName, String lastName, String guid, String fields, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) protected voidUsersController.registerNewUser(String login, String password, String titleCode, String firstName, String lastName) voidCartsController.replaceCartGuestUser(String email) voidUsersController.replaceUser(UserWsDTO user) voidUsersController.replaceUser(String firstName, String lastName, String titleCode, javax.servlet.http.HttpServletRequest request) Deprecated, for removal: This API element is subject to removal in a future version.since 2005.voidUsersController.replaceUserLogin(String newLogin, String password) voidUsersController.updateUser(UserWsDTO user) voidUsersController.updateUser(javax.servlet.http.HttpServletRequest request) Deprecated, for removal: This API element is subject to removal in a future version.since 2005. -
Uses of DuplicateUidException in de.hybris.platform.customersupportbackoffice.strategies
Methods in de.hybris.platform.customersupportbackoffice.strategies that throw DuplicateUidExceptionModifier and TypeMethodDescriptionvoidCsCreateCustomerStrategy.createCustomer(CsCreateCustomerForm createCustomerForm) voidDefaultCsCreateCustomerStrategy.createCustomer(CsCreateCustomerForm createCustomerForm) -
Uses of DuplicateUidException in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that throw DuplicateUidExceptionModifier and TypeMethodDescriptionCustomersController.changeLogin(String newLogin, 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(String password, javax.servlet.http.HttpSession httpSession) Converts currently logged guest user to full user.CustomersController.createAddress(javax.servlet.http.HttpServletRequest request) Create new address for current customervoidCustomersController.guestLogin(String email) Creates the user dedicated to do a guest checkout.voidCustomersController.registerUser(String login, String password, String titleCode, String firstName, String lastName) Client should pass customer's data as POST Body.voidCustomersController.updateDefaultAddress(String id) Update customer's default addressCustomersController.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 DuplicateUidExceptionModifier and TypeMethodDescriptionBaseController.handleDuplicateUidException(DuplicateUidException ex) Methods in de.hybris.platform.ycommercewebservices.v2.controller that throw DuplicateUidExceptionModifier and TypeMethodDescriptionprotected voidUsersController.convertToCustomer(String password, String guid) UsersController.createUser(String login, String password, String titleCode, String firstName, String lastName, String guid, String fields, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) protected voidUsersController.registerNewUser(String login, String password, String titleCode, String firstName, String lastName) voidCartsController.replaceCartGuestUser(String email) voidUsersController.replaceUser(UserWsDTO user) voidUsersController.replaceUser(String firstName, String lastName, String titleCode, javax.servlet.http.HttpServletRequest request) Deprecated, for removal: This API element is subject to removal in a future version.since 2005.voidUsersController.replaceUserLogin(String newLogin, String password) voidUsersController.updateUser(UserWsDTO user) voidUsersController.updateUser(javax.servlet.http.HttpServletRequest request) Deprecated, for removal: This API element is subject to removal in a future version.since 2005.