Uses of Class
com.echothree.model.data.inventory.server.value.LotValue
Packages that use LotValue
Package
Description
-
Uses of LotValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return LotValueMethods in com.echothree.model.data.inventory.server.entity with parameters of type LotValueConstructors in com.echothree.model.data.inventory.server.entity with parameters of type LotValueModifierConstructorDescriptionLot(LotValue value, EntityPermission entityPermission) Creates a new instance of Lot -
Uses of LotValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return LotValueModifier and TypeMethodDescriptionLotFactory.getValueFromPK(LotPK pk) LotFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type LotValueModifier and TypeMethodDescriptionLotFactory.getValuesFromPKs(Collection<LotPK> pks) LotFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type LotValueModifier and TypeMethodDescriptionLotFactory.getEntityFromValue(EntityPermission entityPermission, LotValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type LotValue -
Uses of LotValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return LotValue