Uses of Class
com.echothree.model.data.inventory.common.pk.LotDetailPK
Packages that use LotDetailPK
Package
Description
-
Uses of LotDetailPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return LotDetailPKModifier and TypeMethodDescriptionLot.getActiveDetailPK()Lot.getLastDetailPK()LotDetail.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type LotDetailPKModifier and TypeMethodDescriptionvoidLot.setActiveDetailPK(LotDetailPK activeDetailPK) voidLot.setLastDetailPK(LotDetailPK lastDetailPK) -
Uses of LotDetailPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return LotDetailPKModifier and TypeMethodDescriptionLotDetailFactory.getNextPK()LotDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) LotDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type LotDetailPKModifier and TypeMethodDescriptionLotDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) LotDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) LotDetailFactory.getPKsFromResultSetAsList(ResultSet rs) LotDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type LotDetailPKModifier and TypeMethodDescriptionLotFactory.create(LotDetailPK activeDetailPK, LotDetailPK lastDetailPK) LotFactory.create(Session session, LotDetailPK activeDetailPK, LotDetailPK lastDetailPK) LotDetailFactory.getEntityFromCache(Session session, LotDetailPK pk) LotDetailFactory.getEntityFromPK(EntityPermission entityPermission, LotDetailPK pk) LotDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, LotDetailPK pk) LotDetailFactory.getValueFromPK(Session session, LotDetailPK pk) voidLotDetailFactory.remove(Session session, LotDetailPK pk) booleanLotDetailFactory.validPK(Session session, LotDetailPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type LotDetailPKModifier and TypeMethodDescriptionLotDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LotDetailPK> pks) LotDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<LotDetailPK> pks) LotDetailFactory.getValuesFromPKs(Session session, Collection<LotDetailPK> pks) voidLotDetailFactory.remove(Session session, Collection<LotDetailPK> pks) voidLotDetailFactory.remove(Collection<LotDetailPK> pks) -
Uses of LotDetailPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return LotDetailPKModifier and TypeMethodDescriptionLotValue.getActiveDetailPK()LotValue.getLastDetailPK()LotDetailValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type LotDetailPKModifier and TypeMethodDescriptionvoidLotValue.setActiveDetailPK(LotDetailPK activeDetailPK) voidLotValue.setLastDetailPK(LotDetailPK lastDetailPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type LotDetailPKModifierConstructorDescriptionLotDetailValue(LotDetailPK lotDetailPK, LotPK lotPK, ItemPK itemPK, String lotIdentifier, Long fromTime, Long thruTime) Creates a new instance of LotDetailValueLotValue(LotDetailPK activeDetailPK, LotDetailPK lastDetailPK) Creates a new instance of LotValueLotValue(LotPK lotPK, LotDetailPK activeDetailPK, LotDetailPK lastDetailPK) Creates a new instance of LotValue