Uses of Class
com.echothree.model.data.carrier.common.pk.CarrierServiceOptionPK
Packages that use CarrierServiceOptionPK
Package
Description
-
Uses of CarrierServiceOptionPK in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return CarrierServiceOptionPK -
Uses of CarrierServiceOptionPK in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return CarrierServiceOptionPKModifier and TypeMethodDescriptionCarrierServiceOptionFactory.getNextPK()CarrierServiceOptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) CarrierServiceOptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type CarrierServiceOptionPKModifier and TypeMethodDescriptionCarrierServiceOptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CarrierServiceOptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CarrierServiceOptionFactory.getPKsFromResultSetAsList(ResultSet rs) CarrierServiceOptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type CarrierServiceOptionPKModifier and TypeMethodDescriptionCarrierServiceOptionFactory.getEntityFromCache(CarrierServiceOptionPK pk) CarrierServiceOptionFactory.getEntityFromPK(EntityPermission entityPermission, CarrierServiceOptionPK pk) CarrierServiceOptionFactory.getValueFromPK(CarrierServiceOptionPK pk) voidCarrierServiceOptionFactory.remove(CarrierServiceOptionPK pk) booleanCarrierServiceOptionFactory.validPK(CarrierServiceOptionPK pk) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type CarrierServiceOptionPKModifier and TypeMethodDescriptionCarrierServiceOptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CarrierServiceOptionPK> pks) CarrierServiceOptionFactory.getValuesFromPKs(Collection<CarrierServiceOptionPK> pks) voidCarrierServiceOptionFactory.remove(Collection<CarrierServiceOptionPK> pks) -
Uses of CarrierServiceOptionPK in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return CarrierServiceOptionPKConstructors in com.echothree.model.data.carrier.server.value with parameters of type CarrierServiceOptionPKModifierConstructorDescriptionCarrierServiceOptionValue(CarrierServiceOptionPK carrierServiceOptionPK, CarrierServicePK carrierServicePK, CarrierOptionPK carrierOptionPK, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceOptionValue