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.b2ctelcoservices.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.jalo.user package.
Contains generated models for each type of de.hybris.platform.util package.
-
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.Methods in de.hybris.platform.b2b.model that return CustomerModelModifier and TypeMethodDescriptionB2BRegistrationModel.getCustomer()Generated method - Getter of theB2BRegistration.customerattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.b2b.model with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidB2BRegistrationModel.setCustomer(CustomerModel value) Generated method - Setter ofB2BRegistration.customerattribute defined at extensionb2bcommerce. -
Uses of CustomerModel in de.hybris.platform.b2btelcospastore.process.email.context
Methods in de.hybris.platform.b2btelcospastore.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelOrderNotificationEmailContext.getCustomer(OrderProcessModel orderProcessModel) -
Uses of CustomerModel in de.hybris.platform.b2btelcostore.process.email.context
Methods in de.hybris.platform.b2btelcostore.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelOrderNotificationEmailContext.getCustomer(OrderProcessModel orderProcessModel) -
Uses of CustomerModel in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidTmaCustomerIdentificationsPopulator.populate(CustomerModel source, CustomerData target) voidTmaCustomerReversePopulator.populate(CustomerData source, CustomerModel target) -
Uses of CustomerModel in de.hybris.platform.b2ctelcofacades.user.impl
Methods in de.hybris.platform.b2ctelcofacades.user.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected voidTmaDefaultCustomerFacade.setCommonPropertiesForRegister(RegisterData registerData, CustomerModel customerModel) -
Uses of CustomerModel in de.hybris.platform.b2ctelcoservices.compatibility.eligibility
Methods in de.hybris.platform.b2ctelcoservices.compatibility.eligibility with parameters of type CustomerModelModifier and TypeMethodDescriptionTmaEligibilityPolicyEngine.createEligibilityContext(CustomerModel customer) Identifies the eligibility rules, validates them and considers only the ones which pass the conditions validations based on the given customer details in order to created customer corresponding eligibility context.TmaEligibilityPolicyEngine.getApplicableEligibilityPolicies(CustomerModel customer) Identifies the eligibility policies, validates them and considers only the ones which pass the conditions validations based on the given customer details.voidTmaEligibilityContextService.updateEligibilityContextsByCustomer(boolean forceRefresh, CustomerModel customer) Updates theTmaEligibilityContexts for the current customer. -
Uses of CustomerModel in de.hybris.platform.b2ctelcoservices.compatibility.eligibility.impl
Methods in de.hybris.platform.b2ctelcoservices.compatibility.eligibility.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultTmaEligibilityPolicyEngine.createEligibilityContext(CustomerModel customer) DefaultTmaEligibilityPolicyEngine.getApplicableEligibilityPolicies(CustomerModel customer) voidDefaultTmaEligibilityContextUpdateService.updateEligibilityContextsByCustomer(boolean forceRefresh, CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.b2ctelcoservices.compatibility.impl
Methods in de.hybris.platform.b2ctelcoservices.compatibility.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionprotected List<TmaPolicyContext>DefaultTmaCompatibilityPolicyEngine.getCompatibilityRequestsFromCpi(CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.b2ctelcoservices.customer
Methods in de.hybris.platform.b2ctelcoservices.customer with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultTmaCustomerAccountService.getAddressForCode(CustomerModel customerModel, String code) -
Uses of CustomerModel in de.hybris.platform.b2ctelcoservices.daos
Methods in de.hybris.platform.b2ctelcoservices.daos with parameters of type CustomerModelModifier and TypeMethodDescriptionTmaCreditCardDao.findCreditCardPaymentInfoByCustomer(CustomerModel customerModel, String code) Retrieves the customer's credit card payment info -
Uses of CustomerModel in de.hybris.platform.b2ctelcoservices.daos.impl
Methods in de.hybris.platform.b2ctelcoservices.daos.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultTmaCreditCardDao.findCreditCardPaymentInfoByCustomer(CustomerModel customerModel, String code) -
Uses of CustomerModel in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model that return CustomerModelModifier and TypeMethodDescriptionTmaEligibilityContextModel.getCustomer()Generated method - Getter of theTmaEligibilityContext.customerattribute defined at extensionb2ctelcoservices.Methods in de.hybris.platform.b2ctelcoservices.model with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidTmaEligibilityContextModel.setCustomer(CustomerModel value) Generated method - Setter ofTmaEligibilityContext.customerattribute defined at extensionb2ctelcoservices. -
Uses of CustomerModel in de.hybris.platform.b2ctelcoservices.retention.impl
Methods in de.hybris.platform.b2ctelcoservices.retention.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidServicesCustomerCleanupHook.cleanupRelatedObjects(CustomerModel customerModel) -
Uses of CustomerModel in de.hybris.platform.b2ctelcoservices.services
Methods in de.hybris.platform.b2ctelcoservices.services with parameters of type CustomerModelModifier and TypeMethodDescriptionTmaCustomerInventoryService.getAllSubscribedProducts(CustomerModel customerModel) Returns the list of subscribed products from all customer's subscriptions.TmaPaymentMethodService.getCreditCardPaymentInfo(CustomerModel customerModel, String code) Retrieves the customer's credit card payment info given its codeTmaCustomerInventoryService.getSubscribedProductById(String subscribedProductId, CustomerModel customer) Gets a subscribedProduct by id for a given customer. -
Uses of CustomerModel in de.hybris.platform.b2ctelcoservices.services.impl
Methods in de.hybris.platform.b2ctelcoservices.services.impl with parameters of type CustomerModelModifier and TypeMethodDescriptionDefaultTmaCustomerInventoryService.getAllSubscribedProducts(CustomerModel customerModel) DefaultTmaPaymentMethodService.getCreditCardPaymentInfo(CustomerModel customerModel, String code) DefaultTmaCustomerInventoryService.getSubscribedProductById(String subscribedProductId, CustomerModel customer) -
Uses of CustomerModel in de.hybris.platform.b2ctelcospastore.process.email.context
Methods in de.hybris.platform.b2ctelcospastore.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelOrderNotificationEmailContext.getCustomer(OrderProcessModel orderProcessModel) -
Uses of CustomerModel in de.hybris.platform.b2ctelcostore.process.email.context
Methods in de.hybris.platform.b2ctelcostore.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelOrderNotificationEmailContext.getCustomer(OrderProcessModel orderProcessModel) -
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.core.model.user
Methods in de.hybris.platform.core.model.user that return CustomerModelModifier and TypeMethodDescriptionSitePreferenceModel.getCustomer()Generated method - Getter of theSitePreference.customerattribute defined at extensioncommerceservices.Methods in de.hybris.platform.core.model.user with parameters of type CustomerModelModifier and TypeMethodDescriptionvoidSitePreferenceModel.setCustomer(CustomerModel value) Generated method - Initial setter ofSitePreference.customerattribute defined at extensioncommerceservices.Constructors in de.hybris.platform.core.model.user with parameters of type CustomerModelModifierConstructorDescriptionSitePreferenceModel(CustomerModel _customer, BaseSiteModel _site) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSitePreferenceModel(CustomerModel _customer, ItemModel _owner, BaseSiteModel _site) 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.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.mediaspastore.process.email.context
Methods in de.hybris.platform.mediaspastore.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelOrderNotificationEmailContext.getCustomer(OrderProcessModel orderProcessModel) -
Uses of CustomerModel in de.hybris.platform.mediastore.process.email.context
Methods in de.hybris.platform.mediastore.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelOrderNotificationEmailContext.getCustomer(OrderProcessModel orderProcessModel) -
Uses of CustomerModel in de.hybris.platform.utilitiesspastore.process.email.context
Methods in de.hybris.platform.utilitiesspastore.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelOrderNotificationEmailContext.getCustomer(OrderProcessModel orderProcessModel) -
Uses of CustomerModel in de.hybris.platform.utilitiesstore.process.email.context
Methods in de.hybris.platform.utilitiesstore.process.email.context that return CustomerModelModifier and TypeMethodDescriptionprotected CustomerModelOrderNotificationEmailContext.getCustomer(OrderProcessModel orderProcessModel)