Uses of Class
jfb.tools.activitymgr.core.ModelException

Packages that use ModelException
jfb.tools.activitymgr.core   
jfb.tools.activitymgr.core.util   
 

Uses of ModelException in jfb.tools.activitymgr.core
 

Methods in jfb.tools.activitymgr.core that throw ModelException
static Contribution[] ModelMgr.changeContributionTask(Contribution[] contributions, Task newContributionTask)
          Change la tache d'une liste de contributions.
static void ModelMgr.checkAcceptsSubtasks(Task task)
          Vérifie si la tache spécifiée peut accueillir des sous-taches.
static Collaborator ModelMgr.createCollaborator(Collaborator collaborator)
          Crée un collaborateur.
static Contribution ModelMgr.createContribution(Contribution contribution, boolean updateEstimatedTimeToComlete)
          Crée une contribution.
static Duration ModelMgr.createDuration(Duration duration)
          Crée une durée.
static Task ModelMgr.createNewTask(Task parentTask)
          Crée une nouvelle tache en générant un nom et un code.
static Task ModelMgr.createTask(Task parentTask, Task task)
          Crée une nouvelle tache.
static Contribution[] ModelMgr.getContributions(Task task, Collaborator contributor, java.lang.Integer year, java.lang.Integer month, java.lang.Integer day)
          Retourne les contributions associées aux paramètres spécifiés.
static long ModelMgr.getContributionsNb(DbTransaction tx, Task task, Collaborator contributor, java.lang.Integer year, java.lang.Integer month, java.lang.Integer day)
          Calcule le nombre de contributions associée aux paramètres spécifiés dans un contexte de transaction.
static long ModelMgr.getContributionsNb(Task task, Collaborator contributor, java.lang.Integer year, java.lang.Integer month, java.lang.Integer day)
          Calcule le nombre des contributions associée aux paramètres spécifiés.
static long ModelMgr.getContributionsSum(Task task, Collaborator contributor, java.lang.Integer year, java.lang.Integer month, java.lang.Integer day)
          Calcule le cumul des consommations associees aux contributions associée pour les paramètres spécifiés.
static Contribution[] ModelMgr.getDaysContributions(Collaborator contributor, Task task, java.util.Calendar fromDate, java.util.Calendar toDate)
          Retourne la liste des contributions associées à une tache, un collaborateur et à un interval de temps donnés.
static Task ModelMgr.getTaskByCodePath(java.lang.String codePath)
          Retourne la tache associée à un chemin construit à partir de codes de taches.
static java.lang.String ModelMgr.getTaskCodePath(Task task)
          Construit le chemin de la tâche à partir des codes de tache.
static Task[] ModelMgr.getTasksByCodePath(java.lang.String[] codePaths)
          Retourne la liste des taches associées aux chemins spécifiés.
static TaskSums ModelMgr.getTaskSums(Task task, java.util.Calendar fromDate, java.util.Calendar toDate)
           
static void ModelMgr.importFromXML(java.io.InputStream in)
          Importe le contenu d'un fichier XML.
static void ModelMgr.moveDownTask(Task task)
          Déplace la tache d'un cran vers le bas.
static void ModelMgr.moveTask(Task task, Task destParentTask)
          Déplace la tache vers un autre endroit dans la hiérarchie des taches.
static void ModelMgr.moveTaskUpOrDown(Task task, int newTaskNumber)
          Déplace une tache de plus d'un cran (au contraire des méthodes moveUp et moveDown.
static void ModelMgr.moveUpTask(Task task)
          Déplace la tache d'un cran vers le haut.
static void ModelMgr.removeCollaborator(Collaborator collaborator)
          Supprime un collaborateur.
static void ModelMgr.removeContribution(Contribution contribution, boolean updateEstimatedTimeToComlete)
          Supprime une contribution.
static void ModelMgr.removeDuration(Duration duration)
          Supprime une durée du référentiel de durées.
static void ModelMgr.removeTask(Task task)
          Supprime une tache.
static Collaborator ModelMgr.updateCollaborator(Collaborator collaborator)
          Modifie les attributs d'un collaborateur.
static Contribution ModelMgr.updateContribution(Contribution contribution, boolean updateEstimatedTimeToComlete)
          Modifie les attributs d'une contribution.
static Duration ModelMgr.updateDuration(Duration duration, Duration newDuration)
          Modifie une durée.
static Task ModelMgr.updateTask(Task task)
          Met à jour les attributs d'une tache en base.
 

Uses of ModelException in jfb.tools.activitymgr.core.util
 

Methods in jfb.tools.activitymgr.core.util that throw ModelException
 Collaborator XmlHelper.ModelMgrDelegate.createCollaborator(DbTransaction tx, Collaborator collaborator)
          Crée un collaborateur dans un contexte de transaction.
 Contribution XmlHelper.ModelMgrDelegate.createContribution(DbTransaction tx, Contribution contribution)
          Crée une contribution dans un contexte de transaction.
 Duration XmlHelper.ModelMgrDelegate.createDuration(DbTransaction tx, Duration duration)
          Crée une durée dans un contexte de transaction.
 Task XmlHelper.ModelMgrDelegate.createTask(DbTransaction tx, Task parentTask, Task task)
          Crée une nouvelle tache dans un contexte de transaction.
 Task XmlHelper.ModelMgrDelegate.getTaskByCodePath(DbTransaction tx, java.lang.String codePath)
          Retourne la tache associée à un chemin construit à partir de codes de taches.