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
(Session session, LotPK pk) LotFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type LotValueModifier and TypeMethodDescriptionLotFactory.getValuesFromPKs
(Session session, Collection<LotPK> pks) LotFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type LotValueModifier and TypeMethodDescriptionLotFactory.getEntityFromValue
(EntityPermission entityPermission, LotValue value) LotFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LotValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type LotValueModifier and TypeMethodDescriptionvoid
LotFactory.create
(Session session, Collection<LotValue> _values) void
LotFactory.create
(Collection<LotValue> _values) -
Uses of LotValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return LotValue