Uses of Class
com.echothree.model.data.carrier.common.pk.CarrierServicePK
Packages that use CarrierServicePK
Package
Description
-
Uses of CarrierServicePK in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return CarrierServicePKModifier and TypeMethodDescriptionCarrierServiceDescription.getCarrierServicePK()CarrierServiceDetail.getCarrierServicePK()CarrierServiceOption.getCarrierServicePK()CarrierService.getPrimaryKey()Methods in com.echothree.model.data.carrier.server.entity with parameters of type CarrierServicePKModifier and TypeMethodDescriptionvoidCarrierServiceDescription.setCarrierServicePK(CarrierServicePK carrierServicePK) voidCarrierServiceDetail.setCarrierServicePK(CarrierServicePK carrierServicePK) voidCarrierServiceOption.setCarrierServicePK(CarrierServicePK carrierServicePK) -
Uses of CarrierServicePK in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return CarrierServicePKModifier and TypeMethodDescriptionCarrierServiceFactory.getNextPK()CarrierServiceFactory.getPKFromQuery(PreparedStatement ps, Object... params) CarrierServiceFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type CarrierServicePKModifier and TypeMethodDescriptionCarrierServiceFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CarrierServiceFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CarrierServiceFactory.getPKsFromResultSetAsList(ResultSet rs) CarrierServiceFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type CarrierServicePKModifier and TypeMethodDescriptionCarrierServiceDescriptionFactory.create(CarrierServicePK carrierServicePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) CarrierServiceDetailFactory.create(CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierServiceOptionFactory.create(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) CarrierServiceFactory.getEntityFromCache(CarrierServicePK pk) CarrierServiceFactory.getEntityFromPK(EntityPermission entityPermission, CarrierServicePK pk) CarrierServiceFactory.getValueFromPK(CarrierServicePK pk) voidCarrierServiceFactory.remove(CarrierServicePK pk) booleanCarrierServiceFactory.validPK(CarrierServicePK pk) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type CarrierServicePKModifier and TypeMethodDescriptionCarrierServiceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CarrierServicePK> pks) CarrierServiceFactory.getValuesFromPKs(Collection<CarrierServicePK> pks) voidCarrierServiceFactory.remove(Collection<CarrierServicePK> pks) -
Uses of CarrierServicePK in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return CarrierServicePKModifier and TypeMethodDescriptionCarrierServiceDescriptionValue.getCarrierServicePK()CarrierServiceDetailValue.getCarrierServicePK()CarrierServiceOptionValue.getCarrierServicePK()CarrierServiceValue.getPrimaryKey()Methods in com.echothree.model.data.carrier.server.value with parameters of type CarrierServicePKModifier and TypeMethodDescriptionvoidCarrierServiceDescriptionValue.setCarrierServicePK(CarrierServicePK carrierServicePK) voidCarrierServiceDetailValue.setCarrierServicePK(CarrierServicePK carrierServicePK) voidCarrierServiceOptionValue.setCarrierServicePK(CarrierServicePK carrierServicePK) Constructors in com.echothree.model.data.carrier.server.value with parameters of type CarrierServicePKModifierConstructorDescriptionCarrierServiceDescriptionValue(CarrierServiceDescriptionPK carrierServiceDescriptionPK, CarrierServicePK carrierServicePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceDescriptionValueCarrierServiceDescriptionValue(CarrierServicePK carrierServicePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceDescriptionValueCarrierServiceDetailValue(CarrierServiceDetailPK carrierServiceDetailPK, CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceDetailValueCarrierServiceDetailValue(CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceDetailValueCarrierServiceOptionValue(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 CarrierServiceOptionValueCarrierServiceOptionValue(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 CarrierServiceOptionValueCarrierServiceValue(CarrierServicePK carrierServicePK, CarrierServiceDetailPK activeDetailPK, CarrierServiceDetailPK lastDetailPK) Creates a new instance of CarrierServiceValue -
Uses of CarrierServicePK in com.echothree.model.data.shipping.server.entity
Methods in com.echothree.model.data.shipping.server.entity that return CarrierServicePKMethods in com.echothree.model.data.shipping.server.entity with parameters of type CarrierServicePKModifier and TypeMethodDescriptionvoidShippingMethodCarrierService.setCarrierServicePK(CarrierServicePK carrierServicePK) -
Uses of CarrierServicePK in com.echothree.model.data.shipping.server.factory
Methods in com.echothree.model.data.shipping.server.factory with parameters of type CarrierServicePKModifier and TypeMethodDescriptionShippingMethodCarrierServiceFactory.create(ShippingMethodPK shippingMethodPK, CarrierServicePK carrierServicePK, Long fromTime, Long thruTime) -
Uses of CarrierServicePK in com.echothree.model.data.shipping.server.value
Methods in com.echothree.model.data.shipping.server.value that return CarrierServicePKMethods in com.echothree.model.data.shipping.server.value with parameters of type CarrierServicePKModifier and TypeMethodDescriptionvoidShippingMethodCarrierServiceValue.setCarrierServicePK(CarrierServicePK carrierServicePK) Constructors in com.echothree.model.data.shipping.server.value with parameters of type CarrierServicePKModifierConstructorDescriptionShippingMethodCarrierServiceValue(ShippingMethodCarrierServicePK shippingMethodCarrierServicePK, ShippingMethodPK shippingMethodPK, CarrierServicePK carrierServicePK, Long fromTime, Long thruTime) Creates a new instance of ShippingMethodCarrierServiceValueShippingMethodCarrierServiceValue(ShippingMethodPK shippingMethodPK, CarrierServicePK carrierServicePK, Long fromTime, Long thruTime) Creates a new instance of ShippingMethodCarrierServiceValue -
Uses of CarrierServicePK in com.echothree.model.jooq.server.records.carrier
Methods in com.echothree.model.jooq.server.records.carrier that return CarrierServicePKModifier and TypeMethodDescriptionCarrierServiceDescriptions.CarrierService()Getter forcarrierservicedescriptions.crrsrvd_crrsrv_carrierserviceid.CarrierServiceDetails.CarrierService()Getter forcarrierservicedetails.crrsrvdt_crrsrv_carrierserviceid.CarrierServiceOptions.CarrierService()Getter forcarrierserviceoptions.crrsrvopt_crrsrv_carrierserviceid.CarrierServices.CarrierService()Getter forcarrierservices.crrsrv_carrierserviceid.Methods in com.echothree.model.jooq.server.records.carrier that return types with arguments of type CarrierServicePKMethods in com.echothree.model.jooq.server.records.carrier with parameters of type CarrierServicePKModifier and TypeMethodDescriptionvoidCarrierServiceDescriptions.CarrierService(CarrierServicePK value) Setter forcarrierservicedescriptions.crrsrvd_crrsrv_carrierserviceid.voidCarrierServiceDetails.CarrierService(CarrierServicePK value) Setter forcarrierservicedetails.crrsrvdt_crrsrv_carrierserviceid.voidCarrierServiceOptions.CarrierService(CarrierServicePK value) Setter forcarrierserviceoptions.crrsrvopt_crrsrv_carrierserviceid.voidCarrierServices.CarrierService(CarrierServicePK value) Setter forcarrierservices.crrsrv_carrierserviceid.Constructors in com.echothree.model.jooq.server.records.carrier with parameters of type CarrierServicePKModifierConstructorDescriptionCarrierServiceDescriptions(CarrierServiceDescriptionPK CarrierServiceDescription, CarrierServicePK CarrierService, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised CarrierServiceDescriptionsCarrierServiceDetails(CarrierServiceDetailPK CarrierServiceDetail, CarrierServicePK CarrierService, PartyPK CarrierParty, String CarrierServiceName, SelectorPK GeoCodeSelector, SelectorPK ItemSelector, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised CarrierServiceDetailsCarrierServiceOptions(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 CarrierServiceOptionsCarrierServices(CarrierServicePK CarrierService, CarrierServiceDetailPK ActiveDetail, CarrierServiceDetailPK LastDetail) Create a detached, initialised CarrierServices -
Uses of CarrierServicePK in com.echothree.model.jooq.server.records.shipping
Methods in com.echothree.model.jooq.server.records.shipping that return CarrierServicePKModifier and TypeMethodDescriptionShippingMethodCarrierServices.CarrierService()Getter forshippingmethodcarrierservices.shmcrrsrv_crrsrv_carrierserviceid.Methods in com.echothree.model.jooq.server.records.shipping with parameters of type CarrierServicePKModifier and TypeMethodDescriptionvoidShippingMethodCarrierServices.CarrierService(CarrierServicePK value) Setter forshippingmethodcarrierservices.shmcrrsrv_crrsrv_carrierserviceid.Constructors in com.echothree.model.jooq.server.records.shipping with parameters of type CarrierServicePKModifierConstructorDescriptionShippingMethodCarrierServices(ShippingMethodCarrierServicePK ShippingMethodCarrierService, ShippingMethodPK ShippingMethod, CarrierServicePK CarrierService, Long FromTime, Long ThruTime) Create a detached, initialised ShippingMethodCarrierServices -
Uses of CarrierServicePK in com.echothree.model.jooq.server.tables.carrier
Fields in com.echothree.model.jooq.server.tables.carrier with type parameters of type CarrierServicePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CarrierServiceDescriptions, CarrierServicePK> CarrierServiceDescriptions.CARRIER_SERVICEThe columncarrierservicedescriptions.crrsrvd_crrsrv_carrierserviceid.final org.jooq.TableField<CarrierServiceDetails, CarrierServicePK> CarrierServiceDetails.CARRIER_SERVICEThe columncarrierservicedetails.crrsrvdt_crrsrv_carrierserviceid.final org.jooq.TableField<CarrierServiceOptions, CarrierServicePK> CarrierServiceOptions.CARRIER_SERVICEThe columncarrierserviceoptions.crrsrvopt_crrsrv_carrierserviceid.final org.jooq.TableField<CarrierServices, CarrierServicePK> CarrierServices.CARRIER_SERVICEThe columncarrierservices.crrsrv_carrierserviceid. -
Uses of CarrierServicePK in com.echothree.model.jooq.server.tables.shipping
Fields in com.echothree.model.jooq.server.tables.shipping with type parameters of type CarrierServicePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShippingMethodCarrierServices, CarrierServicePK> ShippingMethodCarrierServices.CARRIER_SERVICEThe columnshippingmethodcarrierservices.shmcrrsrv_crrsrv_carrierserviceid.