Uses of Class
com.sgs.common.database.Allergen
-
Packages that use Allergen 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 Allergen in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type Allergen Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setAllergen(java.util.List<Allergen> allergens)
Imports a list of allergens that can be used in the system. -
Uses of Allergen in com.sgs.common.database
Fields in com.sgs.common.database declared as Allergen Modifier and Type Field Description Allergen
AllergenLink. allergen
*Primary Key* The AllergenMethods in com.sgs.common.database that return Allergen Modifier and Type Method Description Allergen
AllergenLink. getAllergen()
Methods in com.sgs.common.database that return types with arguments of type Allergen Modifier and Type Method Description java.util.List<Allergen>
Job. getAllergens()
java.util.List<Allergen>
Job. getAllergensInJob()
Methods in com.sgs.common.database with parameters of type Allergen Modifier and Type Method Description void
AllergenLink. setAllergen(Allergen allergen)
Method parameters in com.sgs.common.database with type arguments of type Allergen Modifier and Type Method Description void
Job. setAllergens(java.util.List<Allergen> allergensInJob)
void
Job. setAllergensInJob(java.util.List<Allergen> allergensInJob)
-