Uses of Class
ch.cern.eam.wshub.core.services.equipment.entities.Location
Packages that use Location
Package
Description
-
Uses of Location in ch.cern.eam.wshub.core.services.equipment
Methods in ch.cern.eam.wshub.core.services.equipment that return LocationModifier and TypeMethodDescriptionLocationService.readLocation(EAMContext context, String locationCode) Methods in ch.cern.eam.wshub.core.services.equipment that return types with arguments of type LocationModifier and TypeMethodDescriptionLocationService.readLocationBatch(EAMContext context, List<String> locationCodes) Methods in ch.cern.eam.wshub.core.services.equipment with parameters of type LocationModifier and TypeMethodDescriptionLocationService.createLocation(EAMContext context, Location locationParam) LocationService.updateLocation(EAMContext context, Location locationParam) Method parameters in ch.cern.eam.wshub.core.services.equipment with type arguments of type LocationModifier and TypeMethodDescriptionLocationService.createLocationBatch(EAMContext context, List<Location> locations) LocationService.updateLocationBatch(EAMContext context, List<Location> locations) -
Uses of Location in ch.cern.eam.wshub.core.services.equipment.impl
Methods in ch.cern.eam.wshub.core.services.equipment.impl that return LocationModifier and TypeMethodDescriptionLocationServiceImpl.readLocation(EAMContext context, String locationCode) Methods in ch.cern.eam.wshub.core.services.equipment.impl that return types with arguments of type LocationModifier and TypeMethodDescriptionLocationServiceImpl.readLocationBatch(EAMContext context, List<String> locationCodes) Methods in ch.cern.eam.wshub.core.services.equipment.impl with parameters of type LocationModifier and TypeMethodDescriptionLocationServiceImpl.createLocation(EAMContext context, Location locationParam) LocationServiceImpl.updateLocation(EAMContext context, Location locationParam) Method parameters in ch.cern.eam.wshub.core.services.equipment.impl with type arguments of type LocationModifier and TypeMethodDescriptionLocationServiceImpl.createLocationBatch(EAMContext context, List<Location> locations) LocationServiceImpl.updateLocationBatch(EAMContext context, List<Location> locations)