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(PersonPK pk) PersonFactory.getEntityFromPK(EntityPermission entityPermission, PersonPK pk) PersonFactory.getValueFromPK(PersonPK pk) voidbooleanMethod parameters in com.echothree.model.data.party.server.factory with type arguments of type PersonPKModifier and TypeMethodDescriptionPersonFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PersonPK> pks) PersonFactory.getValuesFromPKs(Collection<PersonPK> pks) voidPersonFactory.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 -
Uses of PersonPK in com.echothree.model.jooq.server.records.party
Methods in com.echothree.model.jooq.server.records.party that return PersonPKMethods in com.echothree.model.jooq.server.records.party that return types with arguments of type PersonPKMethods in com.echothree.model.jooq.server.records.party with parameters of type PersonPKModifier and TypeMethodDescriptionvoidSetter forpeople.peop_personid.Constructors in com.echothree.model.jooq.server.records.party with parameters of type PersonPKModifierConstructorDescriptionPeople(PersonPK Person, PartyPK Party, PersonalTitlePK PersonalTitle, String FirstName, String FirstNameSdx, String MiddleName, String MiddleNameSdx, String LastName, String LastNameSdx, NameSuffixPK NameSuffix, Long FromTime, Long ThruTime) Create a detached, initialised People -
Uses of PersonPK in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type PersonPK