Uses of Class
com.echothree.model.data.shipping.common.pk.ShippingMethodCarrierServicePK
Packages that use ShippingMethodCarrierServicePK
Package
Description
-
Uses of ShippingMethodCarrierServicePK in com.echothree.model.data.shipping.server.entity
Methods in com.echothree.model.data.shipping.server.entity that return ShippingMethodCarrierServicePK -
Uses of ShippingMethodCarrierServicePK in com.echothree.model.data.shipping.server.factory
Methods in com.echothree.model.data.shipping.server.factory that return ShippingMethodCarrierServicePKModifier and TypeMethodDescriptionShippingMethodCarrierServiceFactory.getNextPK()ShippingMethodCarrierServiceFactory.getPKFromQuery(PreparedStatement ps, Object... params) ShippingMethodCarrierServiceFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory that return types with arguments of type ShippingMethodCarrierServicePKModifier and TypeMethodDescriptionShippingMethodCarrierServiceFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ShippingMethodCarrierServiceFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ShippingMethodCarrierServiceFactory.getPKsFromResultSetAsList(ResultSet rs) ShippingMethodCarrierServiceFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory with parameters of type ShippingMethodCarrierServicePKModifier and TypeMethodDescriptionShippingMethodCarrierServiceFactory.getEntityFromCache(ShippingMethodCarrierServicePK pk) ShippingMethodCarrierServiceFactory.getEntityFromPK(EntityPermission entityPermission, ShippingMethodCarrierServicePK pk) ShippingMethodCarrierServiceFactory.getValueFromPK(ShippingMethodCarrierServicePK pk) voidShippingMethodCarrierServiceFactory.remove(ShippingMethodCarrierServicePK pk) booleanShippingMethodCarrierServiceFactory.validPK(ShippingMethodCarrierServicePK pk) Method parameters in com.echothree.model.data.shipping.server.factory with type arguments of type ShippingMethodCarrierServicePKModifier and TypeMethodDescriptionShippingMethodCarrierServiceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ShippingMethodCarrierServicePK> pks) ShippingMethodCarrierServiceFactory.getValuesFromPKs(Collection<ShippingMethodCarrierServicePK> pks) voidShippingMethodCarrierServiceFactory.remove(Collection<ShippingMethodCarrierServicePK> pks) -
Uses of ShippingMethodCarrierServicePK in com.echothree.model.data.shipping.server.value
Methods in com.echothree.model.data.shipping.server.value that return ShippingMethodCarrierServicePKConstructors in com.echothree.model.data.shipping.server.value with parameters of type ShippingMethodCarrierServicePKModifierConstructorDescriptionShippingMethodCarrierServiceValue(ShippingMethodCarrierServicePK shippingMethodCarrierServicePK, ShippingMethodPK shippingMethodPK, CarrierServicePK carrierServicePK, Long fromTime, Long thruTime) Creates a new instance of ShippingMethodCarrierServiceValue -
Uses of ShippingMethodCarrierServicePK in com.echothree.model.jooq.server.records.shipping
Methods in com.echothree.model.jooq.server.records.shipping that return ShippingMethodCarrierServicePKModifier and TypeMethodDescriptionShippingMethodCarrierServices.ShippingMethodCarrierService()Getter forshippingmethodcarrierservices.shmcrrsrv_shippingmethodcarrierserviceid.Methods in com.echothree.model.jooq.server.records.shipping that return types with arguments of type ShippingMethodCarrierServicePKModifier and TypeMethodDescriptionorg.jooq.Record1<ShippingMethodCarrierServicePK> ShippingMethodCarrierServices.key()Methods in com.echothree.model.jooq.server.records.shipping with parameters of type ShippingMethodCarrierServicePKModifier and TypeMethodDescriptionvoidShippingMethodCarrierServices.ShippingMethodCarrierService(ShippingMethodCarrierServicePK value) Setter forshippingmethodcarrierservices.shmcrrsrv_shippingmethodcarrierserviceid.Constructors in com.echothree.model.jooq.server.records.shipping with parameters of type ShippingMethodCarrierServicePKModifierConstructorDescriptionShippingMethodCarrierServices(ShippingMethodCarrierServicePK ShippingMethodCarrierService, ShippingMethodPK ShippingMethod, CarrierServicePK CarrierService, Long FromTime, Long ThruTime) Create a detached, initialised ShippingMethodCarrierServices -
Uses of ShippingMethodCarrierServicePK in com.echothree.model.jooq.server.tables.shipping
Fields in com.echothree.model.jooq.server.tables.shipping with type parameters of type ShippingMethodCarrierServicePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShippingMethodCarrierServices, ShippingMethodCarrierServicePK> ShippingMethodCarrierServices.SHIPPING_METHOD_CARRIER_SERVICEThe columnshippingmethodcarrierservices.shmcrrsrv_shippingmethodcarrierserviceid.