Uses of Class
ca.spaz.cron.database.Serving

Packages that use Serving
ca.spaz.cron.database   
ca.spaz.cron.datasource   
ca.spaz.cron.datasource.sql   
ca.spaz.cron.ui   
 

Uses of Serving in ca.spaz.cron.database
 

Methods in ca.spaz.cron.database with parameters of type Serving
 void Lipids.addFood(Serving food)
           
 void AminoAcids.addFood(Serving food)
           
 void Vitamins.addFood(Serving food)
           
 void Minerals.addFood(Serving food)
           
 void MacroNutrients.addFood(Serving food)
           
 

Uses of Serving in ca.spaz.cron.datasource
 

Methods in ca.spaz.cron.datasource with parameters of type Serving
 Food ILocalFoodDatasource.addServing(Serving serving)
          This method consumes the food in a serving.
 Food AbstractMutableFoodDatasource.addServing(Serving serving)
           
 boolean ILocalFoodDatasource.changeServingAmount(Serving newServing)
          Changes the amount of a food consumed to the amount in the serving provided.
 boolean AbstractMutableFoodDatasource.changeServingAmount(Serving serving)
           
protected abstract  boolean AbstractMutableFoodDatasource.doChangeServingAmount(Serving serving)
          Changes the amount of a food consumed to the amount in the serving provided.
protected abstract  Food AbstractMutableFoodDatasource.doConsumeFood(Serving serving)
          This method consumes the food in a serving.
protected abstract  boolean AbstractMutableFoodDatasource.doUnConsumeFood(Serving serving)
          Remove the Food in a particular serving from the user's consumed list.
 boolean ILocalFoodDatasource.removeServing(Serving serving)
          Remove the Food in a particular serving from the user's consumed list.
 boolean AbstractMutableFoodDatasource.removeServing(Serving serving)
           
 

Uses of Serving in ca.spaz.cron.datasource.sql
 

Methods in ca.spaz.cron.datasource.sql with parameters of type Serving
protected  boolean SQLDatasource.doChangeServingAmount(Serving serving)
           
protected  Food SQLDatasource.doConsumeFood(Serving serving)
           
protected  boolean SQLDatasource.doUnConsumeFood(Serving serving)
           
 

Uses of Serving in ca.spaz.cron.ui
 

Methods in ca.spaz.cron.ui that return Serving
 Serving DailySummary.ServingTableModel.getServing(int i)
           
 

Methods in ca.spaz.cron.ui with parameters of type Serving
 void DailySummary.addServing(Serving c)
           
 void ServingEditor.setServing(Serving c)
           
 

Constructors in ca.spaz.cron.ui with parameters of type Serving
EditServingDialog(Serving cf)
           
 



Copyright © 2005 Spaz. All Rights Reserved.