Uses of Class
de.hybris.platform.core.model.user.AbstractContactInfoModel
-
Packages that use AbstractContactInfoModel Package Description de.hybris.platform.core.model.user Contains generated models for each type of de.hybris.platform.jalo.user package.de.hybris.platform.servicelayer.user de.hybris.platform.servicelayer.user.impl -
-
Uses of AbstractContactInfoModel in de.hybris.platform.core.model.user
Subclasses of AbstractContactInfoModel in de.hybris.platform.core.model.user Modifier and Type Class Description classPhoneContactInfoModelGenerated 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 AbstractContactInfoModel Modifier and Type Method Description java.util.Collection<AbstractContactInfoModel>UserModel. getContactInfos()Generated method - Getter of theUser.contactInfosattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.user with type arguments of type AbstractContactInfoModel Modifier and Type Method Description voidUserModel. setContactInfos(java.util.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 AbstractContactInfoModel Modifier and Type Method Description AbstractContactInfoModelContactInfoService. 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 AbstractContactInfoModel Modifier and Type Method Description voidContactInfoService. 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 AbstractContactInfoModel Modifier and Type Method Description AbstractContactInfoModelDefaultContactInfoService. getMainContactInfo(UserModel user)Methods in de.hybris.platform.servicelayer.user.impl with parameters of type AbstractContactInfoModel Modifier and Type Method Description voidDefaultContactInfoService. addContactInfos(UserModel user, AbstractContactInfoModel... contactInfos)voidDefaultContactInfoService. removeContactInfos(UserModel user, AbstractContactInfoModel... contactInfos)voidDefaultContactInfoService. setMainContactInfo(UserModel user, AbstractContactInfoModel contactInfo)
-