Uses of Class
com.echothree.model.data.order.common.pk.OrderTimePK
Packages that use OrderTimePK
Package
Description
-
Uses of OrderTimePK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderTimePK -
Uses of OrderTimePK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderTimePKModifier and TypeMethodDescriptionOrderTimeFactory.getNextPK()
OrderTimeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) OrderTimeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderTimePKModifier and TypeMethodDescriptionOrderTimeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) OrderTimeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) OrderTimeFactory.getPKsFromResultSetAsList
(ResultSet rs) OrderTimeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderTimePKModifier and TypeMethodDescriptionOrderTimeFactory.getEntityFromCache
(Session session, OrderTimePK pk) OrderTimeFactory.getEntityFromPK
(EntityPermission entityPermission, OrderTimePK pk) OrderTimeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OrderTimePK pk) OrderTimeFactory.getValueFromPK
(Session session, OrderTimePK pk) void
OrderTimeFactory.remove
(Session session, OrderTimePK pk) boolean
OrderTimeFactory.validPK
(Session session, OrderTimePK pk) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderTimePKModifier and TypeMethodDescriptionOrderTimeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<OrderTimePK> pks) OrderTimeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OrderTimePK> pks) OrderTimeFactory.getValuesFromPKs
(Session session, Collection<OrderTimePK> pks) void
OrderTimeFactory.remove
(Session session, Collection<OrderTimePK> pks) void
OrderTimeFactory.remove
(Collection<OrderTimePK> pks) -
Uses of OrderTimePK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderTimePKConstructors in com.echothree.model.data.order.server.value with parameters of type OrderTimePKModifierConstructorDescriptionOrderTimeValue
(OrderTimePK orderTimePK, OrderPK orderPK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of OrderTimeValue