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(Session session, OrderPK pk) OrderFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderValueModifier and TypeMethodDescriptionOrderFactory.getValuesFromPKs(Session session, Collection<OrderPK> pks) OrderFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderValueModifier and TypeMethodDescriptionOrderFactory.getEntityFromValue(EntityPermission entityPermission, OrderValue value) OrderFactory.getEntityFromValue(Session session, EntityPermission entityPermission, OrderValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderValueModifier and TypeMethodDescriptionvoidOrderFactory.create(Session session, Collection<OrderValue> _values) voidOrderFactory.create(Collection<OrderValue> _values) -
Uses of OrderValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderValue