Uses of Class
de.hybris.platform.core.model.user.TitleModel
Packages that use TitleModel
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.jalo.user package.
-
Uses of TitleModel in de.hybris.platform.addressfacades.populators
Methods in de.hybris.platform.addressfacades.populators with parameters of type TitleModelModifier and TypeMethodDescriptionprotected StringChineseAddressPopulator.extractTitleName(TitleModel title) if address.getTitle() is null, return reverent by default -
Uses of TitleModel in de.hybris.platform.audit
Fields in de.hybris.platform.audit declared as TitleModelModifier and TypeFieldDescriptionprotected TitleModelAbstractAuditTest.title1protected TitleModelAbstractAuditTest.title2 -
Uses of TitleModel in de.hybris.platform.b2b.model
Methods in de.hybris.platform.b2b.model that return TitleModelModifier and TypeMethodDescriptionB2BRegistrationModel.getTitle()Generated method - Getter of theB2BRegistration.titleattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.b2b.model with parameters of type TitleModelModifier and TypeMethodDescriptionvoidB2BRegistrationModel.setTitle(TitleModel value) Generated method - Setter ofB2BRegistration.titleattribute defined at extensionb2bcommerce. -
Uses of TitleModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return TitleModel -
Uses of TitleModel in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that return types with arguments of type TitleModelModifier and TypeMethodDescriptionprotected Converter<TitleModel,TitleData> DefaultCustomerFacade.getTitleConverter()Method parameters in de.hybris.platform.commercefacades.customer.impl with type arguments of type TitleModelModifier and TypeMethodDescriptionvoidDefaultCustomerFacade.setTitleConverter(Converter<TitleModel, TitleData> titleConverter) -
Uses of TitleModel in de.hybris.platform.commercefacades.user.converters.populator
Methods in de.hybris.platform.commercefacades.user.converters.populator with parameters of type TitleModelModifier and TypeMethodDescriptionvoidTitlePopulator.populate(TitleModel source, TitleData target) -
Uses of TitleModel in de.hybris.platform.commercefacades.user.impl
Methods in de.hybris.platform.commercefacades.user.impl that return types with arguments of type TitleModelModifier and TypeMethodDescriptionprotected Converter<TitleModel,TitleData> DefaultUserFacade.getTitleConverter()Method parameters in de.hybris.platform.commercefacades.user.impl with type arguments of type TitleModelModifier and TypeMethodDescriptionvoidDefaultUserFacade.setTitleConverter(Converter<TitleModel, TitleData> titleConverter) -
Uses of TitleModel in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer that return types with arguments of type TitleModelModifier and TypeMethodDescriptionCustomerAccountService.getTitles()Returns all available customer titles in the system. -
Uses of TitleModel in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl that return types with arguments of type TitleModel -
Uses of TitleModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return TitleModelModifier and TypeMethodDescriptionAddressModel.getTitle()Generated method - Getter of theAddress.titleattribute defined at extensioncore.CustomerModel.getTitle()Generated method - Getter of theCustomer.titleattribute defined at extensioncommerceservices.Methods in de.hybris.platform.core.model.user with parameters of type TitleModelModifier and TypeMethodDescriptionvoidAddressModel.setTitle(TitleModel value) Generated method - Setter ofAddress.titleattribute defined at extensioncore.voidCustomerModel.setTitle(TitleModel value) Generated method - Setter ofCustomer.titleattribute defined at extensioncommerceservices. -
Uses of TitleModel in de.hybris.platform.customersupportbackoffice.data
Methods in de.hybris.platform.customersupportbackoffice.data that return TitleModelMethods in de.hybris.platform.customersupportbackoffice.data with parameters of type TitleModelModifier and TypeMethodDescriptionvoidCsCreateAddressForm.setTitle(TitleModel title) voidCsCreateCustomerForm.setTitle(TitleModel title) -
Uses of TitleModel in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo with parameters of type TitleModelModifier and TypeMethodDescriptionvoidPLA_12491_Test_Interceptor.onValidate(TitleModel model, InterceptorContext ctx) -
Uses of TitleModel in de.hybris.platform.processengine.synchronus
Constructors in de.hybris.platform.processengine.synchronus with parameters of type TitleModelModifierConstructorDescriptionExceptionActionBean(ModelService mService, TitleModel titleModel) TestCustomUserAction(ModelService modelService, TitleModel titleModel) -
Uses of TitleModel in de.hybris.platform.servicelayer.impex
Methods in de.hybris.platform.servicelayer.impex that return TitleModelModifier and TypeMethodDescriptionprotected TitleModelImpExEmptyUpdateTest.createTitleModel(String suffixName) -
Uses of TitleModel in de.hybris.platform.servicelayer.user
Methods in de.hybris.platform.servicelayer.user that return TitleModelModifier and TypeMethodDescriptionUserService.getTitleForCode(String code) Returns theTitleModelfor the specifiedcode.Methods in de.hybris.platform.servicelayer.user that return types with arguments of type TitleModelModifier and TypeMethodDescriptionUserService.getAllTitles()Returns allTitleModels in the system. -
Uses of TitleModel in de.hybris.platform.servicelayer.user.daos
Methods in de.hybris.platform.servicelayer.user.daos that return TitleModelModifier and TypeMethodDescriptionTitleDao.findTitleByCode(String code) Finds the title by the given code.Methods in de.hybris.platform.servicelayer.user.daos that return types with arguments of type TitleModel -
Uses of TitleModel in de.hybris.platform.servicelayer.user.daos.impl
Methods in de.hybris.platform.servicelayer.user.daos.impl that return TitleModelMethods in de.hybris.platform.servicelayer.user.daos.impl that return types with arguments of type TitleModel -
Uses of TitleModel in de.hybris.platform.servicelayer.user.impl
Methods in de.hybris.platform.servicelayer.user.impl that return TitleModelMethods in de.hybris.platform.servicelayer.user.impl that return types with arguments of type TitleModel -
Uses of TitleModel in de.hybris.platform.testframework.seed
Methods in de.hybris.platform.testframework.seed that return TitleModel -
Uses of TitleModel in de.hybris.platform.validation.services.integration
Fields in de.hybris.platform.validation.services.integration declared as TitleModel