Uses of Class
com.echothree.model.data.warehouse.common.pk.LocationDetailPK
Packages that use LocationDetailPK
Package
Description
-
Uses of LocationDetailPK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationDetailPKModifier and TypeMethodDescriptionLocation.getActiveDetailPK()Location.getLastDetailPK()LocationDetail.getPrimaryKey()Methods in com.echothree.model.data.warehouse.server.entity with parameters of type LocationDetailPKModifier and TypeMethodDescriptionvoidLocation.setActiveDetailPK(LocationDetailPK activeDetailPK) voidLocation.setLastDetailPK(LocationDetailPK lastDetailPK) -
Uses of LocationDetailPK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationDetailPKModifier and TypeMethodDescriptionLocationDetailFactory.getNextPK()LocationDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) LocationDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationDetailPKModifier and TypeMethodDescriptionLocationDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) LocationDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) LocationDetailFactory.getPKsFromResultSetAsList(ResultSet rs) LocationDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationDetailPKModifier and TypeMethodDescriptionLocationFactory.create(LocationDetailPK activeDetailPK, LocationDetailPK lastDetailPK) LocationDetailFactory.getEntityFromCache(LocationDetailPK pk) LocationDetailFactory.getEntityFromPK(EntityPermission entityPermission, LocationDetailPK pk) LocationDetailFactory.getValueFromPK(LocationDetailPK pk) voidLocationDetailFactory.remove(LocationDetailPK pk) booleanLocationDetailFactory.validPK(LocationDetailPK pk) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationDetailPKModifier and TypeMethodDescriptionLocationDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LocationDetailPK> pks) LocationDetailFactory.getValuesFromPKs(Collection<LocationDetailPK> pks) voidLocationDetailFactory.remove(Collection<LocationDetailPK> pks) -
Uses of LocationDetailPK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationDetailPKModifier and TypeMethodDescriptionLocationValue.getActiveDetailPK()LocationValue.getLastDetailPK()LocationDetailValue.getPrimaryKey()Methods in com.echothree.model.data.warehouse.server.value with parameters of type LocationDetailPKModifier and TypeMethodDescriptionvoidLocationValue.setActiveDetailPK(LocationDetailPK activeDetailPK) voidLocationValue.setLastDetailPK(LocationDetailPK lastDetailPK) Constructors in com.echothree.model.data.warehouse.server.value with parameters of type LocationDetailPKModifierConstructorDescriptionLocationDetailValue(LocationDetailPK locationDetailPK, LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) Creates a new instance of LocationDetailValueLocationValue(LocationDetailPK activeDetailPK, LocationDetailPK lastDetailPK) Creates a new instance of LocationValueLocationValue(LocationPK locationPK, LocationDetailPK activeDetailPK, LocationDetailPK lastDetailPK) Creates a new instance of LocationValue -
Uses of LocationDetailPK in com.echothree.model.jooq.server.records.warehouse
Methods in com.echothree.model.jooq.server.records.warehouse that return LocationDetailPKModifier and TypeMethodDescriptionLocations.ActiveDetail()Getter forlocations.loc_activedetailid.Locations.LastDetail()Getter forlocations.loc_lastdetailid.LocationDetails.LocationDetail()Getter forlocationdetails.locdt_locationdetailid.Methods in com.echothree.model.jooq.server.records.warehouse that return types with arguments of type LocationDetailPKMethods in com.echothree.model.jooq.server.records.warehouse with parameters of type LocationDetailPKModifier and TypeMethodDescriptionvoidLocations.ActiveDetail(LocationDetailPK value) Setter forlocations.loc_activedetailid.voidLocations.LastDetail(LocationDetailPK value) Setter forlocations.loc_lastdetailid.voidLocationDetails.LocationDetail(LocationDetailPK value) Setter forlocationdetails.locdt_locationdetailid.Constructors in com.echothree.model.jooq.server.records.warehouse with parameters of type LocationDetailPKModifierConstructorDescriptionLocationDetails(LocationDetailPK LocationDetail, LocationPK Location, PartyPK WarehouseParty, String LocationName, LocationTypePK LocationType, LocationUseTypePK LocationUseType, Integer Velocity, InventoryLocationGroupPK InventoryLocationGroup, Long FromTime, Long ThruTime) Create a detached, initialised LocationDetailsLocations(LocationPK Location, LocationDetailPK ActiveDetail, LocationDetailPK LastDetail) Create a detached, initialised Locations -
Uses of LocationDetailPK in com.echothree.model.jooq.server.tables.warehouse
Fields in com.echothree.model.jooq.server.tables.warehouse with type parameters of type LocationDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Locations, LocationDetailPK> Locations.ACTIVE_DETAILThe columnlocations.loc_activedetailid.final org.jooq.TableField<Locations, LocationDetailPK> Locations.LAST_DETAILThe columnlocations.loc_lastdetailid.final org.jooq.TableField<LocationDetails, LocationDetailPK> LocationDetails.LOCATION_DETAILThe columnlocationdetails.locdt_locationdetailid.