Uses of Class
com.echothree.model.data.party.server.value.GenderValue
Packages that use GenderValue
Package
Description
-
Uses of GenderValue in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return GenderValueMethods in com.echothree.model.data.party.server.entity with parameters of type GenderValueConstructors in com.echothree.model.data.party.server.entity with parameters of type GenderValueModifierConstructorDescriptionGender
(GenderValue value, EntityPermission entityPermission) Creates a new instance of Gender -
Uses of GenderValue in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return GenderValueModifier and TypeMethodDescriptionGenderFactory.getValueFromPK
(Session session, GenderPK pk) GenderFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type GenderValueModifier and TypeMethodDescriptionGenderFactory.getValuesFromPKs
(Session session, Collection<GenderPK> pks) GenderFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type GenderValueModifier and TypeMethodDescriptionGenderFactory.getEntityFromValue
(EntityPermission entityPermission, GenderValue value) GenderFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, GenderValue value) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type GenderValueModifier and TypeMethodDescriptionvoid
GenderFactory.create
(Session session, Collection<GenderValue> _values) void
GenderFactory.create
(Collection<GenderValue> _values) -
Uses of GenderValue in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return GenderValue