Uses of Class
com.echothree.model.data.party.server.value.GenderDetailValue
Packages that use GenderDetailValue
Package
Description
-
Uses of GenderDetailValue in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return GenderDetailValueModifier and TypeMethodDescriptionPartyControl.getDefaultGenderDetailValueForUpdate()PartyControl.getGenderDetailValueByNameForUpdate(String genderName) PartyControl.getGenderDetailValueForUpdate(Gender gender) Methods in com.echothree.model.control.party.server.control with parameters of type GenderDetailValueModifier and TypeMethodDescriptionvoidPartyControl.updateGenderFromValue(GenderDetailValue genderDetailValue, BasePK updatedBy) -
Uses of GenderDetailValue in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return GenderDetailValueMethods in com.echothree.model.data.party.server.entity with parameters of type GenderDetailValueModifier and TypeMethodDescriptionvoidGenderDetail.setGenderDetailValue(GenderDetailValue value) Constructors in com.echothree.model.data.party.server.entity with parameters of type GenderDetailValueModifierConstructorDescriptionGenderDetail(GenderDetailValue value, EntityPermission entityPermission) Creates a new instance of GenderDetail -
Uses of GenderDetailValue in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return GenderDetailValueModifier and TypeMethodDescriptionGenderDetailFactory.getValueFromPK(Session session, GenderDetailPK pk) GenderDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type GenderDetailValueModifier and TypeMethodDescriptionGenderDetailFactory.getValuesFromPKs(Session session, Collection<GenderDetailPK> pks) GenderDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type GenderDetailValueModifier and TypeMethodDescriptionGenderDetailFactory.getEntityFromValue(EntityPermission entityPermission, GenderDetailValue value) GenderDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, GenderDetailValue value) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type GenderDetailValueModifier and TypeMethodDescriptionvoidGenderDetailFactory.create(Session session, Collection<GenderDetailValue> _values) voidGenderDetailFactory.create(Collection<GenderDetailValue> _values) -
Uses of GenderDetailValue in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return GenderDetailValue