Uses of Class
com.echothree.model.jooq.server.records.warehouse.Locations
Packages that use Locations
Package
Description
-
Uses of Locations in com.echothree.model.jooq.server.keys.inventory
Fields in com.echothree.model.jooq.server.keys.inventory with type parameters of type LocationsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<InventoryLocations, Locations> InventoryForeignKeys.INVENTORY_LOCATIONS_LOCATION_FKstatic final org.jooq.ForeignKey<InventoryTransactionLineDestinations, Locations> InventoryForeignKeys.INVENTORY_TRANSACTION_LINE_DESTINATIONS_DESTINATION_LOCATION_FKstatic final org.jooq.ForeignKey<InventoryTransactionLineSources, Locations> InventoryForeignKeys.INVENTORY_TRANSACTION_LINE_SOURCES_SOURCE_LOCATION_FK -
Uses of Locations in com.echothree.model.jooq.server.keys.warehouse
Fields in com.echothree.model.jooq.server.keys.warehouse with type parameters of type LocationsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<LocationCapacities, Locations> WarehouseForeignKeys.LOCATION_CAPACITIES_LOCATION_FKstatic final org.jooq.ForeignKey<LocationDescriptions, Locations> WarehouseForeignKeys.LOCATION_DESCRIPTIONS_LOCATION_FKstatic final org.jooq.ForeignKey<LocationDetails, Locations> WarehouseForeignKeys.LOCATION_DETAILS_LOCATION_FKstatic final org.jooq.ForeignKey<LocationVolumes, Locations> WarehouseForeignKeys.LOCATION_VOLUMES_LOCATION_FKstatic final org.jooq.ForeignKey<Locations, LocationDetails> WarehouseForeignKeys.LOCATIONS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Locations> WarehouseUniqueKeys.LOCATIONS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Locations, LocationDetails> WarehouseForeignKeys.LOCATIONS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Locations> WarehouseUniqueKeys.LOCATIONS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Locations> WarehouseUniqueKeys.LOCATIONS_PK -
Uses of Locations in com.echothree.model.jooq.server.tables.warehouse
Fields in com.echothree.model.jooq.server.tables.warehouse with type parameters of type LocationsModifier 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<Locations, LocationPK> Locations.LOCATIONThe columnlocations.loc_locationid.Methods in com.echothree.model.jooq.server.tables.warehouse that return types with arguments of type LocationsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Locations> Locations.getPrimaryKey()Locations.getRecordType()The class holding records for this typeLocations.getReferences()Locations.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.warehouse with type arguments of type LocationsModifierConstructorDescriptionLocations(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Locations> childPath, org.jooq.InverseForeignKey<O, Locations> parentPath) Locations(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Locations> childPath, org.jooq.InverseForeignKey<O, Locations> parentPath) LocationsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Locations> childPath, org.jooq.InverseForeignKey<O, Locations> parentPath) LocationsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Locations> childPath, org.jooq.InverseForeignKey<O, Locations> parentPath)