Uses of Class
com.echothree.model.data.associate.server.value.AssociateReferralDetailValue
Packages that use AssociateReferralDetailValue
Package
Description
-
Uses of AssociateReferralDetailValue in com.echothree.model.control.associate.server.control
Methods in com.echothree.model.control.associate.server.control that return AssociateReferralDetailValueModifier and TypeMethodDescriptionAssociateControl.getAssociateReferralDetailValueByNameForUpdate
(String associateReferralName) AssociateControl.getAssociateReferralDetailValueForUpdate
(AssociateReferral associateReferral) Methods in com.echothree.model.control.associate.server.control with parameters of type AssociateReferralDetailValueModifier and TypeMethodDescriptionvoid
AssociateControl.updateAssociateReferralFromValue
(AssociateReferralDetailValue associateReferralDetailValue, boolean checkDefault, BasePK updatedBy) -
Uses of AssociateReferralDetailValue in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return AssociateReferralDetailValueMethods in com.echothree.model.data.associate.server.entity with parameters of type AssociateReferralDetailValueModifier and TypeMethodDescriptionvoid
AssociateReferralDetail.setAssociateReferralDetailValue
(AssociateReferralDetailValue value) Constructors in com.echothree.model.data.associate.server.entity with parameters of type AssociateReferralDetailValueModifierConstructorDescriptionAssociateReferralDetail
(AssociateReferralDetailValue value, EntityPermission entityPermission) Creates a new instance of AssociateReferralDetail -
Uses of AssociateReferralDetailValue in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory that return AssociateReferralDetailValueModifier and TypeMethodDescriptionAssociateReferralDetailFactory.getValueFromPK
(Session session, AssociateReferralDetailPK pk) AssociateReferralDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory that return types with arguments of type AssociateReferralDetailValueModifier and TypeMethodDescriptionAssociateReferralDetailFactory.getValuesFromPKs
(Session session, Collection<AssociateReferralDetailPK> pks) AssociateReferralDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory with parameters of type AssociateReferralDetailValueModifier and TypeMethodDescriptionAssociateReferralDetailFactory.getEntityFromValue
(EntityPermission entityPermission, AssociateReferralDetailValue value) AssociateReferralDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, AssociateReferralDetailValue value) Method parameters in com.echothree.model.data.associate.server.factory with type arguments of type AssociateReferralDetailValueModifier and TypeMethodDescriptionvoid
AssociateReferralDetailFactory.create
(Session session, Collection<AssociateReferralDetailValue> _values) void
AssociateReferralDetailFactory.create
(Collection<AssociateReferralDetailValue> _values) -
Uses of AssociateReferralDetailValue in com.echothree.model.data.associate.server.value
Methods in com.echothree.model.data.associate.server.value that return AssociateReferralDetailValue