Uses of Class
com.echothree.model.data.carrier.common.pk.CarrierPK
Packages that use CarrierPK
Package
Description
-
Uses of CarrierPK in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return CarrierPK -
Uses of CarrierPK in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return CarrierPKModifier and TypeMethodDescriptionCarrierFactory.getNextPK()
CarrierFactory.getPKFromQuery
(PreparedStatement ps, Object... params) CarrierFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type CarrierPKModifier and TypeMethodDescriptionCarrierFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) CarrierFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) CarrierFactory.getPKsFromResultSetAsList
(ResultSet rs) CarrierFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type CarrierPKModifier and TypeMethodDescriptionCarrierFactory.getEntityFromCache
(Session session, CarrierPK pk) CarrierFactory.getEntityFromPK
(EntityPermission entityPermission, CarrierPK pk) CarrierFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CarrierPK pk) CarrierFactory.getValueFromPK
(Session session, CarrierPK pk) void
boolean
Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type CarrierPKModifier and TypeMethodDescriptionCarrierFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CarrierPK> pks) CarrierFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CarrierPK> pks) CarrierFactory.getValuesFromPKs
(Session session, Collection<CarrierPK> pks) void
CarrierFactory.remove
(Session session, Collection<CarrierPK> pks) void
CarrierFactory.remove
(Collection<CarrierPK> pks) -
Uses of CarrierPK in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return CarrierPKConstructors in com.echothree.model.data.carrier.server.value with parameters of type CarrierPKModifierConstructorDescriptionCarrierValue
(CarrierPK carrierPK, PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierValue