Uses of Class
com.echothree.model.data.party.common.pk.PersonPK
Packages that use PersonPK
Package
Description
-
Uses of PersonPK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PersonPK -
Uses of PersonPK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PersonPKModifier and TypeMethodDescriptionPersonFactory.getNextPK()
PersonFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PersonFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PersonPKModifier and TypeMethodDescriptionPersonFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PersonFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PersonFactory.getPKsFromResultSetAsList
(ResultSet rs) PersonFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PersonPKModifier and TypeMethodDescriptionPersonFactory.getEntityFromCache
(Session session, PersonPK pk) PersonFactory.getEntityFromPK
(EntityPermission entityPermission, PersonPK pk) PersonFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PersonPK pk) PersonFactory.getValueFromPK
(Session session, PersonPK pk) void
boolean
Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PersonPKModifier and TypeMethodDescriptionPersonFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PersonPK> pks) PersonFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PersonPK> pks) PersonFactory.getValuesFromPKs
(Session session, Collection<PersonPK> pks) void
PersonFactory.remove
(Session session, Collection<PersonPK> pks) void
PersonFactory.remove
(Collection<PersonPK> pks) -
Uses of PersonPK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PersonPKConstructors in com.echothree.model.data.party.server.value with parameters of type PersonPKModifierConstructorDescriptionPersonValue
(PersonPK personPK, PartyPK partyPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, Long fromTime, Long thruTime) Creates a new instance of PersonValue