|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbTransaction | |
---|---|
jfb.tools.activitymgr.core | |
jfb.tools.activitymgr.core.util |
Uses of DbTransaction in jfb.tools.activitymgr.core |
---|
Methods in jfb.tools.activitymgr.core that return DbTransaction | |
---|---|
protected static DbTransaction |
DbMgr.beginTransaction()
Permet de commencer une transaction. |
Methods in jfb.tools.activitymgr.core with parameters of type DbTransaction | |
---|---|
protected static Contribution |
DbMgr.changeContributionTask(DbTransaction tx,
Contribution contribution,
Task newContributionTask)
Change la tache d'une contribution. |
protected static void |
DbMgr.commitTransaction(DbTransaction tx)
Valide une transactrion. |
protected static Collaborator |
DbMgr.createCollaborator(DbTransaction tx,
Collaborator newCollaborator)
Crée un collaborateur. |
protected static Contribution |
DbMgr.createContribution(DbTransaction tx,
Contribution newContribution)
Crée une contribution. |
protected static Duration |
DbMgr.createDuration(DbTransaction tx,
Duration newDuration)
Crée une contribution. |
protected static void |
DbMgr.createTables(DbTransaction tx)
Crée les tables du modèle de données. |
protected static Task |
DbMgr.createTask(DbTransaction tx,
Task parentTask,
Task newTask)
Crée une tache. |
protected static boolean |
DbMgr.durationIsUsed(DbTransaction tx,
Duration duration)
Vérifie si la durée est utilisée en base. |
protected static void |
DbMgr.endTransaction(DbTransaction tx)
Ferme une transactrion. |
protected static Collaborator |
DbMgr.getCollaborator(DbTransaction tx,
long collaboratorId)
|
protected static Collaborator |
DbMgr.getCollaborator(DbTransaction tx,
java.lang.String login)
|
protected static Collaborator[] |
DbMgr.getCollaborators(DbTransaction tx,
int orderByClauseFieldIndex,
boolean ascendantSort,
boolean onlyActiveCollaborators)
|
protected static Contribution[] |
DbMgr.getContributions(DbTransaction tx,
Collaborator contributor,
Task task,
java.util.Calendar fromDate,
java.util.Calendar toDate)
|
protected static Contribution[] |
DbMgr.getContributions(DbTransaction tx,
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. |
protected static long |
DbMgr.getContributionsNb(DbTransaction tx,
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. |
protected static long |
DbMgr.getContributionsSum(DbTransaction tx,
Task task,
Collaborator contributor,
java.util.Calendar fromDate,
java.util.Calendar toDate)
Calcule le total des contributions associée aux paramètres spécifiés. |
protected static long |
DbMgr.getContributionsSum(DbTransaction tx,
Task task,
Collaborator contributor,
java.lang.Integer year,
java.lang.Integer month,
java.lang.Integer day)
Calcule le cumuls des consommations associees aux contributions pour les paramètres spécifiés. |
protected static Duration |
DbMgr.getDuration(DbTransaction tx,
long durationId)
|
protected static Duration[] |
DbMgr.getDurations(DbTransaction tx,
boolean onlyActiveCollaborators)
|
protected static Task |
DbMgr.getParentTask(DbTransaction tx,
Task task)
|
protected static Task[] |
DbMgr.getSubtasks(DbTransaction tx,
Task parentTask)
|
protected static Task |
DbMgr.getTask(DbTransaction tx,
long taskId)
|
protected static Task |
DbMgr.getTask(DbTransaction tx,
java.lang.String taskPath,
byte taskNumber)
|
protected static Task |
DbMgr.getTask(DbTransaction tx,
java.lang.String taskPath,
java.lang.String taskCode)
|
protected static Task[] |
DbMgr.getTasks(DbTransaction tx,
Collaborator collaborator,
java.util.Calendar fromDate,
java.util.Calendar toDate)
|
protected static Task[] |
DbMgr.getTasks(DbTransaction tx,
java.lang.String path)
|
protected static Task[] |
DbMgr.getTasks(DbTransaction tx,
TaskSearchFilter filter)
Retourn la liste des taches correspondant au filtre de recherche spécifié. |
protected static TaskSums |
DbMgr.getTaskSums(DbTransaction tx,
Task task,
java.util.Calendar fromDate,
java.util.Calendar toDate)
|
protected static byte |
DbMgr.newTaskNumber(DbTransaction tx,
java.lang.String path)
Génère un nouveau numéro de tache pour un chemin donné. |
protected static void |
DbMgr.removeCollaborator(DbTransaction tx,
Collaborator collaborator)
Supprime un collaborateur. |
protected static void |
DbMgr.removeContribution(DbTransaction tx,
Contribution contribution)
Supprime une contribution. |
protected static void |
DbMgr.removeDuration(DbTransaction tx,
Duration duration)
Supprime une durée du référentiel de durées. |
protected static void |
DbMgr.removeTask(DbTransaction tx,
Task task)
Supprime une tache. |
protected static void |
DbMgr.rollbackTransaction(DbTransaction tx)
Annule le modifications effectuées dans le cadre d'une transactrion. |
protected static boolean |
DbMgr.tablesExist(DbTransaction tx)
Vérifie si les tables existent dans le modèle. |
protected static Collaborator |
DbMgr.updateCollaborator(DbTransaction tx,
Collaborator collaborator)
Modifie les attributs d'un collaborateur. |
protected static Contribution |
DbMgr.updateContribution(DbTransaction tx,
Contribution contribution)
Modifie les attributs d'une contribution. |
protected static Duration |
DbMgr.updateDuration(DbTransaction tx,
Duration duration)
Met à jour une durée. |
protected static Task |
DbMgr.updateTask(DbTransaction tx,
Task task)
Modifie les attributs d'une tache. |
Uses of DbTransaction in jfb.tools.activitymgr.core.util |
---|
Methods in jfb.tools.activitymgr.core.util with parameters of type DbTransaction | |
---|---|
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. |
Collaborator |
XmlHelper.ModelMgrDelegate.getCollaborator(DbTransaction tx,
java.lang.String login)
Retourne le collabirateur dont le login est spécifié 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. |
Constructors in jfb.tools.activitymgr.core.util with parameters of type DbTransaction | |
---|---|
XmlHelper(XmlHelper.ModelMgrDelegate modelMgrDelegate,
DbTransaction tx)
Constructeur par défaut. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |