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) LotDetailFactory.getEntityFromCache(LotDetailPK pk) LotDetailFactory.getEntityFromPK(EntityPermission entityPermission, LotDetailPK pk) LotDetailFactory.getValueFromPK(LotDetailPK pk) voidLotDetailFactory.remove(LotDetailPK pk) booleanLotDetailFactory.validPK(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.getValuesFromPKs(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 -
Uses of LotDetailPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return LotDetailPKModifier and TypeMethodDescriptionLots.ActiveDetail()Getter forlots.lt_activedetailid.Lots.LastDetail()Getter forlots.lt_lastdetailid.LotDetails.LotDetail()Getter forlotdetails.ltdt_lotdetailid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type LotDetailPKMethods in com.echothree.model.jooq.server.records.inventory with parameters of type LotDetailPKModifier and TypeMethodDescriptionvoidLots.ActiveDetail(LotDetailPK value) Setter forlots.lt_activedetailid.voidLots.LastDetail(LotDetailPK value) Setter forlots.lt_lastdetailid.voidLotDetails.LotDetail(LotDetailPK value) Setter forlotdetails.ltdt_lotdetailid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type LotDetailPKModifierConstructorDescriptionLotDetails(LotDetailPK LotDetail, LotPK Lot, ItemPK Item, String LotIdentifier, Long FromTime, Long ThruTime) Create a detached, initialised LotDetailsLots(LotPK Lot, LotDetailPK ActiveDetail, LotDetailPK LastDetail) Create a detached, initialised Lots -
Uses of LotDetailPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type LotDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Lots, LotDetailPK> Lots.ACTIVE_DETAILThe columnlots.lt_activedetailid.final org.jooq.TableField<Lots, LotDetailPK> Lots.LAST_DETAILThe columnlots.lt_lastdetailid.final org.jooq.TableField<LotDetails, LotDetailPK> LotDetails.LOT_DETAILThe columnlotdetails.ltdt_lotdetailid.