Uses of Class
com.echothree.model.data.order.server.value.OrderStatusValue
Packages that use OrderStatusValue
Package
Description
-
Uses of OrderStatusValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderStatusValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderStatusValueConstructors in com.echothree.model.data.order.server.entity with parameters of type OrderStatusValueModifierConstructorDescriptionOrderStatus(OrderStatusValue value, EntityPermission entityPermission) Creates a new instance of OrderStatus -
Uses of OrderStatusValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderStatusValueModifier and TypeMethodDescriptionOrderStatusFactory.getValueFromPK(OrderStatusPK pk) OrderStatusFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderStatusValueModifier and TypeMethodDescriptionOrderStatusFactory.getValuesFromPKs(Collection<OrderStatusPK> pks) OrderStatusFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderStatusValueModifier and TypeMethodDescriptionOrderStatusFactory.getEntityFromValue(EntityPermission entityPermission, OrderStatusValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderStatusValueModifier and TypeMethodDescriptionvoidOrderStatusFactory.create(Collection<OrderStatusValue> _values) -
Uses of OrderStatusValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderStatusValue