Uses of Class
com.echothree.model.data.shipping.common.pk.ShippingMethodDetailPK
Packages that use ShippingMethodDetailPK
Package
Description
-
Uses of ShippingMethodDetailPK in com.echothree.model.data.shipping.server.entity
Methods in com.echothree.model.data.shipping.server.entity that return ShippingMethodDetailPKModifier and TypeMethodDescriptionShippingMethod.getActiveDetailPK()ShippingMethod.getLastDetailPK()ShippingMethodDetail.getPrimaryKey()Methods in com.echothree.model.data.shipping.server.entity with parameters of type ShippingMethodDetailPKModifier and TypeMethodDescriptionvoidShippingMethod.setActiveDetailPK(ShippingMethodDetailPK activeDetailPK) voidShippingMethod.setLastDetailPK(ShippingMethodDetailPK lastDetailPK) -
Uses of ShippingMethodDetailPK in com.echothree.model.data.shipping.server.factory
Methods in com.echothree.model.data.shipping.server.factory that return ShippingMethodDetailPKModifier and TypeMethodDescriptionShippingMethodDetailFactory.getNextPK()ShippingMethodDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ShippingMethodDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory that return types with arguments of type ShippingMethodDetailPKModifier and TypeMethodDescriptionShippingMethodDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ShippingMethodDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ShippingMethodDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ShippingMethodDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory with parameters of type ShippingMethodDetailPKModifier and TypeMethodDescriptionShippingMethodFactory.create(ShippingMethodDetailPK activeDetailPK, ShippingMethodDetailPK lastDetailPK) ShippingMethodDetailFactory.getEntityFromCache(ShippingMethodDetailPK pk) ShippingMethodDetailFactory.getEntityFromPK(EntityPermission entityPermission, ShippingMethodDetailPK pk) ShippingMethodDetailFactory.getValueFromPK(ShippingMethodDetailPK pk) voidShippingMethodDetailFactory.remove(ShippingMethodDetailPK pk) booleanShippingMethodDetailFactory.validPK(ShippingMethodDetailPK pk) Method parameters in com.echothree.model.data.shipping.server.factory with type arguments of type ShippingMethodDetailPKModifier and TypeMethodDescriptionShippingMethodDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ShippingMethodDetailPK> pks) ShippingMethodDetailFactory.getValuesFromPKs(Collection<ShippingMethodDetailPK> pks) voidShippingMethodDetailFactory.remove(Collection<ShippingMethodDetailPK> pks) -
Uses of ShippingMethodDetailPK in com.echothree.model.data.shipping.server.value
Methods in com.echothree.model.data.shipping.server.value that return ShippingMethodDetailPKModifier and TypeMethodDescriptionShippingMethodValue.getActiveDetailPK()ShippingMethodValue.getLastDetailPK()ShippingMethodDetailValue.getPrimaryKey()Methods in com.echothree.model.data.shipping.server.value with parameters of type ShippingMethodDetailPKModifier and TypeMethodDescriptionvoidShippingMethodValue.setActiveDetailPK(ShippingMethodDetailPK activeDetailPK) voidShippingMethodValue.setLastDetailPK(ShippingMethodDetailPK lastDetailPK) Constructors in com.echothree.model.data.shipping.server.value with parameters of type ShippingMethodDetailPKModifierConstructorDescriptionShippingMethodDetailValue(ShippingMethodDetailPK shippingMethodDetailPK, ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ShippingMethodDetailValueShippingMethodValue(ShippingMethodDetailPK activeDetailPK, ShippingMethodDetailPK lastDetailPK) Creates a new instance of ShippingMethodValueShippingMethodValue(ShippingMethodPK shippingMethodPK, ShippingMethodDetailPK activeDetailPK, ShippingMethodDetailPK lastDetailPK) Creates a new instance of ShippingMethodValue -
Uses of ShippingMethodDetailPK in com.echothree.model.jooq.server.records.shipping
Methods in com.echothree.model.jooq.server.records.shipping that return ShippingMethodDetailPKModifier and TypeMethodDescriptionShippingMethods.ActiveDetail()Getter forshippingmethods.shm_activedetailid.ShippingMethods.LastDetail()Getter forshippingmethods.shm_lastdetailid.ShippingMethodDetails.ShippingMethodDetail()Getter forshippingmethoddetails.shmdt_shippingmethoddetailid.Methods in com.echothree.model.jooq.server.records.shipping that return types with arguments of type ShippingMethodDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<ShippingMethodDetailPK> ShippingMethodDetails.key()Methods in com.echothree.model.jooq.server.records.shipping with parameters of type ShippingMethodDetailPKModifier and TypeMethodDescriptionvoidShippingMethods.ActiveDetail(ShippingMethodDetailPK value) Setter forshippingmethods.shm_activedetailid.voidShippingMethods.LastDetail(ShippingMethodDetailPK value) Setter forshippingmethods.shm_lastdetailid.voidShippingMethodDetails.ShippingMethodDetail(ShippingMethodDetailPK value) Setter forshippingmethoddetails.shmdt_shippingmethoddetailid.Constructors in com.echothree.model.jooq.server.records.shipping with parameters of type ShippingMethodDetailPKModifierConstructorDescriptionShippingMethodDetails(ShippingMethodDetailPK ShippingMethodDetail, ShippingMethodPK ShippingMethod, String ShippingMethodName, SelectorPK GeoCodeSelector, SelectorPK ItemSelector, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ShippingMethodDetailsShippingMethods(ShippingMethodPK ShippingMethod, ShippingMethodDetailPK ActiveDetail, ShippingMethodDetailPK LastDetail) Create a detached, initialised ShippingMethods -
Uses of ShippingMethodDetailPK in com.echothree.model.jooq.server.tables.shipping
Fields in com.echothree.model.jooq.server.tables.shipping with type parameters of type ShippingMethodDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShippingMethods, ShippingMethodDetailPK> ShippingMethods.ACTIVE_DETAILThe columnshippingmethods.shm_activedetailid.final org.jooq.TableField<ShippingMethods, ShippingMethodDetailPK> ShippingMethods.LAST_DETAILThe columnshippingmethods.shm_lastdetailid.final org.jooq.TableField<ShippingMethodDetails, ShippingMethodDetailPK> ShippingMethodDetails.SHIPPING_METHOD_DETAILThe columnshippingmethoddetails.shmdt_shippingmethoddetailid.