Uses of Class
com.hybris.yprofile.dto.Consumer
-
Packages that use Consumer Package Description com.hybris.yprofile.dto com.hybris.yprofile.populators -
-
Uses of Consumer in com.hybris.yprofile.dto
Methods in com.hybris.yprofile.dto that return Consumer Modifier and Type Method Description ConsumerOrder. getConsumer()ConsumerUserBody. getIdentity()Methods in com.hybris.yprofile.dto that return types with arguments of type Consumer Modifier and Type Method Description java.util.List<Consumer>UserBody. getIdentities()Methods in com.hybris.yprofile.dto with parameters of type Consumer Modifier and Type Method Description voidOrder. setConsumer(Consumer consumer)voidUserBody. setIdentity(Consumer identity)Method parameters in com.hybris.yprofile.dto with type arguments of type Consumer Modifier and Type Method Description voidUserBody. setIdentities(java.util.List<Consumer> identities) -
Uses of Consumer in com.hybris.yprofile.populators
Methods in com.hybris.yprofile.populators that return Consumer Modifier and Type Method Description protected ConsumerIdentitiesPopulator. createConsumer(java.lang.String type, java.lang.String ref)Methods in com.hybris.yprofile.populators that return types with arguments of type Consumer Modifier and Type Method Description Converter<UserModel,Consumer>OrderEventPopulator. getProfileConsumerConverter()Converter<UserModel,Consumer>UserEventPopulator. getProfileConsumerConverter()Converter<UserModel,java.util.List<Consumer>>UserEventPopulator. getProfileIdentitiesConverter()Methods in com.hybris.yprofile.populators with parameters of type Consumer Modifier and Type Method Description voidConsumerPopulator. populate(UserModel userModel, Consumer consumer)Method parameters in com.hybris.yprofile.populators with type arguments of type Consumer Modifier and Type Method Description voidIdentitiesPopulator. populate(UserModel userModel, java.util.List<Consumer> identities)voidOrderEventPopulator. setProfileConsumerConverter(Converter<UserModel,Consumer> profileConsumerConverter)voidUserEventPopulator. setProfileConsumerConverter(Converter<UserModel,Consumer> profileConsumerConverter)voidUserEventPopulator. setProfileIdentitiesConverter(Converter<UserModel,java.util.List<Consumer>> profileIdentitiesConverter)
-