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.ResponseIntegrationImport. 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 AllergenAllergenLink. allergen*Primary Key* The AllergenMethods in com.sgs.common.database that return Allergen Modifier and Type Method Description AllergenAllergenLink. 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 voidAllergenLink. setAllergen(Allergen allergen)Method parameters in com.sgs.common.database with type arguments of type Allergen Modifier and Type Method Description voidJob. setAllergens(java.util.List<Allergen> allergensInJob)voidJob. setAllergensInJob(java.util.List<Allergen> allergensInJob)
-