Uses of Class
de.hybris.platform.jalo.user.Customer
-
-
Uses of Customer in de.hybris.platform.b2b.jalo
Subclasses of Customer in de.hybris.platform.b2b.jalo Modifier and Type Class Description classB2BCustomerclassGeneratedB2BCustomerGenerated class for typeB2BCustomer. -
Uses of Customer in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo with parameters of type Customer Modifier and Type Method Description CompareCatalogVersionsCronJobCatalogManager. createDefaultCompareCatalogVersionCronJob(CatalogVersion source, CatalogVersion target, Customer priceCompareCustomer, java.lang.Double tolerance, java.lang.Boolean searchMissingProducts, java.lang.Boolean searchMissingCategories, java.lang.Boolean searchNewProducts, java.lang.Boolean searchNewCategories, java.lang.Boolean searchPriceDiffs, java.lang.Boolean overwriteStatus)java.util.Collection<CatalogVersion>GeneratedCatalogManager. getPreviewCatalogVersions(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.previewCatalogVersionsattribute.java.util.Collection<CatalogVersion>GeneratedCatalogManager. getPreviewCatalogVersions(Customer item)Generated method - Getter of theCustomer.previewCatalogVersionsattribute.voidGeneratedCatalogManager. setPreviewCatalogVersions(SessionContext ctx, Customer item, java.util.Collection<CatalogVersion> value)Generated method - Setter of theCustomer.previewCatalogVersionsattribute.voidGeneratedCatalogManager. setPreviewCatalogVersions(Customer item, java.util.Collection<CatalogVersion> value)Generated method - Setter of theCustomer.previewCatalogVersionsattribute. -
Uses of Customer in de.hybris.platform.chineseprofileservices.jalo
Methods in de.hybris.platform.chineseprofileservices.jalo with parameters of type Customer Modifier and Type Method Description java.lang.StringGeneratedChineseprofileservicesManager. getEmailLanguage(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.emailLanguageattribute.java.lang.StringGeneratedChineseprofileservicesManager. getEmailLanguage(Customer item)Generated method - Getter of theCustomer.emailLanguageattribute.java.lang.StringGeneratedChineseprofileservicesManager. getMobileNumber(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.mobileNumberattribute.java.lang.StringGeneratedChineseprofileservicesManager. getMobileNumber(Customer item)Generated method - Getter of theCustomer.mobileNumberattribute.voidGeneratedChineseprofileservicesManager. setEmailLanguage(SessionContext ctx, Customer item, java.lang.String value)Generated method - Setter of theCustomer.emailLanguageattribute.voidGeneratedChineseprofileservicesManager. setEmailLanguage(Customer item, java.lang.String value)Generated method - Setter of theCustomer.emailLanguageattribute.voidGeneratedChineseprofileservicesManager. setMobileNumber(SessionContext ctx, Customer item, java.lang.String value)Generated method - Setter of theCustomer.mobileNumberattribute.voidGeneratedChineseprofileservicesManager. setMobileNumber(Customer item, java.lang.String value)Generated method - Setter of theCustomer.mobileNumberattribute. -
Uses of Customer in de.hybris.platform.commerceservices.jalo
Methods in de.hybris.platform.commerceservices.jalo with parameters of type Customer Modifier and Type Method Description PaymentInfoGeneratedCommerceServicesManager. getDefaultPaymentInfo(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.defaultPaymentInfoattribute.PaymentInfoGeneratedCommerceServicesManager. getDefaultPaymentInfo(Customer item)Generated method - Getter of theCustomer.defaultPaymentInfoattribute.java.lang.StringGeneratedCommerceServicesManager. getOriginalUid(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.originalUidattribute.java.lang.StringGeneratedCommerceServicesManager. getOriginalUid(Customer item)Generated method - Getter of theCustomer.originalUidattribute.TitleGeneratedCommerceServicesManager. getTitle(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.titleattribute.TitleGeneratedCommerceServicesManager. getTitle(Customer item)Generated method - Getter of theCustomer.titleattribute.java.lang.StringGeneratedCommerceServicesManager. getToken(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.tokenattribute.java.lang.StringGeneratedCommerceServicesManager. getToken(Customer item)Generated method - Getter of theCustomer.tokenattribute.EnumerationValueGeneratedCommerceServicesManager. getType(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.typeattribute.EnumerationValueGeneratedCommerceServicesManager. getType(Customer item)Generated method - Getter of theCustomer.typeattribute.voidGeneratedCommerceServicesManager. setDefaultPaymentInfo(SessionContext ctx, Customer item, PaymentInfo value)Generated method - Setter of theCustomer.defaultPaymentInfoattribute.voidGeneratedCommerceServicesManager. setDefaultPaymentInfo(Customer item, PaymentInfo value)Generated method - Setter of theCustomer.defaultPaymentInfoattribute.voidGeneratedCommerceServicesManager. setOriginalUid(SessionContext ctx, Customer item, java.lang.String value)Generated method - Setter of theCustomer.originalUidattribute.voidGeneratedCommerceServicesManager. setOriginalUid(Customer item, java.lang.String value)Generated method - Setter of theCustomer.originalUidattribute.voidGeneratedCommerceServicesManager. setTitle(SessionContext ctx, Customer item, Title value)Generated method - Setter of theCustomer.titleattribute.voidGeneratedCommerceServicesManager. setTitle(Customer item, Title value)Generated method - Setter of theCustomer.titleattribute.voidGeneratedCommerceServicesManager. setToken(SessionContext ctx, Customer item, java.lang.String value)Generated method - Setter of theCustomer.tokenattribute.voidGeneratedCommerceServicesManager. setToken(Customer item, java.lang.String value)Generated method - Setter of theCustomer.tokenattribute.voidGeneratedCommerceServicesManager. setType(SessionContext ctx, Customer item, EnumerationValue value)Generated method - Setter of theCustomer.typeattribute.voidGeneratedCommerceServicesManager. setType(Customer item, EnumerationValue value)Generated method - Setter of theCustomer.typeattribute. -
Uses of Customer in de.hybris.platform.commerceservices.jalo.consent
Methods in de.hybris.platform.commerceservices.jalo.consent that return Customer Modifier and Type Method Description CustomerGeneratedConsent. getCustomer()Generated method - Getter of theConsent.customerattribute.CustomerGeneratedConsent. getCustomer(SessionContext ctx)Generated method - Getter of theConsent.customerattribute.Methods in de.hybris.platform.commerceservices.jalo.consent with parameters of type Customer Modifier and Type Method Description voidGeneratedConsent. setCustomer(SessionContext ctx, Customer value)Generated method - Setter of theConsent.customerattribute.voidGeneratedConsent. setCustomer(Customer value)Generated method - Setter of theConsent.customerattribute. -
Uses of Customer in de.hybris.platform.commerceservices.jalo.process
Methods in de.hybris.platform.commerceservices.jalo.process that return Customer Modifier and Type Method Description CustomerGeneratedStoreFrontCustomerProcess. getCustomer()Generated method - Getter of theStoreFrontCustomerProcess.customerattribute.CustomerGeneratedStoreFrontCustomerProcess. getCustomer(SessionContext ctx)Generated method - Getter of theStoreFrontCustomerProcess.customerattribute.Methods in de.hybris.platform.commerceservices.jalo.process with parameters of type Customer Modifier and Type Method Description voidGeneratedStoreFrontCustomerProcess. setCustomer(SessionContext ctx, Customer value)Generated method - Setter of theStoreFrontCustomerProcess.customerattribute.voidGeneratedStoreFrontCustomerProcess. setCustomer(Customer value)Generated method - Setter of theStoreFrontCustomerProcess.customerattribute. -
Uses of Customer in de.hybris.platform.customercouponservices.jalo
Methods in de.hybris.platform.customercouponservices.jalo that return Customer Modifier and Type Method Description CustomerGeneratedCouponNotification. getCustomer()Generated method - Getter of theCouponNotification.customerattribute.CustomerGeneratedCouponNotification. getCustomer(SessionContext ctx)Generated method - Getter of theCouponNotification.customerattribute.Methods in de.hybris.platform.customercouponservices.jalo that return types with arguments of type Customer Modifier and Type Method Description java.util.Collection<Customer>GeneratedCustomerCoupon. getCustomers()Generated method - Getter of theCustomerCoupon.customersattribute.java.util.Collection<Customer>GeneratedCustomerCoupon. getCustomers(SessionContext ctx)Generated method - Getter of theCustomerCoupon.customersattribute.Methods in de.hybris.platform.customercouponservices.jalo with parameters of type Customer Modifier and Type Method Description voidGeneratedCustomercouponservicesManager. addToCustomerCoupons(SessionContext ctx, Customer item, CustomerCoupon value)Generated method - Addsvalueto customerCoupons.voidGeneratedCustomercouponservicesManager. addToCustomerCoupons(Customer item, CustomerCoupon value)Generated method - Addsvalueto customerCoupons.voidGeneratedCustomerCoupon. addToCustomers(SessionContext ctx, Customer value)Generated method - Addsvalueto customers.voidGeneratedCustomerCoupon. addToCustomers(Customer value)Generated method - Addsvalueto customers.java.util.Collection<CustomerCoupon>GeneratedCustomercouponservicesManager. getCustomerCoupons(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.customerCouponsattribute.java.util.Collection<CustomerCoupon>GeneratedCustomercouponservicesManager. getCustomerCoupons(Customer item)Generated method - Getter of theCustomer.customerCouponsattribute.longGeneratedCustomercouponservicesManager. getCustomerCouponsCount(SessionContext ctx, Customer item)longGeneratedCustomercouponservicesManager. getCustomerCouponsCount(Customer item)voidGeneratedCustomercouponservicesManager. removeFromCustomerCoupons(SessionContext ctx, Customer item, CustomerCoupon value)Generated method - Removesvaluefrom customerCoupons.voidGeneratedCustomercouponservicesManager. removeFromCustomerCoupons(Customer item, CustomerCoupon value)Generated method - Removesvaluefrom customerCoupons.voidGeneratedCustomerCoupon. removeFromCustomers(SessionContext ctx, Customer value)Generated method - Removesvaluefrom customers.voidGeneratedCustomerCoupon. removeFromCustomers(Customer value)Generated method - Removesvaluefrom customers.voidGeneratedCouponNotification. setCustomer(SessionContext ctx, Customer value)Generated method - Setter of theCouponNotification.customerattribute.voidGeneratedCouponNotification. setCustomer(Customer value)Generated method - Setter of theCouponNotification.customerattribute.voidGeneratedCustomercouponservicesManager. setCustomerCoupons(SessionContext ctx, Customer item, java.util.Collection<CustomerCoupon> value)Generated method - Setter of theCustomer.customerCouponsattribute.voidGeneratedCustomercouponservicesManager. setCustomerCoupons(Customer item, java.util.Collection<CustomerCoupon> value)Generated method - Setter of theCustomer.customerCouponsattribute.Method parameters in de.hybris.platform.customercouponservices.jalo with type arguments of type Customer Modifier and Type Method Description voidGeneratedCustomerCoupon. setCustomers(SessionContext ctx, java.util.Collection<Customer> value)Generated method - Setter of theCustomerCoupon.customersattribute.voidGeneratedCustomerCoupon. setCustomers(java.util.Collection<Customer> value)Generated method - Setter of theCustomerCoupon.customersattribute. -
Uses of Customer in de.hybris.platform.customerinterestsservices.jalo
Methods in de.hybris.platform.customerinterestsservices.jalo that return Customer Modifier and Type Method Description CustomerGeneratedProductInterest. getCustomer()Generated method - Getter of theProductInterest.customerattribute.CustomerGeneratedProductInterest. getCustomer(SessionContext ctx)Generated method - Getter of theProductInterest.customerattribute.CustomerGeneratedProductInterestsProcess. getCustomer()Generated method - Getter of theProductInterestsProcess.Customerattribute.CustomerGeneratedProductInterestsProcess. getCustomer(SessionContext ctx)Generated method - Getter of theProductInterestsProcess.Customerattribute.Methods in de.hybris.platform.customerinterestsservices.jalo with parameters of type Customer Modifier and Type Method Description voidGeneratedCustomerinterestsservicesManager. addToProductInterests(SessionContext ctx, Customer item, ProductInterest value)Generated method - Addsvalueto productInterests.voidGeneratedCustomerinterestsservicesManager. addToProductInterests(Customer item, ProductInterest value)Generated method - Addsvalueto productInterests.java.util.Collection<ProductInterest>GeneratedCustomerinterestsservicesManager. getProductInterests(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.productInterestsattribute.java.util.Collection<ProductInterest>GeneratedCustomerinterestsservicesManager. getProductInterests(Customer item)Generated method - Getter of theCustomer.productInterestsattribute.voidGeneratedCustomerinterestsservicesManager. removeFromProductInterests(SessionContext ctx, Customer item, ProductInterest value)Generated method - Removesvaluefrom productInterests.voidGeneratedCustomerinterestsservicesManager. removeFromProductInterests(Customer item, ProductInterest value)Generated method - Removesvaluefrom productInterests.voidGeneratedProductInterest. setCustomer(SessionContext ctx, Customer value)Generated method - Setter of theProductInterest.customerattribute.voidGeneratedProductInterest. setCustomer(Customer value)Generated method - Setter of theProductInterest.customerattribute.voidGeneratedProductInterestsProcess. setCustomer(SessionContext ctx, Customer value)Generated method - Setter of theProductInterestsProcess.Customerattribute.voidGeneratedProductInterestsProcess. setCustomer(Customer value)Generated method - Setter of theProductInterestsProcess.Customerattribute.voidGeneratedCustomerinterestsservicesManager. setProductInterests(SessionContext ctx, Customer item, java.util.Collection<ProductInterest> value)Generated method - Setter of theCustomer.productInterestsattribute.voidGeneratedCustomerinterestsservicesManager. setProductInterests(Customer item, java.util.Collection<ProductInterest> value)Generated method - Setter of theCustomer.productInterestsattribute. -
Uses of Customer in de.hybris.platform.europe1.jalo
Methods in de.hybris.platform.europe1.jalo that return Customer Modifier and Type Method Description CustomerPDTRow. getCustomer()Deprecated.since ages - please use getUser() instead.CustomerPDTRow. getCustomer(SessionContext ctx)Deprecated.since ages - please use getUser(SessionContext) instead. -
Uses of Customer in de.hybris.platform.jalo.user
Methods in de.hybris.platform.jalo.user that return Customer Modifier and Type Method Description CustomerUserManager. createCustomer(PK pk, java.lang.String login)Creates a newCustomer.CustomerUserManager. createCustomer(java.lang.String login)Creates a newCustomer.CustomerUserManager. getAnonymousCustomer()Returns the anonymous customer.CustomerUserManager. getCustomerByLogin(java.lang.String login)Find a customer by its login name.Methods in de.hybris.platform.jalo.user with parameters of type Customer Modifier and Type Method Description booleanUserManager. isAdmin(Customer customer) -
Uses of Customer in de.hybris.platform.messagecentercsservices.jalo
Methods in de.hybris.platform.messagecentercsservices.jalo that return Customer Modifier and Type Method Description CustomerGeneratedConversation. getCustomer()Generated method - Getter of theConversation.customerattribute.CustomerGeneratedConversation. getCustomer(SessionContext ctx)Generated method - Getter of theConversation.customerattribute.Methods in de.hybris.platform.messagecentercsservices.jalo with parameters of type Customer Modifier and Type Method Description voidGeneratedConversation. setCustomer(SessionContext ctx, Customer value)Generated method - Setter of theConversation.customerattribute.voidGeneratedConversation. setCustomer(Customer value)Generated method - Setter of theConversation.customerattribute. -
Uses of Customer in de.hybris.platform.notificationservices.jalo
Methods in de.hybris.platform.notificationservices.jalo that return Customer Modifier and Type Method Description CustomerGeneratedSiteMessageForCustomer. getCustomer()Generated method - Getter of theSiteMessageForCustomer.customerattribute.CustomerGeneratedSiteMessageForCustomer. getCustomer(SessionContext ctx)Generated method - Getter of theSiteMessageForCustomer.customerattribute.Methods in de.hybris.platform.notificationservices.jalo with parameters of type Customer Modifier and Type Method Description java.util.Set<EnumerationValue>GeneratedNotificationservicesManager. getNotificationChannels(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.notificationChannelsattribute.java.util.Set<EnumerationValue>GeneratedNotificationservicesManager. getNotificationChannels(Customer item)Generated method - Getter of theCustomer.notificationChannelsattribute.java.lang.BooleanGeneratedNotificationservicesManager. isEmailPreference(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.emailPreferenceattribute.java.lang.BooleanGeneratedNotificationservicesManager. isEmailPreference(Customer item)Generated method - Getter of theCustomer.emailPreferenceattribute.booleanGeneratedNotificationservicesManager. isEmailPreferenceAsPrimitive(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.emailPreferenceattribute.booleanGeneratedNotificationservicesManager. isEmailPreferenceAsPrimitive(Customer item)Generated method - Getter of theCustomer.emailPreferenceattribute.java.lang.BooleanGeneratedNotificationservicesManager. isSmsPreference(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.smsPreferenceattribute.java.lang.BooleanGeneratedNotificationservicesManager. isSmsPreference(Customer item)Generated method - Getter of theCustomer.smsPreferenceattribute.booleanGeneratedNotificationservicesManager. isSmsPreferenceAsPrimitive(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.smsPreferenceattribute.booleanGeneratedNotificationservicesManager. isSmsPreferenceAsPrimitive(Customer item)Generated method - Getter of theCustomer.smsPreferenceattribute.protected voidGeneratedSiteMessageForCustomer. setCustomer(SessionContext ctx, Customer value)Generated method - Setter of theSiteMessageForCustomer.customerattribute.protected voidGeneratedSiteMessageForCustomer. setCustomer(Customer value)Generated method - Setter of theSiteMessageForCustomer.customerattribute.voidGeneratedNotificationservicesManager. setEmailPreference(SessionContext ctx, Customer item, boolean value)Generated method - Setter of theCustomer.emailPreferenceattribute.voidGeneratedNotificationservicesManager. setEmailPreference(SessionContext ctx, Customer item, java.lang.Boolean value)Generated method - Setter of theCustomer.emailPreferenceattribute.voidGeneratedNotificationservicesManager. setEmailPreference(Customer item, boolean value)Generated method - Setter of theCustomer.emailPreferenceattribute.voidGeneratedNotificationservicesManager. setEmailPreference(Customer item, java.lang.Boolean value)Generated method - Setter of theCustomer.emailPreferenceattribute.voidGeneratedNotificationservicesManager. setNotificationChannels(SessionContext ctx, Customer item, java.util.Set<EnumerationValue> value)Generated method - Setter of theCustomer.notificationChannelsattribute.voidGeneratedNotificationservicesManager. setNotificationChannels(Customer item, java.util.Set<EnumerationValue> value)Generated method - Setter of theCustomer.notificationChannelsattribute.voidGeneratedNotificationservicesManager. setSmsPreference(SessionContext ctx, Customer item, boolean value)Generated method - Setter of theCustomer.smsPreferenceattribute.voidGeneratedNotificationservicesManager. setSmsPreference(SessionContext ctx, Customer item, java.lang.Boolean value)Generated method - Setter of theCustomer.smsPreferenceattribute.voidGeneratedNotificationservicesManager. setSmsPreference(Customer item, boolean value)Generated method - Setter of theCustomer.smsPreferenceattribute.voidGeneratedNotificationservicesManager. setSmsPreference(Customer item, java.lang.Boolean value)Generated method - Setter of theCustomer.smsPreferenceattribute. -
Uses of Customer in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return Customer Modifier and Type Method Description CustomerGeneratedServicelayerManager. createCustomer(SessionContext ctx, java.util.Map attributeValues)CustomerGeneratedServicelayerManager. createCustomer(java.util.Map attributeValues)
-