Uses of Class
de.hybris.platform.jalo.user.AbstractContactInfo
Packages that use AbstractContactInfo
-
Uses of AbstractContactInfo in de.hybris.platform.jalo.user
Subclasses of AbstractContactInfo in de.hybris.platform.jalo.userFields in de.hybris.platform.jalo.user with type parameters of type AbstractContactInfoModifier and TypeFieldDescriptionprotected static final 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 AbstractContactInfoModifier and TypeMethodDescriptionGeneratedUser.getContactInfos()Generated method - Getter of theUser.contactInfosattribute.GeneratedUser.getContactInfos(SessionContext ctx) Generated method - Getter of theUser.contactInfosattribute.Methods in de.hybris.platform.jalo.user with parameters of type AbstractContactInfoModifier and TypeMethodDescriptionvoidGeneratedUser.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 AbstractContactInfoModifier and TypeMethodDescriptionvoidGeneratedUser.setContactInfos(SessionContext ctx, Collection<AbstractContactInfo> value) Generated method - Setter of theUser.contactInfosattribute.voidGeneratedUser.setContactInfos(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 AbstractContactInfoModifier and TypeMethodDescriptionGeneratedServicelayerManager.createAbstractContactInfo(SessionContext ctx, Map attributeValues) GeneratedServicelayerManager.createAbstractContactInfo(Map attributeValues)