Uses of Class
de.hybris.platform.core.model.user.AbstractContactInfoModel
Packages that use AbstractContactInfoModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.user package.
-
Uses of AbstractContactInfoModel in de.hybris.platform.core.model.user
Subclasses of AbstractContactInfoModel in de.hybris.platform.core.model.userModifier and TypeClassDescriptionclassGenerated model class for type PhoneContactInfo first defined at extension core.Methods in de.hybris.platform.core.model.user that return types with arguments of type AbstractContactInfoModelModifier and TypeMethodDescriptionUserModel.getContactInfos()Generated method - Getter of theUser.contactInfosattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.user with type arguments of type AbstractContactInfoModelModifier and TypeMethodDescriptionvoidUserModel.setContactInfos(Collection<AbstractContactInfoModel> value) Generated method - Setter ofUser.contactInfosattribute defined at extensioncore. -
Uses of AbstractContactInfoModel in de.hybris.platform.servicelayer.user
Methods in de.hybris.platform.servicelayer.user that return AbstractContactInfoModelModifier and TypeMethodDescriptionContactInfoService.getMainContactInfo(UserModel user) Gets main contact info object for given user or null if the list of contact infos for user is empty.Methods in de.hybris.platform.servicelayer.user with parameters of type AbstractContactInfoModelModifier and TypeMethodDescriptionvoidContactInfoService.addContactInfos(UserModel user, AbstractContactInfoModel... contactInfo) Adds one or more contact info to the list of user's contact infos.voidContactInfoService.removeContactInfos(UserModel user, AbstractContactInfoModel... contactInfo) Removes one or more contact infos from user's list of contact infos.voidContactInfoService.setMainContactInfo(UserModel user, AbstractContactInfoModel contactInfo) Sets contact info object as main for given user. -
Uses of AbstractContactInfoModel in de.hybris.platform.servicelayer.user.impl
Methods in de.hybris.platform.servicelayer.user.impl that return AbstractContactInfoModelMethods in de.hybris.platform.servicelayer.user.impl with parameters of type AbstractContactInfoModelModifier and TypeMethodDescriptionvoidDefaultContactInfoService.addContactInfos(UserModel user, AbstractContactInfoModel... contactInfos) voidDefaultContactInfoService.removeContactInfos(UserModel user, AbstractContactInfoModel... contactInfos) voidDefaultContactInfoService.setMainContactInfo(UserModel user, AbstractContactInfoModel contactInfo)