Uses of Class
com.echothree.model.data.carrier.common.pk.PartyCarrierPK
Packages that use PartyCarrierPK
Package
Description
-
Uses of PartyCarrierPK in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return PartyCarrierPK -
Uses of PartyCarrierPK in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return PartyCarrierPKModifier and TypeMethodDescriptionPartyCarrierFactory.getNextPK()PartyCarrierFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyCarrierFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type PartyCarrierPKModifier and TypeMethodDescriptionPartyCarrierFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyCarrierFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyCarrierFactory.getPKsFromResultSetAsList(ResultSet rs) PartyCarrierFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type PartyCarrierPKModifier and TypeMethodDescriptionPartyCarrierFactory.getEntityFromCache(PartyCarrierPK pk) PartyCarrierFactory.getEntityFromPK(EntityPermission entityPermission, PartyCarrierPK pk) PartyCarrierFactory.getValueFromPK(PartyCarrierPK pk) voidPartyCarrierFactory.remove(PartyCarrierPK pk) booleanPartyCarrierFactory.validPK(PartyCarrierPK pk) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type PartyCarrierPKModifier and TypeMethodDescriptionPartyCarrierFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyCarrierPK> pks) PartyCarrierFactory.getValuesFromPKs(Collection<PartyCarrierPK> pks) voidPartyCarrierFactory.remove(Collection<PartyCarrierPK> pks) -
Uses of PartyCarrierPK in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return PartyCarrierPKConstructors in com.echothree.model.data.carrier.server.value with parameters of type PartyCarrierPKModifierConstructorDescriptionPartyCarrierValue(PartyCarrierPK partyCarrierPK, PartyPK partyPK, PartyPK carrierPartyPK, Long fromTime, Long thruTime) Creates a new instance of PartyCarrierValue