Uses of Class
de.hybris.platform.core.model.user.TitleModel
-
-
Uses of TitleModel in de.hybris.platform.addressfacades.populators
Methods in de.hybris.platform.addressfacades.populators with parameters of type TitleModel Modifier and Type Method Description protected java.lang.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 TitleModel Modifier and Type Field Description protected TitleModelAbstractAuditTest. title1protected TitleModelAbstractAuditTest. title2 -
Uses of TitleModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return TitleModel Modifier and Type Method Description TitleModelModelFactory. createTitle(java.lang.String code) -
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 TitleModel Modifier and Type Method Description protected Converter<TitleModel,TitleData>DefaultCustomerFacade. getTitleConverter()Method parameters in de.hybris.platform.commercefacades.customer.impl with type arguments of type TitleModel Modifier and Type Method Description voidDefaultCustomerFacade. 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 TitleModel Modifier and Type Method Description voidTitlePopulator. 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 TitleModel Modifier and Type Method Description protected Converter<TitleModel,TitleData>DefaultUserFacade. getTitleConverter()Method parameters in de.hybris.platform.commercefacades.user.impl with type arguments of type TitleModel Modifier and Type Method Description voidDefaultUserFacade. 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 TitleModel Modifier and Type Method Description java.util.Collection<TitleModel>CustomerAccountService. 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 Modifier and Type Method Description java.util.Collection<TitleModel>DefaultCustomerAccountService. getTitles() -
Uses of TitleModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return TitleModel Modifier and Type Method Description TitleModelAddressModel. getTitle()Generated method - Getter of theAddress.titleattribute defined at extensioncore.TitleModelCustomerModel. getTitle()Generated method - Getter of theCustomer.titleattribute defined at extensioncommerceservices.Methods in de.hybris.platform.core.model.user with parameters of type TitleModel Modifier and Type Method Description voidAddressModel. 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 TitleModel Modifier and Type Method Description TitleModelCsCreateAddressForm. getTitle()TitleModelCsCreateCustomerForm. getTitle()Methods in de.hybris.platform.customersupportbackoffice.data with parameters of type TitleModel Modifier and Type Method Description voidCsCreateAddressForm. 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 TitleModel Modifier and Type Method Description voidPLA_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 TitleModel Constructor Description ExceptionActionBean(ModelService mService, TitleModel titleModel)TestCustomUserAction(ModelService modelService, TitleModel titleModel) -
Uses of TitleModel in de.hybris.platform.secureportaladdon.model
Methods in de.hybris.platform.secureportaladdon.model that return TitleModel Modifier and Type Method Description TitleModelB2BRegistrationModel. getTitle()Generated method - Getter of theB2BRegistration.titleattribute defined at extensionsecureportaladdon.Methods in de.hybris.platform.secureportaladdon.model with parameters of type TitleModel Modifier and Type Method Description voidB2BRegistrationModel. setTitle(TitleModel value)Generated method - Setter ofB2BRegistration.titleattribute defined at extensionsecureportaladdon. -
Uses of TitleModel in de.hybris.platform.servicelayer.user
Methods in de.hybris.platform.servicelayer.user that return TitleModel Modifier and Type Method Description TitleModelUserService. getTitleForCode(java.lang.String code)Returns theTitleModelfor the specifiedcode.Methods in de.hybris.platform.servicelayer.user that return types with arguments of type TitleModel Modifier and Type Method Description java.util.Collection<TitleModel>UserService. 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 TitleModel Modifier and Type Method Description TitleModelTitleDao. findTitleByCode(java.lang.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 Modifier and Type Method Description java.util.Collection<TitleModel>TitleDao. findTitles()Finds allTitleModelin the system. -
Uses of TitleModel in de.hybris.platform.servicelayer.user.daos.impl
Methods in de.hybris.platform.servicelayer.user.daos.impl that return TitleModel Modifier and Type Method Description TitleModelDefaultTitleDao. findTitleByCode(java.lang.String code)Methods in de.hybris.platform.servicelayer.user.daos.impl that return types with arguments of type TitleModel Modifier and Type Method Description java.util.Collection<TitleModel>DefaultTitleDao. findTitles() -
Uses of TitleModel in de.hybris.platform.servicelayer.user.impl
Methods in de.hybris.platform.servicelayer.user.impl that return TitleModel Modifier and Type Method Description TitleModelDefaultUserService. getTitleForCode(java.lang.String code)Methods in de.hybris.platform.servicelayer.user.impl that return types with arguments of type TitleModel Modifier and Type Method Description java.util.Collection<TitleModel>DefaultUserService. getAllTitles() -
Uses of TitleModel in de.hybris.platform.testframework.seed
Methods in de.hybris.platform.testframework.seed that return TitleModel Modifier and Type Method Description TitleModelTestDataCreator. createTitle(java.lang.String code, java.lang.String name) -
Uses of TitleModel in de.hybris.platform.validation.services.integration
Fields in de.hybris.platform.validation.services.integration declared as TitleModel Modifier and Type Field Description protected TitleModelCommonIntegrationValidationTest. title
-