Uses of Class
com.echothree.model.data.inventory.server.value.LotDetailValue
Packages that use LotDetailValue
Package
Description
-
Uses of LotDetailValue in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return LotDetailValueModifier and TypeMethodDescriptionLotControl.getLotDetailValueByNameForUpdate
(String lotName) LotControl.getLotDetailValueForUpdate
(Lot lot) Methods in com.echothree.model.control.inventory.server.control with parameters of type LotDetailValueModifier and TypeMethodDescriptionvoid
LotControl.updateLotFromValue
(LotDetailValue lotDetailValue, BasePK updatedBy) -
Uses of LotDetailValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return LotDetailValueMethods in com.echothree.model.data.inventory.server.entity with parameters of type LotDetailValueConstructors in com.echothree.model.data.inventory.server.entity with parameters of type LotDetailValueModifierConstructorDescriptionLotDetail
(LotDetailValue value, EntityPermission entityPermission) Creates a new instance of LotDetail -
Uses of LotDetailValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return LotDetailValueModifier and TypeMethodDescriptionLotDetailFactory.getValueFromPK
(Session session, LotDetailPK pk) LotDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type LotDetailValueModifier and TypeMethodDescriptionLotDetailFactory.getValuesFromPKs
(Session session, Collection<LotDetailPK> pks) LotDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type LotDetailValueModifier and TypeMethodDescriptionLotDetailFactory.getEntityFromValue
(EntityPermission entityPermission, LotDetailValue value) LotDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LotDetailValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type LotDetailValueModifier and TypeMethodDescriptionvoid
LotDetailFactory.create
(Session session, Collection<LotDetailValue> _values) void
LotDetailFactory.create
(Collection<LotDetailValue> _values) -
Uses of LotDetailValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return LotDetailValue