Uses of Class
com.echothree.model.data.contact.common.pk.PartyContactMechanismRelationshipPK
Packages that use PartyContactMechanismRelationshipPK
Package
Description
-
Uses of PartyContactMechanismRelationshipPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PartyContactMechanismRelationshipPK -
Uses of PartyContactMechanismRelationshipPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PartyContactMechanismRelationshipPKModifier and TypeMethodDescriptionPartyContactMechanismRelationshipFactory.getNextPK()
PartyContactMechanismRelationshipFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PartyContactMechanismRelationshipFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PartyContactMechanismRelationshipPKModifier and TypeMethodDescriptionPartyContactMechanismRelationshipFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PartyContactMechanismRelationshipFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PartyContactMechanismRelationshipFactory.getPKsFromResultSetAsList
(ResultSet rs) PartyContactMechanismRelationshipFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PartyContactMechanismRelationshipPKModifier and TypeMethodDescriptionPartyContactMechanismRelationshipFactory.getEntityFromCache
(Session session, PartyContactMechanismRelationshipPK pk) PartyContactMechanismRelationshipFactory.getEntityFromPK
(EntityPermission entityPermission, PartyContactMechanismRelationshipPK pk) PartyContactMechanismRelationshipFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyContactMechanismRelationshipPK pk) PartyContactMechanismRelationshipFactory.getValueFromPK
(Session session, PartyContactMechanismRelationshipPK pk) void
PartyContactMechanismRelationshipFactory.remove
(Session session, PartyContactMechanismRelationshipPK pk) boolean
PartyContactMechanismRelationshipFactory.validPK
(Session session, PartyContactMechanismRelationshipPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PartyContactMechanismRelationshipPKModifier and TypeMethodDescriptionPartyContactMechanismRelationshipFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyContactMechanismRelationshipPK> pks) PartyContactMechanismRelationshipFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyContactMechanismRelationshipPK> pks) PartyContactMechanismRelationshipFactory.getValuesFromPKs
(Session session, Collection<PartyContactMechanismRelationshipPK> pks) void
PartyContactMechanismRelationshipFactory.remove
(Session session, Collection<PartyContactMechanismRelationshipPK> pks) void
PartyContactMechanismRelationshipFactory.remove
(Collection<PartyContactMechanismRelationshipPK> pks) -
Uses of PartyContactMechanismRelationshipPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PartyContactMechanismRelationshipPKConstructors in com.echothree.model.data.contact.server.value with parameters of type PartyContactMechanismRelationshipPKModifierConstructorDescriptionPartyContactMechanismRelationshipValue
(PartyContactMechanismRelationshipPK partyContactMechanismRelationshipPK, PartyContactMechanismPK fromPartyContactMechanismPK, PartyContactMechanismPK toPartyContactMechanismPK, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismRelationshipValue