Uses of Class
com.echothree.model.data.party.common.pk.PartyRelationshipPK
Packages that use PartyRelationshipPK
Package
Description
-
Uses of PartyRelationshipPK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyRelationshipPK -
Uses of PartyRelationshipPK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyRelationshipPKModifier and TypeMethodDescriptionPartyRelationshipFactory.getNextPK()PartyRelationshipFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyRelationshipFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyRelationshipPKModifier and TypeMethodDescriptionPartyRelationshipFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyRelationshipFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyRelationshipFactory.getPKsFromResultSetAsList(ResultSet rs) PartyRelationshipFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyRelationshipPKModifier and TypeMethodDescriptionPartyRelationshipFactory.getEntityFromCache(PartyRelationshipPK pk) PartyRelationshipFactory.getEntityFromPK(EntityPermission entityPermission, PartyRelationshipPK pk) PartyRelationshipFactory.getValueFromPK(PartyRelationshipPK pk) voidPartyRelationshipFactory.remove(PartyRelationshipPK pk) booleanPartyRelationshipFactory.validPK(PartyRelationshipPK pk) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyRelationshipPKModifier and TypeMethodDescriptionPartyRelationshipFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyRelationshipPK> pks) PartyRelationshipFactory.getValuesFromPKs(Collection<PartyRelationshipPK> pks) voidPartyRelationshipFactory.remove(Collection<PartyRelationshipPK> pks) -
Uses of PartyRelationshipPK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyRelationshipPKConstructors in com.echothree.model.data.party.server.value with parameters of type PartyRelationshipPKModifierConstructorDescriptionPartyRelationshipValue(PartyRelationshipPK partyRelationshipPK, PartyRelationshipTypePK partyRelationshipTypePK, PartyPK fromPartyPK, RoleTypePK fromRoleTypePK, PartyPK toPartyPK, RoleTypePK toRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of PartyRelationshipValue -
Uses of PartyRelationshipPK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return PartyRelationshipPKModifier and TypeMethodDescriptionUserKeyDetail.getPartyRelationshipPK()UserSession.getPartyRelationshipPK()Methods in com.echothree.model.data.user.server.entity with parameters of type PartyRelationshipPKModifier and TypeMethodDescriptionvoidUserKeyDetail.setPartyRelationshipPK(PartyRelationshipPK partyRelationshipPK) voidUserSession.setPartyRelationshipPK(PartyRelationshipPK partyRelationshipPK) -
Uses of PartyRelationshipPK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory with parameters of type PartyRelationshipPKModifier and TypeMethodDescriptionUserKeyDetailFactory.create(UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) UserSessionFactory.create(UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) -
Uses of PartyRelationshipPK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return PartyRelationshipPKModifier and TypeMethodDescriptionUserKeyDetailValue.getPartyRelationshipPK()UserSessionValue.getPartyRelationshipPK()Methods in com.echothree.model.data.user.server.value with parameters of type PartyRelationshipPKModifier and TypeMethodDescriptionvoidUserKeyDetailValue.setPartyRelationshipPK(PartyRelationshipPK partyRelationshipPK) voidUserSessionValue.setPartyRelationshipPK(PartyRelationshipPK partyRelationshipPK) Constructors in com.echothree.model.data.user.server.value with parameters of type PartyRelationshipPKModifierConstructorDescriptionUserKeyDetailValue(UserKeyDetailPK userKeyDetailPK, UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) Creates a new instance of UserKeyDetailValueUserKeyDetailValue(UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) Creates a new instance of UserKeyDetailValueUserSessionValue(UserSessionPK userSessionPK, UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) Creates a new instance of UserSessionValueUserSessionValue(UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) Creates a new instance of UserSessionValue -
Uses of PartyRelationshipPK in com.echothree.model.jooq.server.records.party
Methods in com.echothree.model.jooq.server.records.party that return PartyRelationshipPKModifier and TypeMethodDescriptionPartyRelationships.PartyRelationship()Getter forpartyrelationships.prel_partyrelationshipid.Methods in com.echothree.model.jooq.server.records.party that return types with arguments of type PartyRelationshipPKMethods in com.echothree.model.jooq.server.records.party with parameters of type PartyRelationshipPKModifier and TypeMethodDescriptionvoidPartyRelationships.PartyRelationship(PartyRelationshipPK value) Setter forpartyrelationships.prel_partyrelationshipid.Constructors in com.echothree.model.jooq.server.records.party with parameters of type PartyRelationshipPKModifierConstructorDescriptionPartyRelationships(PartyRelationshipPK PartyRelationship, PartyRelationshipTypePK PartyRelationshipType, PartyPK FromParty, RoleTypePK FromRoleType, PartyPK ToParty, RoleTypePK ToRoleType, Long FromTime, Long ThruTime) Create a detached, initialised PartyRelationships -
Uses of PartyRelationshipPK in com.echothree.model.jooq.server.records.user
Methods in com.echothree.model.jooq.server.records.user that return PartyRelationshipPKModifier and TypeMethodDescriptionUserKeyDetails.PartyRelationship()Getter foruserkeydetails.ukeydt_prel_partyrelationshipid.UserSessions.PartyRelationship()Getter forusersessions.usess_prel_partyrelationshipid.Methods in com.echothree.model.jooq.server.records.user with parameters of type PartyRelationshipPKModifier and TypeMethodDescriptionvoidUserKeyDetails.PartyRelationship(PartyRelationshipPK value) Setter foruserkeydetails.ukeydt_prel_partyrelationshipid.voidUserSessions.PartyRelationship(PartyRelationshipPK value) Setter forusersessions.usess_prel_partyrelationshipid.Constructors in com.echothree.model.jooq.server.records.user with parameters of type PartyRelationshipPKModifierConstructorDescriptionUserKeyDetails(UserKeyDetailPK UserKeyDetail, UserKeyPK UserKey, String UserKeyName, PartyPK Party, PartyRelationshipPK PartyRelationship, Long FromTime, Long ThruTime) Create a detached, initialised UserKeyDetailsUserSessions(UserSessionPK UserSession, UserVisitPK UserVisit, PartyPK Party, PartyRelationshipPK PartyRelationship, Long IdentityVerifiedTime, Long FromTime, Long ThruTime) Create a detached, initialised UserSessions -
Uses of PartyRelationshipPK in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type PartyRelationshipPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyRelationships, PartyRelationshipPK> PartyRelationships.PARTY_RELATIONSHIPThe columnpartyrelationships.prel_partyrelationshipid. -
Uses of PartyRelationshipPK in com.echothree.model.jooq.server.tables.user
Fields in com.echothree.model.jooq.server.tables.user with type parameters of type PartyRelationshipPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<UserKeyDetails, PartyRelationshipPK> UserKeyDetails.PARTY_RELATIONSHIPThe columnuserkeydetails.ukeydt_prel_partyrelationshipid.final org.jooq.TableField<UserSessions, PartyRelationshipPK> UserSessions.PARTY_RELATIONSHIPThe columnusersessions.usess_prel_partyrelationshipid.