Uses of Class
com.echothree.model.data.party.server.value.PersonValue
Packages that use PersonValue
Package
Description
-
Uses of PersonValue in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return PersonValueModifier and TypeMethodDescriptionPartyControl.getPersonValue(Person person) PartyControl.getPersonValueForUpdate(Party party) Methods in com.echothree.model.control.party.server.control with parameters of type PersonValueModifier and TypeMethodDescriptionvoidPartyControl.updatePersonFromValue(PersonValue personValue, BasePK updatedBy) -
Uses of PersonValue in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PersonValueMethods in com.echothree.model.data.party.server.entity with parameters of type PersonValueConstructors in com.echothree.model.data.party.server.entity with parameters of type PersonValueModifierConstructorDescriptionPerson(PersonValue value, EntityPermission entityPermission) Creates a new instance of Person -
Uses of PersonValue in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PersonValueModifier and TypeMethodDescriptionPersonFactory.getValueFromPK(Session session, PersonPK pk) PersonFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PersonValueModifier and TypeMethodDescriptionPersonFactory.getValuesFromPKs(Session session, Collection<PersonPK> pks) PersonFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PersonValueModifier and TypeMethodDescriptionPersonFactory.getEntityFromValue(EntityPermission entityPermission, PersonValue value) PersonFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PersonValue value) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PersonValueModifier and TypeMethodDescriptionvoidPersonFactory.create(Session session, Collection<PersonValue> _values) voidPersonFactory.create(Collection<PersonValue> _values) -
Uses of PersonValue in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PersonValue