Uses of Class
com.echothree.model.data.inventory.server.entity.LotTime
Packages that use LotTime
Package
Description
-
Uses of LotTime in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return LotTimeModifier and TypeMethodDescriptionLotTimeControl.createLotTime(Lot lot, LotTimeType lotTimeType, Long time, BasePK createdBy) LotTimeControl.getLotTime(Lot lot, LotTimeType lotTimeType) LotTimeControl.getLotTimeForUpdate(Lot lot, LotTimeType lotTimeType) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type LotTimeModifier and TypeMethodDescriptionLotTimeControl.getLotTimesByLot(Lot lot) LotTimeControl.getLotTimesByLotForUpdate(Lot lot) LotTimeControl.getLotTimesByLotTimeType(LotTimeType lotTimeType) LotTimeControl.getLotTimesByLotTimeTypeForUpdate(LotTimeType lotTimeType) Methods in com.echothree.model.control.inventory.server.control with parameters of type LotTimeModifier and TypeMethodDescriptionvoidLotTimeControl.deleteLotTime(LotTime lotTime, BasePK deletedBy) LotTimeControl.getLotTimeTransfer(UserVisit userVisit, LotTime lotTime) LotTimeControl.getLotTimeValue(LotTime lotTime) Method parameters in com.echothree.model.control.inventory.server.control with type arguments of type LotTimeModifier and TypeMethodDescriptionvoidLotTimeControl.deleteLotTimes(List<LotTime> lotTimes, BasePK deletedBy) LotTimeControl.getLotTimeTransfers(UserVisit userVisit, Collection<LotTime> lotTimes) -
Uses of LotTime in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type LotTimeModifier and TypeMethodDescriptionLotTimeTransferCache.getTransfer(UserVisit userVisit, LotTime lotTime) -
Uses of LotTime in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return LotTimeModifier and TypeMethodDescriptionLotTimeFactory.create(LotPK lotPK, LotTimeTypePK lotTimeTypePK, Long time, Long fromTime, Long thruTime) LotTimeFactory.getEntityFromCache(LotTimePK pk) LotTimeFactory.getEntityFromPK(EntityPermission entityPermission, LotTimePK pk) LotTimeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) LotTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LotTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LotTimeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) LotTimeFactory.getEntityFromValue(EntityPermission entityPermission, LotTimeValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type LotTimeModifier and TypeMethodDescriptionLotTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LotTimePK> pks) LotTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) LotTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LotTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LotTimeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type LotTimeModifier and TypeMethodDescriptionvoidvoidMethod parameters in com.echothree.model.data.inventory.server.factory with type arguments of type LotTime