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