Uses of Class
com.echothree.model.data.order.common.pk.OrderLineTimePK
Packages that use OrderLineTimePK
Package
Description
-
Uses of OrderLineTimePK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderLineTimePK -
Uses of OrderLineTimePK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderLineTimePKModifier and TypeMethodDescriptionOrderLineTimeFactory.getNextPK()
OrderLineTimeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) OrderLineTimeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineTimePKModifier and TypeMethodDescriptionOrderLineTimeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) OrderLineTimeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) OrderLineTimeFactory.getPKsFromResultSetAsList
(ResultSet rs) OrderLineTimeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineTimePKModifier and TypeMethodDescriptionOrderLineTimeFactory.getEntityFromCache
(Session session, OrderLineTimePK pk) OrderLineTimeFactory.getEntityFromPK
(EntityPermission entityPermission, OrderLineTimePK pk) OrderLineTimeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OrderLineTimePK pk) OrderLineTimeFactory.getValueFromPK
(Session session, OrderLineTimePK pk) void
OrderLineTimeFactory.remove
(Session session, OrderLineTimePK pk) boolean
OrderLineTimeFactory.validPK
(Session session, OrderLineTimePK pk) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineTimePKModifier and TypeMethodDescriptionOrderLineTimeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<OrderLineTimePK> pks) OrderLineTimeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OrderLineTimePK> pks) OrderLineTimeFactory.getValuesFromPKs
(Session session, Collection<OrderLineTimePK> pks) void
OrderLineTimeFactory.remove
(Session session, Collection<OrderLineTimePK> pks) void
OrderLineTimeFactory.remove
(Collection<OrderLineTimePK> pks) -
Uses of OrderLineTimePK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderLineTimePKConstructors in com.echothree.model.data.order.server.value with parameters of type OrderLineTimePKModifierConstructorDescriptionOrderLineTimeValue
(OrderLineTimePK orderLineTimePK, OrderLinePK orderLinePK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of OrderLineTimeValue