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