Uses of Class
com.echothree.model.data.party.server.value.GenderDescriptionValue
Packages that use GenderDescriptionValue
Package
Description
-
Uses of GenderDescriptionValue in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return GenderDescriptionValueModifier and TypeMethodDescriptionPartyControl.getGenderDescriptionValue(GenderDescription genderDescription) PartyControl.getGenderDescriptionValueForUpdate(Gender gender, Language language) Methods in com.echothree.model.control.party.server.control with parameters of type GenderDescriptionValueModifier and TypeMethodDescriptionvoidPartyControl.updateGenderDescriptionFromValue(GenderDescriptionValue genderDescriptionValue, BasePK updatedBy) -
Uses of GenderDescriptionValue in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return GenderDescriptionValueMethods in com.echothree.model.data.party.server.entity with parameters of type GenderDescriptionValueModifier and TypeMethodDescriptionvoidGenderDescription.setGenderDescriptionValue(GenderDescriptionValue value) Constructors in com.echothree.model.data.party.server.entity with parameters of type GenderDescriptionValueModifierConstructorDescriptionGenderDescription(GenderDescriptionValue value, EntityPermission entityPermission) Creates a new instance of GenderDescription -
Uses of GenderDescriptionValue in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return GenderDescriptionValueModifier and TypeMethodDescriptionGenderDescriptionFactory.getValueFromPK(Session session, GenderDescriptionPK pk) GenderDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type GenderDescriptionValueModifier and TypeMethodDescriptionGenderDescriptionFactory.getValuesFromPKs(Session session, Collection<GenderDescriptionPK> pks) GenderDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type GenderDescriptionValueModifier and TypeMethodDescriptionGenderDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, GenderDescriptionValue value) GenderDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, GenderDescriptionValue value) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type GenderDescriptionValueModifier and TypeMethodDescriptionvoidGenderDescriptionFactory.create(Session session, Collection<GenderDescriptionValue> _values) voidGenderDescriptionFactory.create(Collection<GenderDescriptionValue> _values) -
Uses of GenderDescriptionValue in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return GenderDescriptionValue