Uses of Class
de.hybris.platform.core.model.user.CustomerModel
Packages that use CustomerModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
Contains generated models for each type of de.hybris.platform.commerceservices.jalo package.
Contains generated models for each type of de.hybris.platform.commerceservices.jalo.consent package.
Contains generated models for each type of de.hybris.platform.commerceservices.jalo.process package.
Contains generated models for each type of de.hybris.platform.util package.
Contains generated models for each type of de.hybris.platform.customercouponservices.jalo package.
Contains generated models for each type of de.hybris.platform.customerinterestsservices.jalo package.
Contains generated models for each type of de.hybris.platform.messagecentercsservices.jalo package.
Contains generated models for each type of de.hybris.platform.notificationservices.jalo package.
Contains generated models for each type of de.hybris.platform.ticket.jalo package.
-
Uses of CustomerModel in com.hybris.yprofile.common
Methods in com.hybris.yprofile.common with parameters of type CustomerModelModifier and TypeMethodDescriptionstatic Optional<ConsentModel>Utils.getActiveConsentModelForCustomerAndBaseSite(BaseSiteModel baseSiteModel, CustomerModel customerModel, CommerceConsentService commerceConsentService) Gets the active consent model for the given baseSite and user from theCommerceConsentService.static StringUtils.getActiveConsentReferenceForCustomerAndBaseSite(BaseSiteModel baseSiteModel, CustomerModel customerModel, CommerceConsentService commerceConsentService) Gets the ConsentReference from the consent model for the base-site and customer fromCommerceConsentService. -
Uses of CustomerModel in com.hybris.yprofile.services.customer
Methods in com.hybris.yprofile.services.customer with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidProfileCustomerAccountService.register(CustomerModel customerModel, String password) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CustomerModel in de.hybris.platform.acceleratorfacades.email.context
Methods in de.hybris.platform.acceleratorfacades.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelReturnLabelEmailContext.getCustomer(ReturnProcessModel returnProcessModel) -
Uses of CustomerModel in de.hybris.platform.acceleratorfacades.payment.impl
Methods in de.hybris.platform.acceleratorfacades.payment.impl that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelDefaultPaymentFacade.getCurrentUserForCheckout()Methods in de.hybris.platform.acceleratorfacades.payment.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected AddressModelDefaultPaymentFacade.getDefaultPaymentAddress(CustomerModel customerModel) -
Uses of CustomerModel in de.hybris.platform.acceleratorservices.payment
Methods in de.hybris.platform.acceleratorservices.payment with parameters of type CustomerModelModifier and TypeMethodDescriptionPaymentService.beginHopCreatePaymentSubscription(String siteName, String responseUrl, String merchantCallbackUrl, CustomerModel customerModel, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress) This method generates the Hosted Order Page request data which includes all data required to create a subscription (customer profile).PaymentService.beginSopCreatePaymentSubscription(String siteName, String responseUrl, String merchantCallbackUrl, CustomerModel customerModel, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress) This method generates the Hosted Order Page request data which includes all data required to create a subscription (customer profile).PaymentService.completeHopCreatePaymentSubscription(CustomerModel customerModel, boolean saveInAccount, Map<String, String> parameters) This method creates a subscription internally with the result parameters obtained from the provider's Hosted Order Page.PaymentService.completeSopCreatePaymentSubscription(CustomerModel customerModel, boolean saveInAccount, Map<String, String> parameters) This method creates a subscription internally with the result parameters obtained from the provider's Silent Order Post. -
Uses of CustomerModel in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultCreditCardPaymentInfoCreateStrategy.createCreditCardPaymentInfo(SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfo, AddressModel billingAddress, CustomerModel customerModel, boolean saveInAccount) DefaultCreateSubscriptionRequestStrategy.createSubscriptionRequest(String siteName, String requestUrl, String responseUrl, String merchantCallbackUrl, CustomerModel customerModel, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress) DefaultPaymentTransactionStrategy.savePaymentTransactionEntry(CustomerModel customerModel, String requestId, OrderInfoData orderInfoData) DefaultCreditCardPaymentInfoCreateStrategy.saveSubscription(CustomerModel customerModel, CustomerInfoData customerInfoData, SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfoData, boolean saveInAccount) protected voidDefaultCreateSubscriptionRequestStrategy.setEmailAddress(CustomerBillToData customerBillToData, CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.acceleratorservices.payment.impl
Methods in de.hybris.platform.acceleratorservices.payment.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultAcceleratorPaymentService.beginHopCreatePaymentSubscription(String siteName, String responseUrl, String merchantCallbackUrl, CustomerModel customer, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress) DefaultAcceleratorPaymentService.beginSopCreatePaymentSubscription(String siteName, String responseUrl, String merchantCallbackUrl, CustomerModel customer, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress) DefaultAcceleratorPaymentService.completeHopCreatePaymentSubscription(CustomerModel customerModel, boolean saveInAccount, Map<String, String> parameters) DefaultAcceleratorPaymentService.completeSopCreatePaymentSubscription(CustomerModel customerModel, boolean saveInAccount, Map<String, String> parameters) -
Uses of CustomerModel in de.hybris.platform.acceleratorservices.payment.strategies
Methods in de.hybris.platform.acceleratorservices.payment.strategies with parameters of type CustomerModelModifier and TypeMethodDescriptionCreditCardPaymentInfoCreateStrategy.createCreditCardPaymentInfo(SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfo, AddressModel billingAddress, CustomerModel customerModel, boolean saveInAccount) CreateSubscriptionRequestStrategy.createSubscriptionRequest(String siteName, String requestUrl, String responseUrl, String merchantCallbackUrl, CustomerModel customerModel, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress) PaymentTransactionStrategy.savePaymentTransactionEntry(CustomerModel customerModel, String requestId, OrderInfoData orderInfoData) CreditCardPaymentInfoCreateStrategy.saveSubscription(CustomerModel customerModel, CustomerInfoData customerInfoData, SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfoData, boolean saveInAccount) -
Uses of CustomerModel in de.hybris.platform.acceleratorservices.process.email.context
Methods in de.hybris.platform.acceleratorservices.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected abstract CustomerModelAbstractEmailContext.getCustomer(T businessProcessModel) -
Uses of CustomerModel in de.hybris.platform.acceleratorservices.process.strategies.impl
Methods in de.hybris.platform.acceleratorservices.process.strategies.impl that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelAbstractOrderProcessContextStrategy.getCustomer(BusinessProcessModel businessProcess) protected abstract CustomerModelAbstractProcessContextStrategy.getCustomer(BusinessProcessModel businessProcess) protected CustomerModelStoreFrontProcessContextStrategy.getCustomer(BusinessProcessModel businessProcess) Methods in de.hybris.platform.acceleratorservices.process.strategies.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected CurrencyModelAbstractProcessContextStrategy.getCurrency(CustomerModel customer) protected LanguageModelAbstractProcessContextStrategy.getLanguage(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.assistedservicefacades
Methods in de.hybris.platform.assistedservicefacades with parameters of type CustomerModelModifier and TypeMethodDescriptionAssistedServiceFacade.getCartListForCustomer(CustomerModel customer) Returns collection of a customer's carts -
Uses of CustomerModel in de.hybris.platform.assistedservicefacades.customer.converters.populator
Methods in de.hybris.platform.assistedservicefacades.customer.converters.populator with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidAutoSuggestionCustomerPopulator.populate(CustomerModel customer, AutoSuggestionCustomerData suggestionData) voidCustomersListCustomerPopulator.populate(CustomerModel source, CustomerData target) protected voidAutoSuggestionCustomerPopulator.populateCustomerJSON(CustomerModel customer, AutoSuggestionCustomerData autoSuggestionCustomerData) -
Uses of CustomerModel in de.hybris.platform.assistedservicefacades.impl
Methods in de.hybris.platform.assistedservicefacades.impl that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionprotected Converter<CustomerModel,AutoSuggestionCustomerData> DefaultAssistedServiceFacade.getSuggestionCustomerConverter()Methods in de.hybris.platform.assistedservicefacades.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultAssistedServiceFacade.getCartListForCustomer(CustomerModel customer) Method parameters in de.hybris.platform.assistedservicefacades.impl with type arguments of type CustomerModelModifier and TypeMethodDescriptionvoidDefaultAssistedServiceFacade.setSuggestionCustomerConverter(Converter<CustomerModel, AutoSuggestionCustomerData> suggestionCustomerConverter) -
Uses of CustomerModel in de.hybris.platform.assistedservicefacades.util
Methods in de.hybris.platform.assistedservicefacades.util with parameters of type CustomerModelModifier and TypeMethodDescriptionstatic StringAssistedServiceUtils.getCardLastFourDigits(CustomerModel customer) static StringAssistedServiceUtils.getCreationDate(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.assistedserviceservices
Methods in de.hybris.platform.assistedserviceservices that return CustomerModelModifier and TypeMethodDescriptionAssistedServiceService.createNewCustomer(String customerId, String customerName) Creates a new customer by it email and name.Methods in de.hybris.platform.assistedserviceservices that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionAssistedServiceService.getCustomers(String searchCriteria, PageableData pageableData) Get list of customers which username or email starts with provided value.Methods in de.hybris.platform.assistedserviceservices with parameters of type CustomerModelModifier and TypeMethodDescriptionAssistedServiceService.getCartsForCustomer(CustomerModel customer) Returns collection of a customer's carts -
Uses of CustomerModel in de.hybris.platform.assistedserviceservices.dao
Methods in de.hybris.platform.assistedserviceservices.dao with type parameters of type CustomerModelModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>CustomerGroupDao.findAllCustomersByConsignmentsInPointOfServices(List<PointOfServiceModel> pointOfServiceModels, PageableData pageableData) Get paginated customers for specific pos-list where customer have a consignment.<T extends CustomerModel>
SearchPageData<T>CustomerGroupDao.findAllCustomersByGroups(List<UserGroupModel> groupsUid, PageableData pageableData) Get paginated customers for specific customer list -
Uses of CustomerModel in de.hybris.platform.assistedserviceservices.dao.impl
Methods in de.hybris.platform.assistedserviceservices.dao.impl with type parameters of type CustomerModelModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>DefaultCustomerGroupDao.findAllCustomersByConsignmentsInPointOfServices(List<PointOfServiceModel> poses, PageableData pageableData) <T extends CustomerModel>
SearchPageData<T>DefaultCustomerGroupDao.findAllCustomersByGroups(List<UserGroupModel> groups, PageableData pageableData) -
Uses of CustomerModel in de.hybris.platform.assistedserviceservices.events
Methods in de.hybris.platform.assistedserviceservices.events with type parameters of type CustomerModelModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>CustomerSupportEventService.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit) Search for customer based on event parameters.<T extends CustomerModel>
SearchPageData<T>CustomerSupportEventService.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit, boolean includeDisabledAccounts) Searching customers based on event type -
Uses of CustomerModel in de.hybris.platform.assistedserviceservices.events.impl
Methods in de.hybris.platform.assistedserviceservices.events.impl with type parameters of type CustomerModelModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>DefaultCustomerSupportEventService.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit) <T extends CustomerModel>
SearchPageData<T>DefaultCustomerSupportEventService.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit, boolean includeDisabledAccounts) -
Uses of CustomerModel in de.hybris.platform.assistedserviceservices.impl
Methods in de.hybris.platform.assistedserviceservices.impl that return CustomerModelModifier and TypeMethodDescriptionDefaultAssistedServiceService.createNewCustomer(String customerId, String customerName) Methods in de.hybris.platform.assistedserviceservices.impl that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionDefaultAssistedServiceService.getCustomers(String searchCriteria, PageableData pageableData) Methods in de.hybris.platform.assistedserviceservices.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultAssistedServiceService.getCartsForCustomer(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.assistedserviceservices.strategy
Methods in de.hybris.platform.assistedserviceservices.strategy with type parameters of type CustomerModelModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>DefaultBopisCustomerListSearchStrategy.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) <T extends CustomerModel>
SearchPageData<T>DefaultInStoreCustomerListSearchStrategy.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) <T extends CustomerModel>
SearchPageData<T>DefaultRecentlyStartedSessionCustomerListSearchStrategy.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) -
Uses of CustomerModel in de.hybris.platform.assistedservicestorefront.customer360.populators
Methods in de.hybris.platform.assistedservicestorefront.customer360.populators with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected List<CCPaymentInfoData>CustomerProfileDataPopulator.getPaymentInfoList(CustomerModel userModel) voidCustomerOverviewDataPopulator.populate(CustomerModel customerModel, CustomerOverviewData customerOverviewData) voidCustomerProfileDataPopulator.populate(CustomerModel userModel, CustomerProfileData customerProfileData) -
Uses of CustomerModel in de.hybris.platform.assistedservicestorefront.customer360.provider
Methods in de.hybris.platform.assistedservicestorefront.customer360.provider that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionprotected Converter<CustomerModel,CustomerOverviewData> CustomerOverviewDataProvider.getCustomerOverviewDataConverter()protected Converter<CustomerModel,CustomerProfileData> CustomerProfileDataProvider.getCustomerProfileDataConverter()Methods in de.hybris.platform.assistedservicestorefront.customer360.provider with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected voidGeneralActivityModelProvider.populateCartData(List<GeneralActivityData> generalActivityList, CustomerModel user) CartModel -> GeneralActivityData converterprotected voidGeneralActivityModelProvider.populateOrderData(List<GeneralActivityData> generalActivityList, CustomerModel user) OrderModel -> GeneralActivityData converterMethod parameters in de.hybris.platform.assistedservicestorefront.customer360.provider with type arguments of type CustomerModelModifier and TypeMethodDescriptionvoidCustomerOverviewDataProvider.setCustomerOverviewDataConverter(Converter<CustomerModel, CustomerOverviewData> customerOverviewDataConverter) voidCustomerProfileDataProvider.setCustomerProfileDataConverter(Converter<CustomerModel, CustomerProfileData> customerProfileDataConverter) -
Uses of CustomerModel in de.hybris.platform.auditreport.retention.impl
Methods in de.hybris.platform.auditreport.retention.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidAuditServicesCustomerCleanupHook.cleanupRelatedObjects(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.b2b.model
Subclasses of CustomerModel in de.hybris.platform.b2b.modelModifier and TypeClassDescriptionclassGenerated model class for type B2BCustomer first defined at extension b2bcommerce. -
Uses of CustomerModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services with parameters of type CustomerModelModifier and TypeMethodDescriptionB2BQuoteService.getQuoteList(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Returns a paged list of quotes for the given customer and base store. -
Uses of CustomerModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultB2BQuoteService.getQuoteList(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CustomerModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl with type parameters of type CustomerModelModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>B2BCustomerListSearchStrategy.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) -
Uses of CustomerModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return CustomerModel -
Uses of CustomerModel in de.hybris.platform.b2bacceleratoraddon.proccess.email.context
Methods in de.hybris.platform.b2bacceleratoraddon.proccess.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelOrderReplenishmentEmailContext.getCustomer(ReplenishmentProcessModel replenishmentProcessModel) -
Uses of CustomerModel in de.hybris.platform.b2bacceleratorfacades.company.populators
Methods in de.hybris.platform.b2bacceleratorfacades.company.populators that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionprotected Converter<CustomerModel,CustomerData> B2BUserGroupPopulator.getB2BCustomerConverter()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.company.populators with type arguments of type CustomerModelModifier and TypeMethodDescriptionvoidB2BUserGroupPopulator.setB2BCustomerConverter(Converter<CustomerModel, CustomerData> b2BCustomerConverter) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CustomerModel in de.hybris.platform.b2bacceleratorfacades.process.email.context
Methods in de.hybris.platform.b2bacceleratorfacades.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelOrderNotificationEmailContext.getCustomer(OrderProcessModel orderProcessModel) -
Uses of CustomerModel in de.hybris.platform.b2bacceleratorfacades.registration.impl
Methods in de.hybris.platform.b2bacceleratorfacades.registration.impl that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelDefaultB2BRegistrationFacade.toCustomerModel(B2BRegistrationData data) Converts aB2BRegistrationDatainto aCustomerModel. -
Uses of CustomerModel in de.hybris.platform.b2bacceleratorfacades.user.populators
Methods in de.hybris.platform.b2bacceleratorfacades.user.populators with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected booleanB2BCustomerPopulator.isOriginalUidAvailable(CustomerModel source) Deprecated, for removal: This API element is subject to removal in a future version.voidB2BCustomerPopulator.populate(CustomerModel source, CustomerData target) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CustomerModel in de.hybris.platform.b2bacceleratorservices.customer.impl
Methods in de.hybris.platform.b2bacceleratorservices.customer.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionB2BCustomerEmailResolutionService.getEmailForCustomer(CustomerModel customerModel) voidDefaultB2BCustomerAccountService.updateProfile(CustomerModel customerModel, String titleCode, String name, String login) -
Uses of CustomerModel in de.hybris.platform.b2bacceleratorservices.email.context
Methods in de.hybris.platform.b2bacceleratorservices.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelB2BRegistrationEmailContext.getCustomer(StoreFrontCustomerProcessModel businessProcessModel) -
Uses of CustomerModel in de.hybris.platform.b2bacceleratorservices.workflows.actions
Methods in de.hybris.platform.b2bacceleratorservices.workflows.actions that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelAbstractAutomatedWorkflowTemplateJob.getCustomer(B2BRegistrationModel b2bRegistrationModel) Gets theCustomerModelattached to the workflowMethods in de.hybris.platform.b2bacceleratorservices.workflows.actions with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected B2BCustomerModelRegistrationApprovedAutomatedWorkflowTemplateJob.createB2BCustomerModel(CustomerModel customer, B2BRegistrationModel registration) Creates an instance ofB2BCustomerModelout ofCustomerModel.protected B2BRegistrationApprovedProcessModelSendApprovedEmailAutomatedWorkflowTemplateJob.createProcessModel(CustomerModel customerModel, B2BRegistrationModel registrationModel) protected PROCESSSendEmailAutomatedWorkflowTemplateJob.createProcessModel(CustomerModel customerModel, B2BRegistrationModel registrationModel) Creates an instance ofB2BRegistrationProcessModelusing the process definition.protected PROCESSSendEmailAutomatedWorkflowTemplateTestJob.createProcessModel(CustomerModel customerModel, B2BRegistrationModel registrationModel) Creates an instance ofB2BRegistrationProcessModelusing the process definition.protected B2BRegistrationRejectedProcessModelSendRejectedEmailAutomatedWorkflowTemplateJob.createProcessModel(CustomerModel customerModel, B2BRegistrationModel registrationModel) protected StringSendEmailAutomatedWorkflowTemplateJob.generateProcessCode(CustomerModel customerModel) Generates a new 'unique' code for the process to be launchedprotected StringSendEmailAutomatedWorkflowTemplateTestJob.generateProcessCode(CustomerModel customerModel) Generates a new 'unique' code for the process to be launched -
Uses of CustomerModel in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators
Methods in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidB2BCustomerApproverPopulator.populate(CustomerModel source, CustomerData target) voidB2BCustomerPermissionPopulator.populate(CustomerModel source, CustomerData target) -
Uses of CustomerModel in de.hybris.platform.b2bcommercefacades.company.converters.populators
Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionprotected Converter<CustomerModel,CustomerData> B2BUserGroupPopulator.getB2BCustomerConverter()Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidB2BCustomerPopulator.populate(CustomerModel source, CustomerData target) Method parameters in de.hybris.platform.b2bcommercefacades.company.converters.populators with type arguments of type CustomerModelModifier and TypeMethodDescriptionvoidB2BUserGroupPopulator.setB2BCustomerConverter(Converter<CustomerModel, CustomerData> b2BCustomerConverter) -
Uses of CustomerModel in de.hybris.platform.chinesepaymentservices.checkout.impl
Methods in de.hybris.platform.chinesepaymentservices.checkout.impl that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelDefaultChineseCheckoutService.getCurrentUserForCheckout() -
Uses of CustomerModel in de.hybris.platform.chineseprofilefacades.customer.impl
Methods in de.hybris.platform.chineseprofilefacades.customer.impl that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelDefaultChineseCustomerFacade.saveEmailLanguageToUser(String languageISO) -
Uses of CustomerModel in de.hybris.platform.chineseprofilefacades.populators
Methods in de.hybris.platform.chineseprofilefacades.populators with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidChineseCustomerPopulator.populate(CustomerModel source, CustomerData target) -
Uses of CustomerModel in de.hybris.platform.chineseprofilefacades.process.email.context
Methods in de.hybris.platform.chineseprofilefacades.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelBackInStockNotificationEmailContext.getCustomer(StockNotificationProcessModel stockNotificationProcessModel) protected CustomerModelConsignmentCollectionReminderEmailContext.getCustomer(ConsignmentProcessModel consignmentProcessModel) protected CustomerModelCouponNotificationEmailContext.getCustomer(CouponNotificationProcessModel couponNotificationProcessModel) protected CustomerModelCustomerEmailContext.getCustomer(StoreFrontCustomerProcessModel storeFrontCustomerProcessModel) protected CustomerModelDeliverySentEmailContext.getCustomer(ConsignmentProcessModel consignmentProcessModel) protected CustomerModelNotPickedUpConsignmentCanceledEmailContext.getCustomer(ConsignmentProcessModel consignmentProcessModel) protected CustomerModelOrderCancelledEmailContext.getCustomer(OrderProcessModel orderProcessModel) protected CustomerModelOrderNotificationEmailContext.getCustomer(OrderProcessModel orderProcessModel) protected CustomerModelOrderPartiallyModifiedEmailContext.getCustomer(OrderModificationProcessModel orderProcessModel) protected CustomerModelOrderRefundEmailContext.getCustomer(OrderProcessModel orderProcessModel) protected CustomerModelReadyForPickupEmailContext.getCustomer(ConsignmentProcessModel consignmentProcessModel) -
Uses of CustomerModel in de.hybris.platform.chineseprofileservices.customer
Methods in de.hybris.platform.chineseprofileservices.customer that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionChineseCustomerAccountService.getCustomerForMobileNumber(String mobileNumber) Finds a customer by using mobile number.Methods in de.hybris.platform.chineseprofileservices.customer with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidChineseCustomerAccountService.updateMobileNumber(CustomerModel customerModel) Updates customer's mobile number. -
Uses of CustomerModel in de.hybris.platform.chineseprofileservices.customer.impl
Methods in de.hybris.platform.chineseprofileservices.customer.impl that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionDefaultChineseCustomerAccountService.getCustomerForMobileNumber(String mobileNumber) Methods in de.hybris.platform.chineseprofileservices.customer.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidDefaultChineseCustomerAccountService.updateMobileNumber(CustomerModel customerModel) -
Uses of CustomerModel in de.hybris.platform.chineseprofileservices.strategies.impl
Methods in de.hybris.platform.chineseprofileservices.strategies.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionChineseProfileSMSChannelStrategy.getChannelValue(CustomerModel customer) Deprecated, for removal: This API element is subject to removal in a future version.DefaultChineseProfileSMSChannelStrategy.getChannelValue(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.chinesetaxinvoiceservices.daos
Methods in de.hybris.platform.chinesetaxinvoiceservices.daos with parameters of type CustomerModelModifier and TypeMethodDescriptionTaxInvoiceDao.findInvoicesByCustomer(CustomerModel customer) Query all TaxInvoiceModel of a Customer. -
Uses of CustomerModel in de.hybris.platform.chinesetaxinvoiceservices.daos.impl
Methods in de.hybris.platform.chinesetaxinvoiceservices.daos.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionChineseTaxInvoiceDao.findInvoicesByCustomer(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelDefaultCustomerFacade.getCurrentSessionCustomer()Methods in de.hybris.platform.commercefacades.customer.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected AbstractCommerceUserEventDefaultCustomerFacade.initializeCommerceEvent(AbstractCommerceUserEvent event, CustomerModel customerModel) protected voidDefaultCustomerFacade.setCommonPropertiesForRegister(RegisterData registerData, CustomerModel customerModel) protected voidDefaultCustomerFacade.setTitleForRegister(RegisterData registerData, CustomerModel customerModel) protected voidDefaultCustomerFacade.setUidForRegister(RegisterData registerData, CustomerModel customer) Initializes a customer with given registerData -
Uses of CustomerModel in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelDefaultCheckoutFacade.getCurrentUserForCheckout() -
Uses of CustomerModel in de.hybris.platform.commercefacades.user.converters.populator
Methods in de.hybris.platform.commercefacades.user.converters.populator with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected booleanCustomerPopulator.isOriginalUidAvailable(CustomerModel source) voidCustomerPopulator.populate(CustomerModel source, CustomerData target) voidCustomerReversePopulator.populate(CustomerData source, CustomerModel target) protected voidCustomerReversePopulator.setUid(CustomerData source, CustomerModel target) -
Uses of CustomerModel in de.hybris.platform.commercefacades.user.impl
Methods in de.hybris.platform.commercefacades.user.impl that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelDefaultUserFacade.getCurrentUserForCheckout()Methods in de.hybris.platform.commercefacades.user.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected voidDefaultUserFacade.updateDefaultPaymentInfo(CustomerModel currentCustomer) -
Uses of CustomerModel in de.hybris.platform.commerceservices.consent
Methods in de.hybris.platform.commerceservices.consent with parameters of type CustomerModelModifier and TypeMethodDescriptionCommerceConsentService.getActiveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) Finds the latest consent for the specified customer and consent template.voidCommerceConsentService.giveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) Gives consent for the specified customer and consent template.booleanCommerceConsentService.hasEffectivelyActiveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) Checks if a customer has a consent that has not been withdrawn for the specified consent template. -
Uses of CustomerModel in de.hybris.platform.commerceservices.consent.dao
Methods in de.hybris.platform.commerceservices.consent.dao with parameters of type CustomerModelModifier and TypeMethodDescriptionConsentDao.findAllConsentsByCustomer(CustomerModel customer) Finds all consents for the specified customer.ConsentDao.findConsentByCustomerAndConsentTemplate(CustomerModel customer, ConsentTemplateModel consentTemplate) Finds the latest consent for the specified customer and consent template. -
Uses of CustomerModel in de.hybris.platform.commerceservices.consent.dao.impl
Methods in de.hybris.platform.commerceservices.consent.dao.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultConsentDao.findAllConsentsByCustomer(CustomerModel customer) DefaultConsentDao.findConsentByCustomerAndConsentTemplate(CustomerModel customer, ConsentTemplateModel consentTemplate) DefaultConsentDao.populateBasicQueryParams(CustomerModel customer, ConsentTemplateModel consentTemplate) -
Uses of CustomerModel in de.hybris.platform.commerceservices.consent.impl
Methods in de.hybris.platform.commerceservices.consent.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected ConsentModelDefaultCommerceConsentService.createConsentModel(CustomerModel customer, ConsentTemplateModel consentTemplate) DefaultCommerceConsentService.getActiveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) voidDefaultCommerceConsentService.giveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) booleanDefaultCommerceConsentService.hasEffectivelyActiveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) -
Uses of CustomerModel in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer with type parameters of type CustomerModelModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>CustomerListSearchService.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) Get paginated customers for specific customer listMethods in de.hybris.platform.commerceservices.customer that return CustomerModelModifier and TypeMethodDescriptionCustomerAccountService.closeAccount(CustomerModel user) Close Account for a customer.CustomerService.getCustomerByCustomerId(String customerId) Gets the customer by customerIdMethods in de.hybris.platform.commerceservices.customer with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidCustomerAccountService.clearDefaultAddressEntry(CustomerModel customerModel) Clears default address on the given customerCustomerAccountService.closeAccount(CustomerModel user) Close Account for a customer.CustomerAccountService.createPaymentSubscription(CustomerModel customerModel, CardInfo cardInfo, BillingInfo billingInfo, String titleCode, String paymentProvider, boolean saveInAccount) Creates a payment subscription using specifiedpaymentProvider.voidCustomerAccountService.deleteAddressEntry(CustomerModel customerModel, AddressModel addressModel) Delete address entry.voidCustomerAccountService.deleteCCPaymentInfo(CustomerModel customerModel, CreditCardPaymentInfoModel creditCardPaymentInfo) Delete credit card payment info.voidCustomerAccountService.forgottenPassword(CustomerModel customerModel) Sends a forgotten password eventCustomerAccountService.getAddressBookDeliveryEntries(CustomerModel customerModel) Returns all delivery address book entries from the given customer.CustomerAccountService.getAddressBookEntries(CustomerModel customerModel) Returns all visible address book entries from the given customer.CustomerAccountService.getAddressForCode(CustomerModel customerModel, String code) Get a customer address given its codeCustomerAccountService.getAllAddressEntries(CustomerModel customerModel) Returns all address book entries from the given customer.CustomerAccountService.getCreditCardPaymentInfoForCode(CustomerModel customerModel, String code) Retrieves the customer's credit card payment info given its codeCustomerAccountService.getCreditCardPaymentInfos(CustomerModel customerModel, boolean saved) Retrieves the customer's list of credit card payment information.CustomerAccountService.getDefaultAddress(CustomerModel customerModel) Returns a customer default shipping addressCustomerEmailResolutionService.getEmailForCustomer(CustomerModel customerModel) Retrieves email address of a given customerCustomerAccountService.getOrderForCode(CustomerModel customerModel, String code, BaseStoreModel store) Returns the specified order for the supplied user.CustomerAccountService.getOrderList(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status) Returns the order of the supplied user filtering by OrderStatusCustomerAccountService.getOrderList(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData) Returns the order of the supplied user filtering by OrderStatusCustomerAccountService.getReturnRequestsByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, ReturnStatus[] returnStatuses, PageableData pageableData) Returns theReturnRequestModelof the given user filtered by given list ofReturnStatus(s).voidCustomerAccountService.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.saveAddressEntry(CustomerModel customerModel, AddressModel addressModel) Save address entry.voidCustomerAccountService.setDefaultAddressEntry(CustomerModel customerModel, AddressModel addressModel) Sets the default address entry.voidCustomerAccountService.setDefaultPaymentInfo(CustomerModel customerModel, PaymentInfoModel paymentInfoModel) Sets the defaultpaymentInfoModelfor the specifiedcustomerModel.voidCustomerAccountService.unlinkCCPaymentInfo(CustomerModel customerModel, CreditCardPaymentInfoModel creditCardPaymentInfo) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.7.voidCustomerAccountService.updateProfile(CustomerModel customerModel, String titleCode, String name, String login) Updates the current user with the given parameters -
Uses of CustomerModel in de.hybris.platform.commerceservices.customer.dao
Methods in de.hybris.platform.commerceservices.customer.dao that return CustomerModelModifier and TypeMethodDescriptionCustomerDao.findCustomerByCustomerId(String customerId) Finds the customer by the unique customerIdMethods in de.hybris.platform.commerceservices.customer.dao with parameters of type CustomerModelModifier and TypeMethodDescriptionCustomerAccountDao.findAddressBookDeliveryEntriesForCustomer(CustomerModel customerModel, Collection<CountryModel> deliveryCountries) Find address book delivery entries for customer.CustomerAccountDao.findCreditCardPaymentInfoByCustomer(CustomerModel customerModel, String code) Retrieves the customer's credit card payment infoCustomerAccountDao.findCreditCardPaymentInfosByCustomer(CustomerModel customerModel, boolean saved) Retrieves the customer's list of credit card payment infosCustomerAccountDao.findOrderByCustomerAndCodeAndStore(CustomerModel customerModel, String code, BaseStoreModel store) Finds the specified order for the specified user in the current session's active catalog versionsCustomerAccountDao.findOrdersByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status) Finds orders for the specified user in the current session's active catalog versionsCustomerAccountDao.findOrdersByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData) Finds orders for the specified user in the current session's active catalog versionsCustomerAccountDao.findReturnRequestsByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, ReturnStatus[] returnStatuses, PageableData pageableData) Returns theReturnRequestModelof the given user filtered by given list ofReturnStatus(s). -
Uses of CustomerModel in de.hybris.platform.commerceservices.customer.dao.impl
Methods in de.hybris.platform.commerceservices.customer.dao.impl that return CustomerModelMethods in de.hybris.platform.commerceservices.customer.dao.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultCustomerAccountDao.findAddressBookDeliveryEntriesForCustomer(CustomerModel customerModel, Collection<CountryModel> deliveryCountries) DefaultCustomerAccountDao.findCreditCardPaymentInfoByCustomer(CustomerModel customerModel, String code) DefaultCustomerAccountDao.findCreditCardPaymentInfosByCustomer(CustomerModel customerModel, boolean saved) DefaultCustomerAccountDao.findOrderByCustomerAndCodeAndStore(CustomerModel customerModel, String code, BaseStoreModel store) DefaultCustomerAccountDao.findOrdersByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status) DefaultCustomerAccountDao.findOrdersByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData) DefaultCustomerAccountDao.findReturnRequestsByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, ReturnStatus[] returnStatuses, PageableData pageableData) -
Uses of CustomerModel in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl with type parameters of type CustomerModelModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>DefaultCustomerListSearchService.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) Methods in de.hybris.platform.commerceservices.customer.impl that return CustomerModelModifier and TypeMethodDescriptionDefaultCustomerAccountService.closeAccount(CustomerModel customer) DefaultCustomerService.getCustomerByCustomerId(String customerId) Methods in de.hybris.platform.commerceservices.customer.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected voidDefaultCustomerAccountService.addPaymentInfo(CustomerModel customerModel, PaymentInfoModel paymentInfoModel) protected voidCustomerOriginalUidPrepareInterceptor.adjustUid(CustomerModel customer) voidDefaultCustomerAccountService.clearDefaultAddressEntry(CustomerModel customerModel) DefaultCustomerAccountService.closeAccount(CustomerModel customer) DefaultCustomerAccountService.createPaymentSubscription(CustomerModel customerModel, CardInfo cardInfo, BillingInfo billingInfo, String titleCode, String paymentProvider, boolean saveInAccount) voidDefaultCustomerAccountService.deleteAddressEntry(CustomerModel customerModel, AddressModel addressModel) voidDefaultCustomerAccountService.deleteCCPaymentInfo(CustomerModel customerModel, CreditCardPaymentInfoModel creditCardPaymentInfo) protected voidDefaultCustomerAccountService.fillValuesForCustomerInfo(CustomerModel customer) voidDefaultCustomerAccountService.forgottenPassword(CustomerModel customerModel) protected voidDefaultCustomerAccountService.generateCustomerId(CustomerModel customerModel) DefaultCustomerAccountService.getAddressBookDeliveryEntries(CustomerModel customerModel) DefaultCustomerAccountService.getAddressBookEntries(CustomerModel customerModel) DefaultCustomerAccountService.getAddressForCode(CustomerModel customerModel, String code) DefaultCustomerAccountService.getAllAddressEntries(CustomerModel customerModel) DefaultCustomerAccountService.getCreditCardPaymentInfoForCode(CustomerModel customerModel, String code) DefaultCustomerAccountService.getCreditCardPaymentInfos(CustomerModel customerModel, boolean saved) protected CurrencyModelDefaultCustomerAccountService.getCurrency(CustomerModel customerModel) DefaultCustomerAccountService.getDefaultAddress(CustomerModel customerModel) DefaultCustomerEmailResolutionService.getEmailForCustomer(CustomerModel customerModel) protected AbstractCommerceUserEventDefaultCustomerAccountServiceTest.getMatcher(CustomerModel customer, String token) DefaultCustomerAccountService.getOrderForCode(CustomerModel customerModel, String code, BaseStoreModel store) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.DefaultCustomerAccountService.getOrderList(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status) DefaultCustomerAccountService.getOrderList(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData) DefaultCustomerAccountService.getReturnRequestsByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, ReturnStatus[] returnStatuses, PageableData pageableData) protected AbstractCommerceUserEventDefaultCustomerAccountService.initializeEvent(AbstractCommerceUserEvent event, CustomerModel customerModel) protected voidDefaultCustomerAccountService.internalSaveCustomer(CustomerModel customerModel) Saves the customer translating model layer exceptions regarding duplicate identifiersprotected List<ConsentTemplateModel>DefaultCustomerAccountService.populateAndGetSessionConsentsToRegisteredUser(CustomerModel customerModel, BaseSiteModel baseSiteModel) voidDefaultCustomerAccountService.register(CustomerModel customerModel, String password) protected voidDefaultCustomerAccountService.registerCustomer(CustomerModel customerModel, String password) voidDefaultCustomerAccountService.registerGuestForAnonymousCheckout(CustomerModel customerModel, String password) voidDefaultCustomerAccountService.saveAddressEntry(CustomerModel customerModel, AddressModel addressModel) voidDefaultCustomerAccountService.setDefaultAddressEntry(CustomerModel customerModel, AddressModel addressModel) voidDefaultCustomerAccountService.setDefaultPaymentInfo(CustomerModel customerModel, PaymentInfoModel paymentInfoModel) voidDefaultCustomerAccountService.unlinkCCPaymentInfo(CustomerModel customerModel, CreditCardPaymentInfoModel creditCardPaymentInfo) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.7.voidDefaultCustomerAccountService.updateProfile(CustomerModel customerModel, String titleCode, String name, String login) protected StringDefaultCustomerEmailResolutionService.validateAndProcessEmailForCustomer(CustomerModel customerModel) -
Uses of CustomerModel in de.hybris.platform.commerceservices.customer.strategies
Methods in de.hybris.platform.commerceservices.customer.strategies with type parameters of type CustomerModelModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>CustomerListSearchStrategy.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) Gets customer data list based on specific implementation -
Uses of CustomerModel in de.hybris.platform.commerceservices.event
Methods in de.hybris.platform.commerceservices.event that return CustomerModelMethods in de.hybris.platform.commerceservices.event with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidAbstractCommerceUserEvent.setCustomer(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.commerceservices.model
Methods in de.hybris.platform.commerceservices.model with parameters of type CustomerModel -
Uses of CustomerModel in de.hybris.platform.commerceservices.model.consent
Methods in de.hybris.platform.commerceservices.model.consent that return CustomerModelModifier and TypeMethodDescriptionConsentModel.getCustomer()Generated method - Getter of theConsent.customerattribute defined at extensioncommerceservices.Methods in de.hybris.platform.commerceservices.model.consent with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidConsentModel.setCustomer(CustomerModel value) Generated method - Setter ofConsent.customerattribute defined at extensioncommerceservices.Constructors in de.hybris.platform.commerceservices.model.consent with parameters of type CustomerModelModifierConstructorDescriptionConsentModel(String _code, ConsentTemplateModel _consentTemplate, CustomerModel _customer) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsentModel(String _code, ConsentTemplateModel _consentTemplate, CustomerModel _customer, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CustomerModel in de.hybris.platform.commerceservices.model.process
Methods in de.hybris.platform.commerceservices.model.process that return CustomerModelModifier and TypeMethodDescriptionStoreFrontCustomerProcessModel.getCustomer()Generated method - Getter of theStoreFrontCustomerProcess.customerattribute defined at extensioncommerceservices.Methods in de.hybris.platform.commerceservices.model.process with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidStoreFrontCustomerProcessModel.setCustomer(CustomerModel value) Generated method - Setter ofStoreFrontCustomerProcess.customerattribute defined at extensioncommerceservices. -
Uses of CustomerModel in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order with parameters of type CustomerModelModifier and TypeMethodDescriptionCommerceQuoteService.getQuoteByCodeAndCustomerAndStore(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store, String quoteCode) Finds a quote with highest version by code, customer and store.CommerceQuoteService.getQuoteList(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store, PageableData pageableData) Retrieves the paged list of quotes according to the provided selection criteria.CommerceQuoteService.getQuotesCountForStoreAndUser(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store) Get the number of quotes for the specified user and store. -
Uses of CustomerModel in de.hybris.platform.commerceservices.order.dao
Methods in de.hybris.platform.commerceservices.order.dao with parameters of type CustomerModelModifier and TypeMethodDescriptionCommerceQuoteDao.findQuotesByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData, Set<QuoteState> quoteStates) Returns a paged list of maximum version (i.e.CommerceQuoteDao.findUniqueQuoteByCodeAndCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, String quoteCode, Set<QuoteState> quoteStates) Returns a unique quote of maximum version (i.e.CommerceQuoteDao.getQuotesCountForCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, Set<QuoteState> quoteStates) Returns the total number of quotes for the specified user and store. -
Uses of CustomerModel in de.hybris.platform.commerceservices.order.dao.impl
Methods in de.hybris.platform.commerceservices.order.dao.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultCommerceQuoteDao.findQuotesByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData, Set<QuoteState> quoteStates) DefaultCommerceQuoteDao.findUniqueQuoteByCodeAndCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, String quoteCode, Set<QuoteState> quoteStates) DefaultCommerceQuoteDao.getQuotesCountForCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, Set<QuoteState> quoteStates) DefaultCommerceQuoteDao.populateBasicQueryParams(BaseStoreModel store, CustomerModel customerModel, Set<QuoteState> quoteStates) protected voidDefaultCommerceQuoteDao.validateUserAndStoreAndStates(BaseStoreModel store, CustomerModel customerModel, Set<QuoteState> quoteStates) -
Uses of CustomerModel in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultCommerceQuoteService.getQuoteByCodeAndCustomerAndStore(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store, String quoteCode) DefaultCommerceQuoteService.getQuoteList(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store, PageableData pageableData) DefaultCommerceQuoteService.getQuotesCountForStoreAndUser(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store) -
Uses of CustomerModel in de.hybris.platform.commerceservices.retention.impl
Methods in de.hybris.platform.commerceservices.retention.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidCommerceServicesCustomerCleanupHook.cleanupRelatedObjects(CustomerModel customerModel) -
Uses of CustomerModel in de.hybris.platform.commerceservices.strategies
Methods in de.hybris.platform.commerceservices.strategies that return CustomerModelModifier and TypeMethodDescriptionCheckoutCustomerStrategy.getCurrentUserForCheckout()ReturnsCustomerModelfor the current checkout. -
Uses of CustomerModel in de.hybris.platform.commerceservices.strategies.impl
Methods in de.hybris.platform.commerceservices.strategies.impl that return CustomerModel -
Uses of CustomerModel in de.hybris.platform.commercewebservices.core.auth
Methods in de.hybris.platform.commercewebservices.core.auth that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionprotected Optional<CustomerModel>GuestRoleFilter.getGuest()protected Optional<CustomerModel>GuestRoleFilter.getSessionCartUser()Methods in de.hybris.platform.commercewebservices.core.auth with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected static booleanGuestRoleFilter.canProcessAuthentication(CustomerModel customerModel) protected booleanGuestRoleFilter.isGuest(CustomerModel cm) -
Uses of CustomerModel in de.hybris.platform.commercewebservices.core.customer.populator
Methods in de.hybris.platform.commercewebservices.core.customer.populator with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidExtendedCustomerPopulator.populate(CustomerModel source, CustomerData target) -
Uses of CustomerModel in de.hybris.platform.core.model.util
Methods in de.hybris.platform.core.model.util that return CustomerModelModifier and TypeMethodDescriptionCustomerOrderOverviewModel.getCustomer()Generated method - Getter of theCustomerOrderOverview.customerattribute defined at extensioncore. -
Uses of CustomerModel in de.hybris.platform.customercouponfacades.converter.populators
Methods in de.hybris.platform.customercouponfacades.converter.populators that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionprotected Converter<CustomerModel,CustomerData> CustomerCouponNotificationPopulator.getCustomerConverter()Method parameters in de.hybris.platform.customercouponfacades.converter.populators with type arguments of type CustomerModelModifier and TypeMethodDescriptionvoidCustomerCouponNotificationPopulator.setCustomerConverter(Converter<CustomerModel, CustomerData> customerConverter) -
Uses of CustomerModel in de.hybris.platform.customercouponfacades.process.email.context
Methods in de.hybris.platform.customercouponfacades.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelCouponNotificationEmailContext.getCustomer(CouponNotificationProcessModel couponNotificationProcessModel) -
Uses of CustomerModel in de.hybris.platform.customercouponservices
Methods in de.hybris.platform.customercouponservices with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidCustomerCouponService.assignCouponToCustomer(String couponCode, CustomerModel customer) Assigns the customer coupon to the current customerCustomerCouponService.getAssignableCustomerCoupons(CustomerModel customer, String text) Gets assignable customer couponsCustomerCouponService.getAssignedCustomerCouponsForCustomer(CustomerModel customer, String text) Gets assigned customer couponsCustomerCouponService.getCouponNotificationsForCustomer(CustomerModel customer) Gets coupon notifications for the customerCustomerCouponService.getCustomerCouponsForCustomer(CustomerModel customer, PageableData pageableData) Gets paginated customer coupon models for the customer by pageableDataCustomerCouponService.getEffectiveCustomerCouponsForCustomer(CustomerModel customer) Gets effective customer coupons of the customerCustomerCouponService.getPaginatedCouponsForCustomer(CustomerModel customer, SearchPageData searchPageData) Gets paginated customer coupon data by searchPageDatavoidCustomerCouponService.removeCouponForCustomer(String couponCode, CustomerModel customer) Removes customer coupon for the customer -
Uses of CustomerModel in de.hybris.platform.customercouponservices.daos
Methods in de.hybris.platform.customercouponservices.daos with parameters of type CustomerModelModifier and TypeMethodDescriptionbooleanCustomerCouponDao.checkCustomerCouponAvailableForCustomer(String couponCode, CustomerModel customer) Checks if the customer coupon is available for the customerintCustomerCouponDao.countAssignedCouponForCustomer(String couponCode, CustomerModel customer) Counts the assigned customer coupons for the customer by coupon codeCustomerCouponDao.findAssignableCoupons(CustomerModel customer, String text) Finds assignable customer coupons for the customer by search textCustomerCouponDao.findAssignedCouponsByCustomer(CustomerModel customer, String text) Finds assigned customer coupons by the customer and search textCouponNotificationDao.findCouponNotificationsForCustomer(CustomerModel customer) Finds coupon notifications for the customerCustomerCouponDao.findCustomerCouponsByCustomer(CustomerModel customer, PageableData pageableData) Finds paginated customer couponsCustomerCouponDao.findEffectiveCustomerCouponsByCustomer(CustomerModel customer) Finds customer coupons for the customerCustomerCouponDao.findPaginatedCouponsByCustomer(CustomerModel customer, SearchPageData searchPageData) Finds paginated customer coupons by the customer and searchPageData -
Uses of CustomerModel in de.hybris.platform.customercouponservices.daos.impl
Methods in de.hybris.platform.customercouponservices.daos.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultCustomerCouponDao.buildParamsMapForAssignableCoupons(CustomerModel customer) DefaultCustomerCouponDao.buildQueryParamsForAssignedCoupons(CustomerModel customer) booleanDefaultCustomerCouponDao.checkCustomerCouponAvailableForCustomer(String couponCode, CustomerModel customer) intDefaultCustomerCouponDao.countAssignedCouponForCustomer(String couponCode, CustomerModel customer) DefaultCustomerCouponDao.findAssignableCoupons(CustomerModel customer, String text) DefaultCustomerCouponDao.findAssignedCouponsByCustomer(CustomerModel customer, String text) protected List<CustomerCouponModel>DefaultCustomerCouponDao.findAssignmentCoupons(CustomerModel customer, String text, String query, Map<String, Object> params) DefaultCouponNotificationDao.findCouponNotificationsForCustomer(CustomerModel customer) DefaultCustomerCouponDao.findCustomerCouponsByCustomer(CustomerModel customer, PageableData pageableData) DefaultCustomerCouponDao.findEffectiveCustomerCouponsByCustomer(CustomerModel customer) DefaultCustomerCouponDao.findPaginatedCouponsByCustomer(CustomerModel customer, SearchPageData searchPageData) -
Uses of CustomerModel in de.hybris.platform.customercouponservices.email.process.impl
Methods in de.hybris.platform.customercouponservices.email.process.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidDefaultCouponNotificationEmailProcessor.process(CustomerModel customer, Map<String, ? extends ItemModel> dataMap) Renders and sends out the coupon notification -
Uses of CustomerModel in de.hybris.platform.customercouponservices.impl
Methods in de.hybris.platform.customercouponservices.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidDefaultCustomerCouponService.assignCouponToCustomer(String couponCode, CustomerModel customer) DefaultCustomerCouponService.getAssignableCustomerCoupons(CustomerModel customer, String text) DefaultCustomerCouponService.getAssignedCustomerCouponsForCustomer(CustomerModel customer, String text) DefaultCustomerCouponService.getCouponNotificationsForCustomer(CustomerModel customer) DefaultCustomerCouponService.getCustomerCouponsForCustomer(CustomerModel customer, PageableData pageableData) DefaultCustomerCouponService.getEffectiveCustomerCouponsForCustomer(CustomerModel customer) DefaultCustomerCouponService.getPaginatedCouponsForCustomer(CustomerModel customer, SearchPageData searchPageData) voidDefaultCustomerCouponService.removeCouponForCustomer(String couponCode, CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.customercouponservices.model
Methods in de.hybris.platform.customercouponservices.model that return CustomerModelModifier and TypeMethodDescriptionCouponNotificationModel.getCustomer()Generated method - Getter of theCouponNotification.customerattribute defined at extensioncustomercouponservices.Methods in de.hybris.platform.customercouponservices.model that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionCustomerCouponModel.getCustomers()Generated method - Getter of theCustomerCoupon.customersattribute defined at extensioncustomercouponservices.Methods in de.hybris.platform.customercouponservices.model with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidCouponNotificationModel.setCustomer(CustomerModel value) Generated method - Setter ofCouponNotification.customerattribute defined at extensioncustomercouponservices.Method parameters in de.hybris.platform.customercouponservices.model with type arguments of type CustomerModelModifier and TypeMethodDescriptionvoidCustomerCouponModel.setCustomers(Collection<CustomerModel> value) Generated method - Setter ofCustomerCoupon.customersattribute defined at extensioncustomercouponservices.Constructors in de.hybris.platform.customercouponservices.model with parameters of type CustomerModelModifierConstructorDescriptionCouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CustomerModel in de.hybris.platform.customercouponservices.retention.hook
Methods in de.hybris.platform.customercouponservices.retention.hook with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidCouponNotificationCleanupHook.cleanupRelatedObjects(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.customercouponservices.sitemsg.process.impl
Methods in de.hybris.platform.customercouponservices.sitemsg.process.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidCouponNotificationSiteMessageProcessor.process(CustomerModel customer, Map<String, ? extends ItemModel> dataMap) protected voidCouponNotificationSiteMessageProcessor.sendMessage(CustomerModel customer, SiteMessageModel message) -
Uses of CustomerModel in de.hybris.platform.customercouponservices.sms.process.impl
Methods in de.hybris.platform.customercouponservices.sms.process.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidDefaultCouponNotificationSmsProcessor.process(CustomerModel customer, Map<String, ? extends ItemModel> dataMap) -
Uses of CustomerModel in de.hybris.platform.customercouponservices.strategies
Methods in de.hybris.platform.customercouponservices.strategies that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelCouponNotificationProcessContextStrategy.getCustomer(BusinessProcessModel businessProcess) -
Uses of CustomerModel in de.hybris.platform.customerinterestsservices.hooks.impl
Methods in de.hybris.platform.customerinterestsservices.hooks.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidProductInterestCustomerSettingsChangedHook.afterUnbindMobileNumber(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.customerinterestsservices.model
Methods in de.hybris.platform.customerinterestsservices.model that return CustomerModelModifier and TypeMethodDescriptionProductInterestModel.getCustomer()Generated method - Getter of theProductInterest.customerattribute defined at extensioncustomerinterestsservices.ProductInterestsProcessModel.getCustomer()Generated method - Getter of theProductInterestsProcess.Customerattribute defined at extensioncustomerinterestsservices.Methods in de.hybris.platform.customerinterestsservices.model with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidProductInterestModel.setCustomer(CustomerModel value) Generated method - Setter ofProductInterest.customerattribute defined at extensioncustomerinterestsservices.voidProductInterestsProcessModel.setCustomer(CustomerModel value) Generated method - Setter ofProductInterestsProcess.Customerattribute defined at extensioncustomerinterestsservices. -
Uses of CustomerModel in de.hybris.platform.customerinterestsservices.productinterest
Methods in de.hybris.platform.customerinterestsservices.productinterest with parameters of type CustomerModelModifier and TypeMethodDescriptionProductInterestService.getProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite) This method is used to find the ProductInterestModel by productModel, customerModel, notificationType, baseStore,baseSite.ProductInterestService.getProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) This method is used to find the expired and effective ProductInterestModels by productModel, customerModel, notificationType, baseStore,baseSite. -
Uses of CustomerModel in de.hybris.platform.customerinterestsservices.productinterest.daos
Methods in de.hybris.platform.customerinterestsservices.productinterest.daos with parameters of type CustomerModelModifier and TypeMethodDescriptionProductInterestDao.findProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite) This method is used to find the ProductInterestModel by its productModel, customerModel, notificationType and baseStore.ProductInterestDao.findProductInterestRelationsByCustomer(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) Find all interests watched by current customerProductInterestDao.findProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) This method is used to find expired and effective ProductInterestModels by its productModel, customerModel, notificationType and baseStore.ProductInterestDao.findProductInterestsByCustomer(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) This method will get all the interests of the current customerProductInterestDao.findProductsByCustomerInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite, PageableData pageableData) Find interests watched by current customerintProductInterestDao.findProductsCountByCustomerInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite, PageableData pageableData) Find the total count of products watched by customer -
Uses of CustomerModel in de.hybris.platform.customerinterestsservices.productinterest.daos.impl
Methods in de.hybris.platform.customerinterestsservices.productinterest.daos.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected FlexibleSearchQueryDefaultProductInterestDao.buildPagedProductInterestsQuery(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite, PageableData pageableData) protected FlexibleSearchQueryDefaultProductInterestDao.buildProductInterestsQuery(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestDao.findProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestDao.findProductInterestRelationsByCustomer(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestDao.findProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestDao.findProductInterestsByCustomer(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestDao.findProductsByCustomerInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite, PageableData pageableData) intDefaultProductInterestDao.findProductsCountByCustomerInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite, PageableData pageableData) -
Uses of CustomerModel in de.hybris.platform.customerinterestsservices.productinterest.impl
Methods in de.hybris.platform.customerinterestsservices.productinterest.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultProductInterestService.getProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestService.getProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) -
Uses of CustomerModel in de.hybris.platform.customerinterestsservices.retention.hook
Methods in de.hybris.platform.customerinterestsservices.retention.hook with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidCustomerInterestsCleanupHook.cleanupRelatedObjects(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.customersupportbackoffice.data
Methods in de.hybris.platform.customersupportbackoffice.data that return CustomerModelModifier and TypeMethodDescriptionCsCreateTicketForm.getCustomer()CsCreateAddressForm.getOwner()Methods in de.hybris.platform.customersupportbackoffice.data with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidCsCreateTicketForm.setCustomer(CustomerModel customer) voidCsCreateAddressForm.setOwner(CustomerModel owner) -
Uses of CustomerModel in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext
Methods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected StringSessionContextController.customerSelected(CustomerModel customer, SessionContextModel currentContextSession) -
Uses of CustomerModel in de.hybris.platform.customerticketingfacades.converters.populators
Fields in de.hybris.platform.customerticketingfacades.converters.populators declared as CustomerModelModifier and TypeFieldDescriptionprotected CustomerModelDefaultTicketEventPopulatorTest.customerModelprotected CustomerModelDefaultTicketPopulatorTest.customerModel -
Uses of CustomerModel in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelDefaultImportProcessorTest.getOrCreateCustomer() -
Uses of CustomerModel in de.hybris.platform.integration.cis.subscription.facades.impl
Methods in de.hybris.platform.integration.cis.subscription.facades.impl that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionprotected Converter<CustomerModel,CustomerData> DefaultCisSubscriptionFacade.getCustomerConverter()Method parameters in de.hybris.platform.integration.cis.subscription.facades.impl with type arguments of type CustomerModelModifier and TypeMethodDescriptionvoidDefaultCisSubscriptionFacade.setCustomerConverter(Converter<CustomerModel, CustomerData> customerConverter) -
Uses of CustomerModel in de.hybris.platform.marketplacefacades.vendor.converters.populator
Methods in de.hybris.platform.marketplacefacades.vendor.converters.populator that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionprotected Converter<CustomerModel,CustomerData> CustomerVendorReviewPopulator.getCustomerConverter()Method parameters in de.hybris.platform.marketplacefacades.vendor.converters.populator with type arguments of type CustomerModelModifier and TypeMethodDescriptionvoidCustomerVendorReviewPopulator.setCustomerConverter(Converter<CustomerModel, CustomerData> customerConverter) -
Uses of CustomerModel in de.hybris.platform.marketplaceservices.retention.hook
Methods in de.hybris.platform.marketplaceservices.retention.hook with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidCustomerVendorReviewsCleanupHook.cleanupRelatedObjects(CustomerModel customer) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CustomerModel in de.hybris.platform.marketplaceservices.retention.hooks.impl
Methods in de.hybris.platform.marketplaceservices.retention.hooks.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidCustomerVendorReviewsCleanupHook.cleanupRelatedObjects(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.messagecentercsservices
Methods in de.hybris.platform.messagecentercsservices with parameters of type CustomerModelModifier and TypeMethodDescriptionConversationService.getAllConversationsForCustomer(CustomerModel customer) Gets all conversations of specific customer -
Uses of CustomerModel in de.hybris.platform.messagecentercsservices.impl
Methods in de.hybris.platform.messagecentercsservices.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultConversationService.getAllConversationsForCustomer(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.messagecentercsservices.model
Methods in de.hybris.platform.messagecentercsservices.model that return CustomerModelModifier and TypeMethodDescriptionConversationModel.getCustomer()Generated method - Getter of theConversation.customerattribute defined at extensionmessagecentercsservices.Methods in de.hybris.platform.messagecentercsservices.model with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidConversationModel.setCustomer(CustomerModel value) Generated method - Setter ofConversation.customerattribute defined at extensionmessagecentercsservices.Constructors in de.hybris.platform.messagecentercsservices.model with parameters of type CustomerModelModifierConstructorDescriptionConversationModel(CustomerModel _customer, String _messages, ItemModel _owner, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConversationModel(CustomerModel _customer, String _messages, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CustomerModel in de.hybris.platform.notificationfacades.facades.impl
Methods in de.hybris.platform.notificationfacades.facades.impl that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionDefaultNotificationPreferenceFacade.getNotificationPreferenceConverter()Method parameters in de.hybris.platform.notificationfacades.facades.impl with type arguments of type CustomerModelModifier and TypeMethodDescriptionvoidDefaultNotificationPreferenceFacade.setNotificationPreferenceConverter(Converter<CustomerModel, NotificationPreferenceData> notificationPreferenceConverter) -
Uses of CustomerModel in de.hybris.platform.notificationfacades.populators
Methods in de.hybris.platform.notificationfacades.populators with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidNotificationPreferencePopulator.populate(CustomerModel source, NotificationPreferenceData target) Deprecated, for removal: This API element is subject to removal in a future version.Populate notification preference data into target.CustomerModel contains UID which is the email address SmsNotificationChannelStrategy will provide the phone number -
Uses of CustomerModel in de.hybris.platform.notificationservices.dao
Methods in de.hybris.platform.notificationservices.dao that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionNotifyCustomerDao.findOldCustomer()find customers which are created before the install of notificationservicesMethods in de.hybris.platform.notificationservices.dao with parameters of type CustomerModelModifier and TypeMethodDescriptionSiteMessageDao.findPaginatedMessages(CustomerModel customer, SearchPageData searchPageData) Finds all paginated site messageSiteMessageDao.findPaginatedMessagesByType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData) Finds paginated site message for given parametersSiteMessageDao.findSiteMessagesForCustomer(CustomerModel customer) Finds all site message of the customer -
Uses of CustomerModel in de.hybris.platform.notificationservices.dao.impl
Methods in de.hybris.platform.notificationservices.dao.impl that return types with arguments of type CustomerModelMethods in de.hybris.platform.notificationservices.dao.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultSiteMessageDao.findPaginatedMessages(CustomerModel customer, SearchPageData searchPageData) DefaultSiteMessageDao.findPaginatedMessagesByType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData) DefaultSiteMessageDao.findSiteMessagesForCustomer(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.notificationservices.model
Methods in de.hybris.platform.notificationservices.model that return CustomerModelModifier and TypeMethodDescriptionSiteMessageForCustomerModel.getCustomer()Generated method - Getter of theSiteMessageForCustomer.customerattribute defined at extensionnotificationservices.Methods in de.hybris.platform.notificationservices.model with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidSiteMessageForCustomerModel.setCustomer(CustomerModel value) Generated method - Initial setter ofSiteMessageForCustomer.customerattribute defined at extensionnotificationservices.Constructors in de.hybris.platform.notificationservices.model with parameters of type CustomerModelModifierConstructorDescriptionSiteMessageForCustomerModel(CustomerModel _customer, SiteMessageModel _message, ItemModel _owner, Date _sentDate) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSiteMessageForCustomerModel(CustomerModel _customer, SiteMessageModel _message, Date _sentDate) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CustomerModel in de.hybris.platform.notificationservices.processor
Methods in de.hybris.platform.notificationservices.processor with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidProcessor.process(CustomerModel customer, Map<String, ? extends ItemModel> dataMap) Render and send the notification -
Uses of CustomerModel in de.hybris.platform.notificationservices.retention.hook
Methods in de.hybris.platform.notificationservices.retention.hook with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidSiteMessageCleanupHook.cleanupRelatedObjects(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.notificationservices.service
Methods in de.hybris.platform.notificationservices.service with parameters of type CustomerModelModifier and TypeMethodDescriptionNotificationService.getChannelValue(NotificationChannel channel, CustomerModel customer) return the notificaiton channel's valueSiteMessageService.getPaginatedMessagesForCustomer(CustomerModel customer, SearchPageData searchPageData) Gets all paginated site messagesSiteMessageService.getPaginatedMessagesForType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData) Gets paginated site messages for the given typeSiteMessageService.getSiteMessagesForCustomer(CustomerModel customer) Gets all site message of the customervoidNotificationService.notifyCustomer(NotificationType notificationType, CustomerModel customer, Map<String, ? extends ItemModel> dataMap) Send notification to customer using channels from customer's preferencesvoidNotificationService.notifyCustomer(NotificationType notificationType, CustomerModel customer, Set<NotificationChannel> channelSet, Map<String, ? extends ItemModel> dataMap) Send notification to customer using specific channels -
Uses of CustomerModel in de.hybris.platform.notificationservices.service.hooks
Methods in de.hybris.platform.notificationservices.service.hooks with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidCustomerSettingsChangedHook.afterUnbindMobileNumber(CustomerModel customer) Specific customized logic after unbinding mobile number -
Uses of CustomerModel in de.hybris.platform.notificationservices.service.impl
Methods in de.hybris.platform.notificationservices.service.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultNotificationService.getChannelValue(NotificationChannel channel, CustomerModel customer) DefaultSiteMessageService.getPaginatedMessagesForCustomer(CustomerModel customer, SearchPageData searchPageData) DefaultSiteMessageService.getPaginatedMessagesForType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData) DefaultSiteMessageService.getSiteMessagesForCustomer(CustomerModel customer) protected Set<NotificationChannel>DefaultNotificationService.getSupportedChannel(CustomerModel customer) protected booleanDefaultNotificationService.isSupportedByCustomer(CustomerModel customer, NotificationChannel ch) voidDefaultNotificationService.notifyCustomer(NotificationType notificationType, CustomerModel customer, Map<String, ? extends ItemModel> dataMap) voidDefaultNotificationService.notifyCustomer(NotificationType notificationType, CustomerModel customer, Set<NotificationChannel> channelSet, Map<String, ? extends ItemModel> dataMap) protected voidDefaultNotificationService.notifyCustomerByChannelSet(NotificationType notificationType, CustomerModel customer, Map<String, ? extends ItemModel> dataMap, Set<NotificationChannel> channelSet) protected voidDefaultNotificationService.processNotification(NotificationChannel channel, CustomerModel customer, Processor processor, Map<String, ? extends ItemModel> dataMap) -
Uses of CustomerModel in de.hybris.platform.notificationservices.service.strategies
Methods in de.hybris.platform.notificationservices.service.strategies with parameters of type CustomerModelModifier and TypeMethodDescriptionNotificationChannelStrategy.getChannelValue(CustomerModel customer) get the channel value for the customerSmsNotificationChannelStrategy.getMobilePhoneNumber(CustomerModel customer) Deprecated, for removal: This API element is subject to removal in a future version.Get the mobile phone number from project.properties configuration fileNotificationLanguageStrategy.getNotificationLanguage(CustomerModel customer) If chineseprofileaddon exist use the email language setting under personal detail page else use current site language -
Uses of CustomerModel in de.hybris.platform.notificationservices.service.strategies.impl
Methods in de.hybris.platform.notificationservices.service.strategies.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultEmailChannelStrategy.getChannelValue(CustomerModel customer) DefaultSmsChannelStrategy.getChannelValue(CustomerModel customer) Deprecated, for removal: This API element is subject to removal in a future version.DefaultSmsNotificationChannelStrategy.getMobilePhoneNumber(CustomerModel customer) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEmailNotificationLanguageStrategy.getNotificationLanguage(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.notificationservices.strategies
Methods in de.hybris.platform.notificationservices.strategies with parameters of type CustomerModelModifier and TypeMethodDescriptiondefault voidSendSiteMessageStrategy.sendMessage(CustomerModel customer, SiteMessageModel message) Send message for specific customerdefault voidSendSiteMessageStrategy.sendMessage(CustomerModel customer, List<SiteMessageModel> messages) Send messages for specific customerMethod parameters in de.hybris.platform.notificationservices.strategies with type arguments of type CustomerModelModifier and TypeMethodDescriptiondefault voidSendSiteMessageStrategy.sendMessage(List<CustomerModel> customers, SiteMessageModel message) Send message for given customers -
Uses of CustomerModel in de.hybris.platform.notificationservices.strategies.impl
Methods in de.hybris.platform.notificationservices.strategies.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidDefaultSendSiteMessageStrategy.sendMessage(CustomerModel customer, SiteMessageModel message) -
Uses of CustomerModel in de.hybris.platform.ordermanagementfacades
Fields in de.hybris.platform.ordermanagementfacades declared as CustomerModelModifier and TypeFieldDescriptionprotected CustomerModelBaseOrdermanagementFacadeTest.customerModelFields in de.hybris.platform.ordermanagementfacades with type parameters of type CustomerModelModifier and TypeFieldDescriptionprotected Converter<CustomerData,CustomerModel> BaseOrdermanagementFacadeTest.customerReverseConverter -
Uses of CustomerModel in de.hybris.platform.ordermanagementfacades.order.impl
Methods in de.hybris.platform.ordermanagementfacades.order.impl that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionprotected Converter<CustomerData,CustomerModel> DefaultOmsOrderFacade.getCustomerReverseConverter()Method parameters in de.hybris.platform.ordermanagementfacades.order.impl with type arguments of type CustomerModelModifier and TypeMethodDescriptionvoidDefaultOmsOrderFacade.setCustomerReverseConverter(Converter<CustomerData, CustomerModel> customerReverseConverter) -
Uses of CustomerModel in de.hybris.platform.personalizationservices.consent.impl
Methods in de.hybris.platform.personalizationservices.consent.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected booleanDefaultCxConsentService.hasActiveConsentLoggedUser(CustomerModel user) -
Uses of CustomerModel in de.hybris.platform.personalizationservices.events.consent
Methods in de.hybris.platform.personalizationservices.events.consent with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected voidCxConsentWithdrawnEventListener.removeCxResults(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.personalizationservices.retention.impl
Methods in de.hybris.platform.personalizationservices.retention.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidPersonalizationCustomerCleanupHook.cleanupRelatedObjects(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.personalizationyprofile.event
Methods in de.hybris.platform.personalizationyprofile.event with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected voidCxCdsConsentWithdrawnEventListener.resetProfileIdentifier(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers
Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers that return CustomerModelMethods in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionprotected Optional<CustomerModel>CustomerRuleParameterValueMapper.lookupCustomerByPK(String value) protected Optional<CustomerModel>CustomerRuleParameterValueMapper.lookupCustomerByUID(String value) Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers with parameters of type CustomerModelModifier and TypeMethodDescriptionCustomerRuleParameterValueMapper.toString(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.sap.productconfig.services.integrationtests
Fields in de.hybris.platform.sap.productconfig.services.integrationtests declared as CustomerModel -
Uses of CustomerModel in de.hybris.platform.servicelayer.user
Methods in de.hybris.platform.servicelayer.user that return CustomerModelModifier and TypeMethodDescriptionUserService.getAnonymousUser()Returns always the anonymous user. -
Uses of CustomerModel in de.hybris.platform.servicelayer.user.impl
Methods in de.hybris.platform.servicelayer.user.impl that return CustomerModel -
Uses of CustomerModel in de.hybris.platform.stocknotificationfacades.process.email.context
Methods in de.hybris.platform.stocknotificationfacades.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelBackInStockNotificationEmailContext.getCustomer(StockNotificationProcessModel stockNotificationProcessModel) -
Uses of CustomerModel in de.hybris.platform.stocknotificationservices.email.processor.impl
Methods in de.hybris.platform.stocknotificationservices.email.processor.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidDefaultStockNotificationEmailProcessor.process(CustomerModel customer, Map<String, ? extends ItemModel> dataMap) -
Uses of CustomerModel in de.hybris.platform.stocknotificationservices.process.strategies.impl
Methods in de.hybris.platform.stocknotificationservices.process.strategies.impl that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelProductInterestProcessContextStrategy.getCustomer(BusinessProcessModel businessProcess) -
Uses of CustomerModel in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl
Methods in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidStockNotificationSiteMessageProcessor.process(CustomerModel customer, Map<String, ? extends ItemModel> dataMap) protected voidStockNotificationSiteMessageProcessor.sendMessage(CustomerModel customer, SiteMessageModel message) -
Uses of CustomerModel in de.hybris.platform.stocknotificationservices.sms.processor.impl
Methods in de.hybris.platform.stocknotificationservices.sms.processor.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidDefaultStockNotificationSmsProcessor.process(CustomerModel customer, Map<String, ? extends ItemModel> dataMap) -
Uses of CustomerModel in de.hybris.platform.subscriptionservices.daos.impl
Methods in de.hybris.platform.subscriptionservices.daos.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultSubscriptionCustomerAccountDao.findOrdersByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status) Deprecated, for removal: This API element is subject to removal in a future version.DefaultSubscriptionCustomerAccountDao.findOrdersByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CustomerModel in de.hybris.platform.subscriptionservices.subscription
Methods in de.hybris.platform.subscriptionservices.subscription that return CustomerModelModifier and TypeMethodDescriptionCustomerResolutionService.getCurrentCustomer()Returns the current customer. -
Uses of CustomerModel in de.hybris.platform.subscriptionservices.subscription.impl
Methods in de.hybris.platform.subscriptionservices.subscription.impl that return CustomerModel -
Uses of CustomerModel in de.hybris.platform.ticket.event.dao
Methods in de.hybris.platform.ticket.event.dao with type parameters of type CustomerModelModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>CustomerSupportEventDao.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 6.7<T extends CustomerModel>
SearchPageData<T>CustomerSupportEventDao.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit, boolean includeDisabledAccounts) Searching customers based on event type -
Uses of CustomerModel in de.hybris.platform.ticket.event.dao.impl
Methods in de.hybris.platform.ticket.event.dao.impl with type parameters of type CustomerModelModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>DefaultCustomerSupportEventDao.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 6.7<T extends CustomerModel>
SearchPageData<T>DefaultCustomerSupportEventDao.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit, boolean includeDisabledAccounts) -
Uses of CustomerModel in de.hybris.platform.ticket.model
Methods in de.hybris.platform.ticket.model with parameters of type CustomerModelModifier and TypeMethodDescriptionTicketsAttributeHandler.get(CustomerModel model) voidTicketsAttributeHandler.set(CustomerModel model, List<CsTicketModel> csTicketModel) -
Uses of CustomerModel in de.hybris.platform.ticket.retention.impl
Methods in de.hybris.platform.ticket.retention.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidCsTicketsByCustomerCleanupHook.cleanupRelatedObjects(CustomerModel customerModel) -
Uses of CustomerModel in de.hybris.platform.warehousing.process.strategies
Methods in de.hybris.platform.warehousing.process.strategies that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelConsolidatedPickSlipBusinessProcessContextStrategy.getCustomer(BusinessProcessModel businessProcess) -
Uses of CustomerModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return CustomerModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type CustomerModel -
Uses of CustomerModel in de.hybris.platform.webhookservices.util
Methods in de.hybris.platform.webhookservices.util with parameters of type CustomerModelModifier and TypeMethodDescriptionstatic StringToStringUtil.toString(CustomerModel model) Converts to a string -
Uses of CustomerModel in de.hybris.platform.wishlist2.retention.hook.impl
Methods in de.hybris.platform.wishlist2.retention.hook.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidWishlistCustomerCleanupHook.cleanupRelatedObjects(CustomerModel customerModel) -
Uses of CustomerModel in de.hybris.platform.yacceleratorfacades.process.email.context
Methods in de.hybris.platform.yacceleratorfacades.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelConsignmentCollectionReminderEmailContext.getCustomer(ConsignmentProcessModel consignmentProcessModel) protected CustomerModelCustomerEmailContext.getCustomer(StoreFrontCustomerProcessModel storeFrontCustomerProcessModel) protected CustomerModelDeliverySentEmailContext.getCustomer(ConsignmentProcessModel consignmentProcessModel) protected CustomerModelNotPickedUpConsignmentCanceledEmailContext.getCustomer(ConsignmentProcessModel consignmentProcessModel) protected CustomerModelOrderCancelledEmailContext.getCustomer(OrderProcessModel orderProcessModel) protected CustomerModelOrderNotificationEmailContext.getCustomer(OrderProcessModel orderProcessModel) protected CustomerModelOrderPartiallyModifiedEmailContext.getCustomer(OrderModificationProcessModel orderProcessModel) protected CustomerModelOrderRefundEmailContext.getCustomer(OrderProcessModel orderProcessModel) protected CustomerModelQuoteNotificationEmailContext.getCustomer(QuoteProcessModel quoteProcessModel) protected CustomerModelReadyForPickupEmailContext.getCustomer(ConsignmentProcessModel consignmentProcessModel) -
Uses of CustomerModel in de.hybris.platform.yacceleratorordermanagement.email
Methods in de.hybris.platform.yacceleratorordermanagement.email that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelReturnLabelEmailContext.getCustomer(ReturnProcessModel returnProcessModel) -
Uses of CustomerModel in de.hybris.platform.ycommercewebservices.auth
Methods in de.hybris.platform.ycommercewebservices.auth that return types with arguments of type CustomerModelModifier and TypeMethodDescriptionprotected Optional<CustomerModel>GuestRoleFilter.getGuest()protected Optional<CustomerModel>GuestRoleFilter.getSessionCartUser()Methods in de.hybris.platform.ycommercewebservices.auth with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected static booleanGuestRoleFilter.canProcessAuthentication(CustomerModel customerModel) protected booleanGuestRoleFilter.isGuest(CustomerModel cm) -
Uses of CustomerModel in de.hybris.platform.ycommercewebservices.customer.populator
Methods in de.hybris.platform.ycommercewebservices.customer.populator with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidExtendedCustomerPopulator.populate(CustomerModel source, CustomerData target)