Uses of Class
de.hybris.platform.jalo.user.AbstractContactInfo
-
Packages that use AbstractContactInfo Package Description de.hybris.platform.jalo.user de.hybris.platform.servicelayer.internal.jalo -
-
Uses of AbstractContactInfo in de.hybris.platform.jalo.user
Subclasses of AbstractContactInfo in de.hybris.platform.jalo.user Modifier and Type Class Description classGeneratedPhoneContactInfoGenerated class for typePhoneContactInfo.classPhoneContactInfoFields in de.hybris.platform.jalo.user with type parameters of type AbstractContactInfo Modifier and Type Field Description protected static OneToManyHandler<AbstractContactInfo>GeneratedUser. CONTACTINFOSHANDLEROneToManyHandlerfor handling 1:n CONTACTINFOS's relation attributes from 'many' side.Methods in de.hybris.platform.jalo.user that return types with arguments of type AbstractContactInfo Modifier and Type Method Description java.util.Collection<AbstractContactInfo>GeneratedUser. getContactInfos()Generated method - Getter of theUser.contactInfosattribute.java.util.Collection<AbstractContactInfo>GeneratedUser. getContactInfos(SessionContext ctx)Generated method - Getter of theUser.contactInfosattribute.Methods in de.hybris.platform.jalo.user with parameters of type AbstractContactInfo Modifier and Type Method Description voidGeneratedUser. addToContactInfos(SessionContext ctx, AbstractContactInfo value)Generated method - Addsvalueto contactInfos.voidGeneratedUser. addToContactInfos(AbstractContactInfo value)Generated method - Addsvalueto contactInfos.voidGeneratedUser. removeFromContactInfos(SessionContext ctx, AbstractContactInfo value)Generated method - Removesvaluefrom contactInfos.voidGeneratedUser. removeFromContactInfos(AbstractContactInfo value)Generated method - Removesvaluefrom contactInfos.Method parameters in de.hybris.platform.jalo.user with type arguments of type AbstractContactInfo Modifier and Type Method Description voidGeneratedUser. setContactInfos(SessionContext ctx, java.util.Collection<AbstractContactInfo> value)Generated method - Setter of theUser.contactInfosattribute.voidGeneratedUser. setContactInfos(java.util.Collection<AbstractContactInfo> value)Generated method - Setter of theUser.contactInfosattribute. -
Uses of AbstractContactInfo in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return AbstractContactInfo Modifier and Type Method Description AbstractContactInfoGeneratedServicelayerManager. createAbstractContactInfo(SessionContext ctx, java.util.Map attributeValues)AbstractContactInfoGeneratedServicelayerManager. createAbstractContactInfo(java.util.Map attributeValues)
-