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
(Session session, ItemShippingTimePK pk) ItemShippingTimeFactory.getEntityFromPK
(EntityPermission entityPermission, ItemShippingTimePK pk) ItemShippingTimeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemShippingTimePK pk) ItemShippingTimeFactory.getValueFromPK
(Session session, ItemShippingTimePK pk) void
ItemShippingTimeFactory.remove
(Session session, ItemShippingTimePK pk) boolean
ItemShippingTimeFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemShippingTimePK> pks) ItemShippingTimeFactory.getValuesFromPKs
(Session session, Collection<ItemShippingTimePK> pks) void
ItemShippingTimeFactory.remove
(Session session, Collection<ItemShippingTimePK> pks) void
ItemShippingTimeFactory.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