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
(Session session, PartyRelationshipPK pk) PartyRelationshipFactory.getEntityFromPK
(EntityPermission entityPermission, PartyRelationshipPK pk) PartyRelationshipFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyRelationshipPK pk) PartyRelationshipFactory.getValueFromPK
(Session session, PartyRelationshipPK pk) void
PartyRelationshipFactory.remove
(Session session, PartyRelationshipPK pk) boolean
PartyRelationshipFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyRelationshipPK> pks) PartyRelationshipFactory.getValuesFromPKs
(Session session, Collection<PartyRelationshipPK> pks) void
PartyRelationshipFactory.remove
(Session session, Collection<PartyRelationshipPK> pks) void
PartyRelationshipFactory.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 TypeMethodDescriptionvoid
UserKeyDetail.setPartyRelationshipPK
(PartyRelationshipPK partyRelationshipPK) void
UserSession.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) UserKeyDetailFactory.create
(Session session, 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) UserSessionFactory.create
(Session session, 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 TypeMethodDescriptionvoid
UserKeyDetailValue.setPartyRelationshipPK
(PartyRelationshipPK partyRelationshipPK) void
UserSessionValue.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