Uses of Class
com.echothree.model.data.associate.server.value.AssociateProgramDetailValue
Packages that use AssociateProgramDetailValue
Package
Description
-
Uses of AssociateProgramDetailValue in com.echothree.model.control.associate.server.control
Methods in com.echothree.model.control.associate.server.control that return AssociateProgramDetailValueModifier and TypeMethodDescriptionAssociateControl.getAssociateProgramDetailValueByNameForUpdate(String associateProgramName) AssociateControl.getAssociateProgramDetailValueForUpdate(AssociateProgram associateProgram) AssociateControl.getDefaultAssociateProgramDetailValueForUpdate()Methods in com.echothree.model.control.associate.server.control with parameters of type AssociateProgramDetailValueModifier and TypeMethodDescriptionvoidAssociateControl.updateAssociateProgramFromValue(AssociateProgramDetailValue associateProgramDetailValue, BasePK updatedBy) -
Uses of AssociateProgramDetailValue in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return AssociateProgramDetailValueMethods in com.echothree.model.data.associate.server.entity with parameters of type AssociateProgramDetailValueModifier and TypeMethodDescriptionvoidAssociateProgramDetail.setAssociateProgramDetailValue(AssociateProgramDetailValue value) Constructors in com.echothree.model.data.associate.server.entity with parameters of type AssociateProgramDetailValueModifierConstructorDescriptionAssociateProgramDetail(AssociateProgramDetailValue value, EntityPermission entityPermission) Creates a new instance of AssociateProgramDetail -
Uses of AssociateProgramDetailValue in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory that return AssociateProgramDetailValueModifier and TypeMethodDescriptionAssociateProgramDetailFactory.getValueFromPK(Session session, AssociateProgramDetailPK pk) AssociateProgramDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory that return types with arguments of type AssociateProgramDetailValueModifier and TypeMethodDescriptionAssociateProgramDetailFactory.getValuesFromPKs(Session session, Collection<AssociateProgramDetailPK> pks) AssociateProgramDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory with parameters of type AssociateProgramDetailValueModifier and TypeMethodDescriptionAssociateProgramDetailFactory.getEntityFromValue(EntityPermission entityPermission, AssociateProgramDetailValue value) AssociateProgramDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, AssociateProgramDetailValue value) Method parameters in com.echothree.model.data.associate.server.factory with type arguments of type AssociateProgramDetailValueModifier and TypeMethodDescriptionvoidAssociateProgramDetailFactory.create(Session session, Collection<AssociateProgramDetailValue> _values) voidAssociateProgramDetailFactory.create(Collection<AssociateProgramDetailValue> _values) -
Uses of AssociateProgramDetailValue in com.echothree.model.data.associate.server.value
Methods in com.echothree.model.data.associate.server.value that return AssociateProgramDetailValue