Uses of Class
com.echothree.model.data.inventory.server.value.LotAliasValue
Packages that use LotAliasValue
Package
Description
-
Uses of LotAliasValue in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return LotAliasValueModifier and TypeMethodDescriptionLotAliasControl.getLotAliasValue(LotAlias lotAlias) LotAliasControl.getLotAliasValueForUpdate(Lot lot, LotAliasType lotAliasType) Methods in com.echothree.model.control.inventory.server.control with parameters of type LotAliasValueModifier and TypeMethodDescriptionvoidLotAliasControl.updateLotAliasFromValue(LotAliasValue lotAliasValue, BasePK updatedBy) -
Uses of LotAliasValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return LotAliasValueMethods in com.echothree.model.data.inventory.server.entity with parameters of type LotAliasValueConstructors in com.echothree.model.data.inventory.server.entity with parameters of type LotAliasValueModifierConstructorDescriptionLotAlias(LotAliasValue value, EntityPermission entityPermission) Creates a new instance of LotAlias -
Uses of LotAliasValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return LotAliasValueModifier and TypeMethodDescriptionLotAliasFactory.getValueFromPK(Session session, LotAliasPK pk) LotAliasFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type LotAliasValueModifier and TypeMethodDescriptionLotAliasFactory.getValuesFromPKs(Session session, Collection<LotAliasPK> pks) LotAliasFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type LotAliasValueModifier and TypeMethodDescriptionLotAliasFactory.getEntityFromValue(EntityPermission entityPermission, LotAliasValue value) LotAliasFactory.getEntityFromValue(Session session, EntityPermission entityPermission, LotAliasValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type LotAliasValueModifier and TypeMethodDescriptionvoidLotAliasFactory.create(Session session, Collection<LotAliasValue> _values) voidLotAliasFactory.create(Collection<LotAliasValue> _values) -
Uses of LotAliasValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return LotAliasValue