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 TypeMethodDescriptionvoidOrderAliasControl.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(OrderAliasPK pk) OrderAliasFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderAliasValueModifier and TypeMethodDescriptionOrderAliasFactory.getValuesFromPKs(Collection<OrderAliasPK> pks) OrderAliasFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderAliasValueModifier and TypeMethodDescriptionOrderAliasFactory.getEntityFromValue(EntityPermission entityPermission, OrderAliasValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderAliasValueModifier and TypeMethodDescriptionvoidOrderAliasFactory.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