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