Uses of Class
com.echothree.model.data.party.common.pk.GenderPK
Packages that use GenderPK
Package
Description
-
Uses of GenderPK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return GenderPKModifier and TypeMethodDescriptionGenderDescription.getGenderPK()
GenderDetail.getGenderPK()
Profile.getGenderPK()
Gender.getPrimaryKey()
Methods in com.echothree.model.data.party.server.entity with parameters of type GenderPKModifier and TypeMethodDescriptionvoid
GenderDescription.setGenderPK
(GenderPK genderPK) void
GenderDetail.setGenderPK
(GenderPK genderPK) void
Profile.setGenderPK
(GenderPK genderPK) -
Uses of GenderPK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return GenderPKModifier and TypeMethodDescriptionGenderFactory.getNextPK()
GenderFactory.getPKFromQuery
(PreparedStatement ps, Object... params) GenderFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type GenderPKModifier and TypeMethodDescriptionGenderFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) GenderFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) GenderFactory.getPKsFromResultSetAsList
(ResultSet rs) GenderFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type GenderPKModifier and TypeMethodDescriptionGenderDescriptionFactory.create
(GenderPK genderPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GenderDescriptionFactory.create
(Session session, GenderPK genderPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GenderDetailFactory.create
(GenderPK genderPK, String genderName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GenderDetailFactory.create
(Session session, GenderPK genderPK, String genderName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ProfileFactory.create
(PartyPK partyPK, String nickname, IconPK iconPK, String pronunciation, GenderPK genderPK, String pronouns, Integer birthday, BirthdayFormatPK birthdayFormatPK, String occupation, String hobbies, String location, MimeTypePK bioMimeTypePK, String bio, MimeTypePK signatureMimeTypePK, String signature, Long fromTime, Long thruTime) ProfileFactory.create
(Session session, PartyPK partyPK, String nickname, IconPK iconPK, String pronunciation, GenderPK genderPK, String pronouns, Integer birthday, BirthdayFormatPK birthdayFormatPK, String occupation, String hobbies, String location, MimeTypePK bioMimeTypePK, String bio, MimeTypePK signatureMimeTypePK, String signature, Long fromTime, Long thruTime) GenderFactory.getEntityFromCache
(Session session, GenderPK pk) GenderFactory.getEntityFromPK
(EntityPermission entityPermission, GenderPK pk) GenderFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GenderPK pk) GenderFactory.getValueFromPK
(Session session, GenderPK pk) void
boolean
Method parameters in com.echothree.model.data.party.server.factory with type arguments of type GenderPKModifier and TypeMethodDescriptionGenderFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GenderPK> pks) GenderFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GenderPK> pks) GenderFactory.getValuesFromPKs
(Session session, Collection<GenderPK> pks) void
GenderFactory.remove
(Session session, Collection<GenderPK> pks) void
GenderFactory.remove
(Collection<GenderPK> pks) -
Uses of GenderPK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return GenderPKModifier and TypeMethodDescriptionGenderDescriptionValue.getGenderPK()
GenderDetailValue.getGenderPK()
ProfileValue.getGenderPK()
GenderValue.getPrimaryKey()
Methods in com.echothree.model.data.party.server.value with parameters of type GenderPKModifier and TypeMethodDescriptionvoid
GenderDescriptionValue.setGenderPK
(GenderPK genderPK) void
GenderDetailValue.setGenderPK
(GenderPK genderPK) void
ProfileValue.setGenderPK
(GenderPK genderPK) Constructors in com.echothree.model.data.party.server.value with parameters of type GenderPKModifierConstructorDescriptionGenderDescriptionValue
(GenderDescriptionPK genderDescriptionPK, GenderPK genderPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GenderDescriptionValueGenderDescriptionValue
(GenderPK genderPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GenderDescriptionValueGenderDetailValue
(GenderDetailPK genderDetailPK, GenderPK genderPK, String genderName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GenderDetailValueGenderDetailValue
(GenderPK genderPK, String genderName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GenderDetailValueGenderValue
(GenderPK genderPK, GenderDetailPK activeDetailPK, GenderDetailPK lastDetailPK) Creates a new instance of GenderValueProfileValue
(PartyPK partyPK, String nickname, IconPK iconPK, String pronunciation, GenderPK genderPK, String pronouns, Integer birthday, BirthdayFormatPK birthdayFormatPK, String occupation, String hobbies, String location, MimeTypePK bioMimeTypePK, String bio, MimeTypePK signatureMimeTypePK, String signature, Long fromTime, Long thruTime) Creates a new instance of ProfileValueProfileValue
(ProfilePK profilePK, PartyPK partyPK, String nickname, IconPK iconPK, String pronunciation, GenderPK genderPK, String pronouns, Integer birthday, BirthdayFormatPK birthdayFormatPK, String occupation, String hobbies, String location, MimeTypePK bioMimeTypePK, String bio, MimeTypePK signatureMimeTypePK, String signature, Long fromTime, Long thruTime) Creates a new instance of ProfileValue