Uses of Class
com.echothree.model.data.associate.server.value.AssociateReferralValue
Packages that use AssociateReferralValue
Package
Description
-
Uses of AssociateReferralValue in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return AssociateReferralValueMethods in com.echothree.model.data.associate.server.entity with parameters of type AssociateReferralValueModifier and TypeMethodDescriptionvoid
AssociateReferral.setAssociateReferralValue
(AssociateReferralValue value) Constructors in com.echothree.model.data.associate.server.entity with parameters of type AssociateReferralValueModifierConstructorDescriptionAssociateReferral
(AssociateReferralValue value, EntityPermission entityPermission) Creates a new instance of AssociateReferral -
Uses of AssociateReferralValue in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory that return AssociateReferralValueModifier and TypeMethodDescriptionAssociateReferralFactory.getValueFromPK
(Session session, AssociateReferralPK pk) AssociateReferralFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory that return types with arguments of type AssociateReferralValueModifier and TypeMethodDescriptionAssociateReferralFactory.getValuesFromPKs
(Session session, Collection<AssociateReferralPK> pks) AssociateReferralFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory with parameters of type AssociateReferralValueModifier and TypeMethodDescriptionAssociateReferralFactory.getEntityFromValue
(EntityPermission entityPermission, AssociateReferralValue value) AssociateReferralFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, AssociateReferralValue value) Method parameters in com.echothree.model.data.associate.server.factory with type arguments of type AssociateReferralValueModifier and TypeMethodDescriptionvoid
AssociateReferralFactory.create
(Session session, Collection<AssociateReferralValue> _values) void
AssociateReferralFactory.create
(Collection<AssociateReferralValue> _values) -
Uses of AssociateReferralValue in com.echothree.model.data.associate.server.value
Methods in com.echothree.model.data.associate.server.value that return AssociateReferralValue