Uses of Class
com.echothree.model.data.order.server.value.OrderAliasValue
Packages that use OrderAliasValue
Package
Description
-
Uses of OrderAliasValue in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control that return OrderAliasValueModifier and TypeMethodDescriptionOrderAliasControl.getOrderAliasValue
(OrderAlias orderAlias) OrderAliasControl.getOrderAliasValueForUpdate
(Order order, OrderAliasType orderAliasType) Methods in com.echothree.model.control.order.server.control with parameters of type OrderAliasValueModifier and TypeMethodDescriptionvoid
OrderAliasControl.updateOrderAliasFromValue
(OrderAliasValue orderAliasValue, BasePK updatedBy) -
Uses of OrderAliasValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderAliasValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderAliasValueConstructors in com.echothree.model.data.order.server.entity with parameters of type OrderAliasValueModifierConstructorDescriptionOrderAlias
(OrderAliasValue value, EntityPermission entityPermission) Creates a new instance of OrderAlias -
Uses of OrderAliasValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderAliasValueModifier and TypeMethodDescriptionOrderAliasFactory.getValueFromPK
(Session session, OrderAliasPK pk) OrderAliasFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderAliasValueModifier and TypeMethodDescriptionOrderAliasFactory.getValuesFromPKs
(Session session, Collection<OrderAliasPK> pks) OrderAliasFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderAliasValueModifier and TypeMethodDescriptionOrderAliasFactory.getEntityFromValue
(EntityPermission entityPermission, OrderAliasValue value) OrderAliasFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OrderAliasValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderAliasValueModifier and TypeMethodDescriptionvoid
OrderAliasFactory.create
(Session session, Collection<OrderAliasValue> _values) void
OrderAliasFactory.create
(Collection<OrderAliasValue> _values) -
Uses of OrderAliasValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderAliasValue