Uses of Class
com.echothree.model.data.party.common.pk.ProfilePK
Packages that use ProfilePK
Package
Description
-
Uses of ProfilePK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return ProfilePK -
Uses of ProfilePK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return ProfilePKModifier and TypeMethodDescriptionProfileFactory.getNextPK()ProfileFactory.getPKFromQuery(PreparedStatement ps, Object... params) ProfileFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type ProfilePKModifier and TypeMethodDescriptionProfileFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ProfileFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ProfileFactory.getPKsFromResultSetAsList(ResultSet rs) ProfileFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type ProfilePKModifier and TypeMethodDescriptionProfileFactory.getEntityFromCache(ProfilePK pk) ProfileFactory.getEntityFromPK(EntityPermission entityPermission, ProfilePK pk) ProfileFactory.getValueFromPK(ProfilePK pk) voidbooleanMethod parameters in com.echothree.model.data.party.server.factory with type arguments of type ProfilePKModifier and TypeMethodDescriptionProfileFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ProfilePK> pks) ProfileFactory.getValuesFromPKs(Collection<ProfilePK> pks) voidProfileFactory.remove(Collection<ProfilePK> pks) -
Uses of ProfilePK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return ProfilePKConstructors in com.echothree.model.data.party.server.value with parameters of type ProfilePKModifierConstructorDescriptionProfileValue(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 -
Uses of ProfilePK in com.echothree.model.jooq.server.records.party
Methods in com.echothree.model.jooq.server.records.party that return ProfilePKMethods in com.echothree.model.jooq.server.records.party that return types with arguments of type ProfilePKMethods in com.echothree.model.jooq.server.records.party with parameters of type ProfilePKModifier and TypeMethodDescriptionvoidSetter forprofiles.prfl_profileid.Constructors in com.echothree.model.jooq.server.records.party with parameters of type ProfilePKModifierConstructorDescriptionProfiles(ProfilePK Profile, PartyPK Party, String Nickname, IconPK Icon, String Pronunciation, GenderPK Gender, String Pronouns, Integer Birthday, BirthdayFormatPK BirthdayFormat, String Occupation, String Hobbies, String Location, MimeTypePK BioMimeType, String Bio, MimeTypePK SignatureMimeType, String Signature, Long FromTime, Long ThruTime) Create a detached, initialised Profiles -
Uses of ProfilePK in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type ProfilePK