Uses of Class
com.echothree.model.data.order.server.value.OrderValue
Packages that use OrderValue
Package
Description
-
Uses of OrderValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderValueConstructors in com.echothree.model.data.order.server.entity with parameters of type OrderValueModifierConstructorDescriptionOrder(OrderValue value, EntityPermission entityPermission) Creates a new instance of Order -
Uses of OrderValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderValueModifier and TypeMethodDescriptionOrderFactory.getValueFromPK(OrderPK pk) OrderFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderValueModifier and TypeMethodDescriptionOrderFactory.getValuesFromPKs(Collection<OrderPK> pks) OrderFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderValueModifier and TypeMethodDescriptionOrderFactory.getEntityFromValue(EntityPermission entityPermission, OrderValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderValue -
Uses of OrderValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderValue