Uses of Class
com.echothree.model.data.item.common.pk.ItemShippingTimePK
Packages that use ItemShippingTimePK
Package
Description
-
Uses of ItemShippingTimePK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemShippingTimePK -
Uses of ItemShippingTimePK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemShippingTimePKModifier and TypeMethodDescriptionItemShippingTimeFactory.getNextPK()ItemShippingTimeFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemShippingTimeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemShippingTimePKModifier and TypeMethodDescriptionItemShippingTimeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemShippingTimeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemShippingTimeFactory.getPKsFromResultSetAsList(ResultSet rs) ItemShippingTimeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemShippingTimePKModifier and TypeMethodDescriptionItemShippingTimeFactory.getEntityFromCache(ItemShippingTimePK pk) ItemShippingTimeFactory.getEntityFromPK(EntityPermission entityPermission, ItemShippingTimePK pk) ItemShippingTimeFactory.getValueFromPK(ItemShippingTimePK pk) voidItemShippingTimeFactory.remove(ItemShippingTimePK pk) booleanItemShippingTimeFactory.validPK(ItemShippingTimePK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemShippingTimePKModifier and TypeMethodDescriptionItemShippingTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemShippingTimePK> pks) ItemShippingTimeFactory.getValuesFromPKs(Collection<ItemShippingTimePK> pks) voidItemShippingTimeFactory.remove(Collection<ItemShippingTimePK> pks) -
Uses of ItemShippingTimePK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemShippingTimePKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemShippingTimePKModifierConstructorDescriptionItemShippingTimeValue(ItemShippingTimePK itemShippingTimePK, ItemPK itemPK, CustomerTypePK customerTypePK, Long shippingStartTime, Long shippingEndTime, Long fromTime, Long thruTime) Creates a new instance of ItemShippingTimeValue -
Uses of ItemShippingTimePK in com.echothree.model.jooq.server.records.item
Methods in com.echothree.model.jooq.server.records.item that return ItemShippingTimePKModifier and TypeMethodDescriptionItemShippingTimes.ItemShippingTime()Getter foritemshippingtimes.istim_itemshippingtimeid.Methods in com.echothree.model.jooq.server.records.item that return types with arguments of type ItemShippingTimePKMethods in com.echothree.model.jooq.server.records.item with parameters of type ItemShippingTimePKModifier and TypeMethodDescriptionvoidItemShippingTimes.ItemShippingTime(ItemShippingTimePK value) Setter foritemshippingtimes.istim_itemshippingtimeid.Constructors in com.echothree.model.jooq.server.records.item with parameters of type ItemShippingTimePKModifierConstructorDescriptionItemShippingTimes(ItemShippingTimePK ItemShippingTime, ItemPK Item, CustomerTypePK CustomerType, Long ShippingStartTime, Long ShippingEndTime, Long FromTime, Long ThruTime) Create a detached, initialised ItemShippingTimes -
Uses of ItemShippingTimePK in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemShippingTimePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemShippingTimes, ItemShippingTimePK> ItemShippingTimes.ITEM_SHIPPING_TIMEThe columnitemshippingtimes.istim_itemshippingtimeid.