Uses of Class
com.echothree.model.data.term.server.value.PartyTermValue
Packages that use PartyTermValue
Package
Description
-
Uses of PartyTermValue in com.echothree.model.control.term.server.control
Methods in com.echothree.model.control.term.server.control that return PartyTermValueModifier and TypeMethodDescriptionTermControl.getPartyTermValue(PartyTerm partyTerm) TermControl.getPartyTermValueForUpdate(Party party) Methods in com.echothree.model.control.term.server.control with parameters of type PartyTermValueModifier and TypeMethodDescriptionvoidTermControl.updatePartyTermFromValue(PartyTermValue partyTermValue, BasePK updatedBy) -
Uses of PartyTermValue in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return PartyTermValueMethods in com.echothree.model.data.term.server.entity with parameters of type PartyTermValueConstructors in com.echothree.model.data.term.server.entity with parameters of type PartyTermValueModifierConstructorDescriptionPartyTerm(PartyTermValue value, EntityPermission entityPermission) Creates a new instance of PartyTerm -
Uses of PartyTermValue in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return PartyTermValueModifier and TypeMethodDescriptionPartyTermFactory.getValueFromPK(Session session, PartyTermPK pk) PartyTermFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type PartyTermValueModifier and TypeMethodDescriptionPartyTermFactory.getValuesFromPKs(Session session, Collection<PartyTermPK> pks) PartyTermFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type PartyTermValueModifier and TypeMethodDescriptionPartyTermFactory.getEntityFromValue(EntityPermission entityPermission, PartyTermValue value) PartyTermFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PartyTermValue value) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type PartyTermValueModifier and TypeMethodDescriptionvoidPartyTermFactory.create(Session session, Collection<PartyTermValue> _values) voidPartyTermFactory.create(Collection<PartyTermValue> _values) -
Uses of PartyTermValue in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return PartyTermValue