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(OrderLineTimePK pk) OrderLineTimeFactory.getEntityFromPK(EntityPermission entityPermission, OrderLineTimePK pk) OrderLineTimeFactory.getValueFromPK(OrderLineTimePK pk) voidOrderLineTimeFactory.remove(OrderLineTimePK pk) booleanOrderLineTimeFactory.validPK(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.getValuesFromPKs(Collection<OrderLineTimePK> pks) voidOrderLineTimeFactory.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 -
Uses of OrderLineTimePK in com.echothree.model.jooq.server.records.order
Methods in com.echothree.model.jooq.server.records.order that return OrderLineTimePKModifier and TypeMethodDescriptionOrderLineTimes.OrderLineTime()Getter fororderlinetimes.ordltim_orderlinetimeid.Methods in com.echothree.model.jooq.server.records.order that return types with arguments of type OrderLineTimePKMethods in com.echothree.model.jooq.server.records.order with parameters of type OrderLineTimePKModifier and TypeMethodDescriptionvoidOrderLineTimes.OrderLineTime(OrderLineTimePK value) Setter fororderlinetimes.ordltim_orderlinetimeid.Constructors in com.echothree.model.jooq.server.records.order with parameters of type OrderLineTimePKModifierConstructorDescriptionOrderLineTimes(OrderLineTimePK OrderLineTime, OrderLinePK OrderLine, OrderTimeTypePK OrderTimeType, Long Time, Long FromTime, Long ThruTime) Create a detached, initialised OrderLineTimes -
Uses of OrderLineTimePK in com.echothree.model.jooq.server.tables.order
Fields in com.echothree.model.jooq.server.tables.order with type parameters of type OrderLineTimePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OrderLineTimes, OrderLineTimePK> OrderLineTimes.ORDER_LINE_TIMEThe columnorderlinetimes.ordltim_orderlinetimeid.