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