Uses of Class
com.echothree.model.data.order.server.value.OrderShipmentGroupValue
Packages that use OrderShipmentGroupValue
Package
Description
-
Uses of OrderShipmentGroupValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderShipmentGroupValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderShipmentGroupValueModifier and TypeMethodDescriptionvoid
OrderShipmentGroup.setOrderShipmentGroupValue
(OrderShipmentGroupValue value) Constructors in com.echothree.model.data.order.server.entity with parameters of type OrderShipmentGroupValueModifierConstructorDescriptionOrderShipmentGroup
(OrderShipmentGroupValue value, EntityPermission entityPermission) Creates a new instance of OrderShipmentGroup -
Uses of OrderShipmentGroupValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderShipmentGroupValueModifier and TypeMethodDescriptionOrderShipmentGroupFactory.getValueFromPK
(Session session, OrderShipmentGroupPK pk) OrderShipmentGroupFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderShipmentGroupValueModifier and TypeMethodDescriptionOrderShipmentGroupFactory.getValuesFromPKs
(Session session, Collection<OrderShipmentGroupPK> pks) OrderShipmentGroupFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderShipmentGroupValueModifier and TypeMethodDescriptionOrderShipmentGroupFactory.getEntityFromValue
(EntityPermission entityPermission, OrderShipmentGroupValue value) OrderShipmentGroupFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OrderShipmentGroupValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderShipmentGroupValueModifier and TypeMethodDescriptionvoid
OrderShipmentGroupFactory.create
(Session session, Collection<OrderShipmentGroupValue> _values) void
OrderShipmentGroupFactory.create
(Collection<OrderShipmentGroupValue> _values) -
Uses of OrderShipmentGroupValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderShipmentGroupValue