Uses of Class
com.echothree.model.data.associate.server.value.AssociateDetailValue
Packages that use AssociateDetailValue
Package
Description
-
Uses of AssociateDetailValue in com.echothree.model.control.associate.server.control
Methods in com.echothree.model.control.associate.server.control that return AssociateDetailValueModifier and TypeMethodDescriptionAssociateControl.getAssociateDetailValueByNameForUpdate
(AssociateProgram associateProgram, String associateName) AssociateControl.getAssociateDetailValueForUpdate
(Associate associate) Methods in com.echothree.model.control.associate.server.control with parameters of type AssociateDetailValueModifier and TypeMethodDescriptionvoid
AssociateControl.updateAssociateFromValue
(AssociateDetailValue associateDetailValue, boolean checkDefault, BasePK updatedBy) -
Uses of AssociateDetailValue in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return AssociateDetailValueMethods in com.echothree.model.data.associate.server.entity with parameters of type AssociateDetailValueModifier and TypeMethodDescriptionvoid
AssociateDetail.setAssociateDetailValue
(AssociateDetailValue value) Constructors in com.echothree.model.data.associate.server.entity with parameters of type AssociateDetailValueModifierConstructorDescriptionAssociateDetail
(AssociateDetailValue value, EntityPermission entityPermission) Creates a new instance of AssociateDetail -
Uses of AssociateDetailValue in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory that return AssociateDetailValueModifier and TypeMethodDescriptionAssociateDetailFactory.getValueFromPK
(Session session, AssociateDetailPK pk) AssociateDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory that return types with arguments of type AssociateDetailValueModifier and TypeMethodDescriptionAssociateDetailFactory.getValuesFromPKs
(Session session, Collection<AssociateDetailPK> pks) AssociateDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory with parameters of type AssociateDetailValueModifier and TypeMethodDescriptionAssociateDetailFactory.getEntityFromValue
(EntityPermission entityPermission, AssociateDetailValue value) AssociateDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, AssociateDetailValue value) Method parameters in com.echothree.model.data.associate.server.factory with type arguments of type AssociateDetailValueModifier and TypeMethodDescriptionvoid
AssociateDetailFactory.create
(Session session, Collection<AssociateDetailValue> _values) void
AssociateDetailFactory.create
(Collection<AssociateDetailValue> _values) -
Uses of AssociateDetailValue in com.echothree.model.data.associate.server.value
Methods in com.echothree.model.data.associate.server.value that return AssociateDetailValue