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
(Session session, ProfilePK pk) ProfileFactory.getEntityFromPK
(EntityPermission entityPermission, ProfilePK pk) ProfileFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ProfilePK pk) ProfileFactory.getValueFromPK
(Session session, ProfilePK pk) void
boolean
Method parameters in com.echothree.model.data.party.server.factory with type arguments of type ProfilePKModifier and TypeMethodDescriptionProfileFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ProfilePK> pks) ProfileFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ProfilePK> pks) ProfileFactory.getValuesFromPKs
(Session session, Collection<ProfilePK> pks) void
ProfileFactory.remove
(Session session, Collection<ProfilePK> pks) void
ProfileFactory.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