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(OrderTimePK pk) OrderTimeFactory.getEntityFromPK(EntityPermission entityPermission, OrderTimePK pk) OrderTimeFactory.getValueFromPK(OrderTimePK pk) voidOrderTimeFactory.remove(OrderTimePK pk) booleanOrderTimeFactory.validPK(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.getValuesFromPKs(Collection<OrderTimePK> pks) voidOrderTimeFactory.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 -
Uses of OrderTimePK in com.echothree.model.jooq.server.records.order
Methods in com.echothree.model.jooq.server.records.order that return OrderTimePKModifier and TypeMethodDescriptionOrderTimes.OrderTime()Getter forordertimes.ordtim_ordertimeid.Methods in com.echothree.model.jooq.server.records.order that return types with arguments of type OrderTimePKMethods in com.echothree.model.jooq.server.records.order with parameters of type OrderTimePKModifier and TypeMethodDescriptionvoidOrderTimes.OrderTime(OrderTimePK value) Setter forordertimes.ordtim_ordertimeid.Constructors in com.echothree.model.jooq.server.records.order with parameters of type OrderTimePKModifierConstructorDescriptionOrderTimes(OrderTimePK OrderTime, OrderPK Order, OrderTimeTypePK OrderTimeType, Long Time, Long FromTime, Long ThruTime) Create a detached, initialised OrderTimes -
Uses of OrderTimePK in com.echothree.model.jooq.server.tables.order
Fields in com.echothree.model.jooq.server.tables.order with type parameters of type OrderTimePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OrderTimes, OrderTimePK> OrderTimes.ORDER_TIMEThe columnordertimes.ordtim_ordertimeid.