Class B2BUserPopulator
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.company.populators.B2BUserPopulator
- All Implemented Interfaces:
Populator<B2BCustomerModel,CustomerData>
@Deprecated(since="6.0",
forRemoval=true)
public class B2BUserPopulator
extends Object
implements Populator<B2BCustomerModel,CustomerData>
Deprecated, for removal: This API element is subject to removal in a future version.
Populates
CustomerData from a B2BCustomerModel-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> Deprecated, for removal: This API element is subject to removal in a future version.protected B2BUserGroupsLookUpStrategyDeprecated, for removal: This API element is subject to removal in a future version.protected I18NServiceDeprecated, for removal: This API element is subject to removal in a future version.protected org.springframework.context.MessageSourceDeprecated, for removal: This API element is subject to removal in a future version.protected UserServiceDeprecated, for removal: This API element is subject to removal in a future version.voidpopulate(B2BCustomerModel b2BCustomerModel, CustomerData userData) Deprecated, for removal: This API element is subject to removal in a future version.Populate the target instance with values from the source instance.protected voidpopulateRoles(B2BCustomerModel source, CustomerData target) Deprecated, for removal: This API element is subject to removal in a future version.voidsetB2BUnitService(B2BUnitService<B2BUnitModel, B2BCustomerModel> b2BUnitService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetB2BUserGroupsLookUpStrategy(B2BUserGroupsLookUpStrategy b2BUserGroupsLookUpStrategy) Deprecated, for removal: This API element is subject to removal in a future version.voidsetI18nService(I18NService i18nService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetMessageSource(org.springframework.context.MessageSource messageSource) Deprecated, for removal: This API element is subject to removal in a future version.voidsetUserService(UserService userService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
B2BUserPopulator
public B2BUserPopulator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
populate
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<B2BCustomerModel,CustomerData> - Parameters:
b2BCustomerModel- the source objectuserData- the target to fill
-
populateRoles
Deprecated, for removal: This API element is subject to removal in a future version. -
getB2BUnitService
Deprecated, for removal: This API element is subject to removal in a future version. -
setB2BUnitService
Deprecated, for removal: This API element is subject to removal in a future version. -
getUserService
Deprecated, for removal: This API element is subject to removal in a future version. -
setUserService
Deprecated, for removal: This API element is subject to removal in a future version. -
getMessageSource
protected org.springframework.context.MessageSource getMessageSource()Deprecated, for removal: This API element is subject to removal in a future version. -
setMessageSource
public void setMessageSource(org.springframework.context.MessageSource messageSource) Deprecated, for removal: This API element is subject to removal in a future version. -
getI18nService
Deprecated, for removal: This API element is subject to removal in a future version. -
setI18nService
Deprecated, for removal: This API element is subject to removal in a future version. -
getB2BUserGroupsLookUpStrategy
Deprecated, for removal: This API element is subject to removal in a future version. -
setB2BUserGroupsLookUpStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
-
B2BUserPopulatorinstead.