Uses of Class
com.sgs.common.database.Hazard
-
Packages that use Hazard Package Description com.sgapi.services This package provides endpoints for integrating data with the SG V5 System Imports are handled within the IntegrationImport class Exports are handled within the IntegrationExport classcom.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of Hazard in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type Hazard Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setHazard(java.util.List<Hazard> hazards)
Imports a list of hazards for use in prompting operators during system operation. -
Uses of Hazard in com.sgs.common.database
Fields in com.sgs.common.database declared as Hazard Modifier and Type Field Description Hazard
HazardLink. hazard
The hazardMethods in com.sgs.common.database that return Hazard Modifier and Type Method Description Hazard
HazardLink. getHazard()
Methods in com.sgs.common.database with parameters of type Hazard Modifier and Type Method Description void
HazardLink. setHazard(Hazard hazard)
-