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 -
Uses of CarrierServiceOptionPK in com.echothree.model.jooq.server.records.carrier
Methods in com.echothree.model.jooq.server.records.carrier that return CarrierServiceOptionPKModifier and TypeMethodDescriptionCarrierServiceOptions.CarrierServiceOption()Getter forcarrierserviceoptions.crrsrvopt_carrierserviceoptionid.Methods in com.echothree.model.jooq.server.records.carrier that return types with arguments of type CarrierServiceOptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<CarrierServiceOptionPK> CarrierServiceOptions.key()Methods in com.echothree.model.jooq.server.records.carrier with parameters of type CarrierServiceOptionPKModifier and TypeMethodDescriptionvoidCarrierServiceOptions.CarrierServiceOption(CarrierServiceOptionPK value) Setter forcarrierserviceoptions.crrsrvopt_carrierserviceoptionid.Constructors in com.echothree.model.jooq.server.records.carrier with parameters of type CarrierServiceOptionPKModifierConstructorDescriptionCarrierServiceOptions(CarrierServiceOptionPK CarrierServiceOption, CarrierServicePK CarrierService, CarrierOptionPK CarrierOption, Boolean IsRecommended, Boolean IsRequired, SelectorPK RecommendedGeoCodeSelector, SelectorPK RequiredGeoCodeSelector, SelectorPK RecommendedItemSelector, SelectorPK RequiredItemSelector, SelectorPK RecommendedOrderSelector, SelectorPK RequiredOrderSelector, SelectorPK RecommendedShipmentSelector, SelectorPK RequiredShipmentSelector, Long FromTime, Long ThruTime) Create a detached, initialised CarrierServiceOptions -
Uses of CarrierServiceOptionPK in com.echothree.model.jooq.server.tables.carrier
Fields in com.echothree.model.jooq.server.tables.carrier with type parameters of type CarrierServiceOptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CarrierServiceOptions, CarrierServiceOptionPK> CarrierServiceOptions.CARRIER_SERVICE_OPTIONThe columncarrierserviceoptions.crrsrvopt_carrierserviceoptionid.