A B C D E F G I J L M N O P R S T U

A

ACCOUNT_DOUBLE - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
Account Error
ACCOUNT_NOT_EXIST - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
ACCOUNT_NOT_MASTER - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
ACCOUNT_WITH_ENTRIES - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
accountDaoToDto() - Method in class org.chorem.callao.service.convertObject.ConvertAccount
 
AccountDTO - Class in org.chorem.callao.service.dto
Classe DTO - représente un objet compte pour le Plan Comptable Général (PCG)
AccountDTO() - Constructor for class org.chorem.callao.service.dto.AccountDTO
 
AccountDTO(String, String, String, String, List<AccountDTO>, String) - Constructor for class org.chorem.callao.service.dto.AccountDTO
 
accountDtoToDao() - Method in class org.chorem.callao.service.convertObject.ConvertAccount
 
accountEntityToDto(Account, List<Account>) - Method in class org.chorem.callao.service.convertObject.ConvertAccount
Transforme une entité Account en DTO.
AccountServiceImpl - Class in org.chorem.callao.service
Permet d'implémenter le Plan Comptable Général.
AccountServiceImpl() - Constructor for class org.chorem.callao.service.AccountServiceImpl
 
accountXML(List<AccountDTO>, Element) - Method in class org.chorem.callao.service.FilesServiceImpl
Converti la liste des comptes pour être ajouté au document xml.
addAccountChild(AccountDTO) - Method in class org.chorem.callao.service.dto.AccountDTO
Permet d'ajouter un compte fils
addEntry(String, String, boolean, String, String, Transaction, Account) - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet d'ajouter une entrée comptable pour une transaction donnée.
addEntry(EntryDTO) - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet d'ajouter une entrée comptable pour une transaction donnée.
addLog(Date, Date, String, String, String, String, String, boolean, String) - Method in class org.chorem.callao.service.LogServiceImpl
Création d'un log dans le systeme
addLog(LogDTO) - Method in class org.chorem.callao.service.LogServiceImpl
Création d'un log à partir d'un log DTO.
addTimeSpan(TimeSpanDTO) - Method in class org.chorem.callao.service.dto.PeriodDTO
Ajoute un timeSpan dans la liste.
addTimeSpan(Date, Date) - Method in class org.chorem.callao.service.PeriodServiceImpl
 
addUser(String) - Method in class org.chorem.callao.service.UserServiceImpl
Ajoute un utilisateur
arrayDate(Date) - Method in class org.chorem.callao.service.utils.DateUtil
Permet de découper une date dans un tableau.

B

betweenDate(Date, Date, Date) - Method in class org.chorem.callao.service.utils.DateUtil
Permet de renvoyer vrai si une date d donnée est entre deux dates.
blockAllTimeSpan() - Method in class org.chorem.callao.service.dto.PeriodDTO
Permet de bloquer tous les timeSpans.
blockAllTimeSpanOfPeriod(Period) - Method in class org.chorem.callao.service.PeriodServiceImpl
Permet de bloquer TOUS les timeSpans de la période
blockPeriod() - Method in class org.chorem.callao.service.dto.PeriodDTO
Permet de bloquer une période.
blockPeriod(Period) - Method in class org.chorem.callao.service.PeriodServiceImpl
Cette méthode permet de bloquer une période.
blockPeriod(PeriodDTO) - Method in class org.chorem.callao.service.PeriodServiceImpl
Permet de bloquer une période.
blockTimeSpan(TimeSpan) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
Permet de bloquer un timespan, celle-ci ne doit pas être bloquée.
blockTimeSpan(TimeSpanDTO) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
Permet de bloquer une période au format DTO.

C

CallaoUtil - Class in org.chorem.callao.service.utils
 
CallaoUtil() - Constructor for class org.chorem.callao.service.utils.CallaoUtil
 
compareDate(Date, Date) - Method in class org.chorem.callao.service.utils.DateUtil
Implémentation de compareTO.
compareTo(Object) - Method in class org.chorem.callao.service.dto.TimeSpanDTO
Implémente la classe comparable pour permettre le tri d'une liste avec des objets timeSpanDTO.
ContextCallao - Class in org.chorem.callao.service.utils
Configuration de Callao (chargement du context)
ConvertAccount - Class in org.chorem.callao.service.convertObject
Transforme les objets Account : DTO, DAO et entity
ConvertAccount() - Constructor for class org.chorem.callao.service.convertObject.ConvertAccount
 
ConvertEntry - Class in org.chorem.callao.service.convertObject
Transforme les objets Entry : DTO, DAO et entity
ConvertEntry() - Constructor for class org.chorem.callao.service.convertObject.ConvertEntry
 
ConvertJournal - Class in org.chorem.callao.service.convertObject
Transforme les objets Account : DTO, DAO et entity
ConvertJournal() - Constructor for class org.chorem.callao.service.convertObject.ConvertJournal
 
ConvertLog - Class in org.chorem.callao.service.convertObject
Transforme les objets Log : DTO, DAO et entity
ConvertLog() - Constructor for class org.chorem.callao.service.convertObject.ConvertLog
 
ConvertPeriod - Class in org.chorem.callao.service.convertObject
Transforme les objets Period : DTO, DAO et entity
ConvertPeriod() - Constructor for class org.chorem.callao.service.convertObject.ConvertPeriod
 
ConvertTimeSpan - Class in org.chorem.callao.service.convertObject
Transforme les objets TimeSpan : DTO, DAO et entity
ConvertTimeSpan() - Constructor for class org.chorem.callao.service.convertObject.ConvertTimeSpan
 
ConvertTopiaContext - Class in org.chorem.callao.service.convertObject
Permet aux classes convert***.java de convertir les objets.
ConvertTopiaContext() - Constructor for class org.chorem.callao.service.convertObject.ConvertTopiaContext
 
ConvertTransaction - Class in org.chorem.callao.service.convertObject
Transforme les objets TimeSpan : DTO, DAO et entity
ConvertTransaction() - Constructor for class org.chorem.callao.service.convertObject.ConvertTransaction
 
copyDate(Date) - Method in class org.chorem.callao.service.utils.DateUtil
Permet de copier une date.
createAccount(String, String, Account, String) - Method in class org.chorem.callao.service.AccountServiceImpl
Permet de créer un nouveau compte dans le PCG de l'application.
createAccount(String, String, String, String) - Method in class org.chorem.callao.service.AccountServiceImpl
Permet de créer un compte à partir du numéro de compte père.
createAccount(AccountDTO) - Method in class org.chorem.callao.service.AccountServiceImpl
Permet de creer un compte à partir d'un objet DTO
createEntry(String, String, boolean, String, String, Transaction, Account) - Method in class org.chorem.callao.service.EntryServiceImpl
Création d'une entrée comptable.
createEntry(EntryDTO) - Method in class org.chorem.callao.service.EntryServiceImpl
Permet de créer une entrée comptable à partir de son DTO.
createJournal(String, String, String) - Method in class org.chorem.callao.service.JournalServiceImpl
Création d'un journal.
createJournal(JournalDTO) - Method in class org.chorem.callao.service.JournalServiceImpl
Création d'un journal à partir de son DTO.
createPeriod(Date, Date, boolean) - Method in class org.chorem.callao.service.PeriodServiceImpl
Permet de créer une période principale.
createPeriod(PeriodDTO) - Method in class org.chorem.callao.service.PeriodServiceImpl
Permet de créer une période à partir d'une période DTO.
createTimeSpan(Date, Date, Period, boolean) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
Création d'une période timeSpan mensuelle avec une date de début et de fin.
createTransaction(Date, String, String, TimeSpan, Journal) - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet de créer une transaction comptable.
createTransaction(TransactionDTO) - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet de créer une transaction à partir d'une transaction DTO.

D

DateGreatThan(Date, Date) - Method in class org.chorem.callao.service.utils.DateUtil
Permet de comparer deux dates.
DateUtil - Class in org.chorem.callao.service.utils
Cette classe permet de manipuler des dates.
DateUtil() - Constructor for class org.chorem.callao.service.utils.DateUtil
 
destroy() - Method in class org.chorem.callao.service.EntryServiceImpl
 
destroy() - Method in class org.chorem.callao.service.FilesServiceImpl
 
destroy() - Method in class org.chorem.callao.service.LogServiceImpl
 
destroy() - Method in class org.chorem.callao.service.PeriodServiceImpl
 
destroy() - Method in class org.chorem.callao.service.ReportServiceImpl
 
destroy() - Method in class org.chorem.callao.service.TimeSpanServiceImpl
 

E

ENTRY_NOT_EXIST - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
Entries Error
EntryDTO - Class in org.chorem.callao.service.dto
Classe DTO - représente un objet entry
EntryDTO() - Constructor for class org.chorem.callao.service.dto.EntryDTO
 
EntryDTO(String, String, String, boolean, String, String, TransactionDTO, AccountDTO) - Constructor for class org.chorem.callao.service.dto.EntryDTO
 
entryEntityToDto(Entry) - Method in class org.chorem.callao.service.convertObject.ConvertEntry
Permet de transformer une entité entry en objet DTO
EntryServiceImpl - Class in org.chorem.callao.service
Cette classe permet de contrôler les différentes saisies possibles dans Callao.
EntryServiceImpl() - Constructor for class org.chorem.callao.service.EntryServiceImpl
 
existAccount(String) - Method in class org.chorem.callao.service.AccountServiceImpl
Renvoie vrai si le compte avec son numéro existe déjà dans la base de données.
existAccountChild(AccountDTO) - Method in class org.chorem.callao.service.dto.AccountDTO
Permet de vérifier si un compte DTO fait parti des enfants
existAccountChild(String) - Method in class org.chorem.callao.service.dto.AccountDTO
Permet de vérifier si un compte DTO fait parti des enfants
existTimeSpan(TimeSpanDTO) - Method in class org.chorem.callao.service.dto.PeriodDTO
Vérifie si le timeSpan n'existe pas déja dans la base de données.
exportDatas(String) - Method in class org.chorem.callao.service.FilesServiceImpl
Cete méthode permet d'exporter des données de Callao vers un fichier au format xml.

F

FileConfigLoader - Class in org.chorem.callao.service.utils
Chargement de fichier propriete
FileConfigLoader() - Constructor for class org.chorem.callao.service.utils.FileConfigLoader
 
FilesServiceImpl - Class in org.chorem.callao.service
Cette classe permet d'importer et exporter des données comptables.
FilesServiceImpl() - Constructor for class org.chorem.callao.service.FilesServiceImpl
 
findUser(String) - Method in class org.chorem.callao.service.UserServiceImpl
 
format - Static variable in class org.chorem.callao.service.utils.NumberUtil
 
format(double) - Method in class org.chorem.callao.service.utils.NumberUtil
Formate un nombre sous format Double en renvoyant en chaîne de caractère.
format(String) - Method in class org.chorem.callao.service.utils.NumberUtil
Formate un nombre sous format String.
formatNumber(String) - Method in class org.chorem.callao.service.utils.NumberUtil
Format la chaine de caractère en nombre.

G

generateAccount(String, String, String) - Method in class org.chorem.callao.service.ReportServiceImpl
 
generateBalanceSheet(String) - Method in class org.chorem.callao.service.ReportServiceImpl
 
generateCashFlowStatement(String) - Method in class org.chorem.callao.service.ReportServiceImpl
 
generateGeneralLedger(String) - Method in class org.chorem.callao.service.ReportServiceImpl
 
generateIncomeStatement(String) - Method in class org.chorem.callao.service.ReportServiceImpl
 
generateJournal(String, String) - Method in class org.chorem.callao.service.ReportServiceImpl
 
getAccountChildDTO() - Method in class org.chorem.callao.service.dto.AccountDTO
 
getAccountDTO() - Method in class org.chorem.callao.service.dto.EntryDTO
 
getAccountNumber() - Method in class org.chorem.callao.service.dto.AccountDTO
 
getAllAccount() - Method in class org.chorem.callao.service.AccountServiceImpl
Permet de convertir tous les comptes en DTO.
getAllJournal() - Method in class org.chorem.callao.service.JournalServiceImpl
 
getAllPeriod() - Method in class org.chorem.callao.service.PeriodServiceImpl
Permet de renvoyer tous les périodes en format DTO, avec tous les timeSpans en format DTO également.
getAllTransactionDTO() - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet de rechercher toutes les transactions dans la base de données, avec en retour une liste de transactions au format DTO.
getAmount() - Method in class org.chorem.callao.service.dto.EntryDTO
 
getAmount() - Method in class org.chorem.callao.service.dto.LogDTO
 
getBeginPeriod() - Method in class org.chorem.callao.service.dto.PeriodDTO
 
getBeginTimeSpan() - Method in class org.chorem.callao.service.dto.TimeSpanDTO
 
getDescription() - Method in class org.chorem.callao.service.dto.EntryDTO
 
getDescription() - Method in class org.chorem.callao.service.dto.JournalDTO
 
getDescription() - Method in class org.chorem.callao.service.dto.TransactionDTO
 
getDetail() - Method in class org.chorem.callao.service.dto.EntryDTO
 
getEndPeriod() - Method in class org.chorem.callao.service.dto.PeriodDTO
 
getEndTimeSpan() - Method in class org.chorem.callao.service.dto.TimeSpanDTO
 
getEntryDate() - Method in class org.chorem.callao.service.dto.TransactionDTO
 
getEntryDesc() - Method in class org.chorem.callao.service.dto.LogDTO
 
getId() - Method in class org.chorem.callao.service.dto.AccountDTO
 
getId() - Method in class org.chorem.callao.service.dto.EntryDTO
 
getId() - Method in class org.chorem.callao.service.dto.JournalDTO
 
getId() - Method in class org.chorem.callao.service.dto.LogDTO
 
getId() - Method in class org.chorem.callao.service.dto.PeriodDTO
 
getId() - Method in class org.chorem.callao.service.dto.TimeSpanDTO
 
getId() - Method in class org.chorem.callao.service.dto.TransactionDTO
 
getInstance() - Static method in class org.chorem.callao.service.utils.ContextCallao
Methode qui doit etre appelee pour chaque acces a la base de donnees.
getJournalDTO() - Method in class org.chorem.callao.service.dto.TransactionDTO
 
getLabel() - Method in class org.chorem.callao.service.dto.AccountDTO
 
getLabel() - Method in class org.chorem.callao.service.dto.JournalDTO
 
getLettering() - Method in class org.chorem.callao.service.dto.EntryDTO
 
getLettering() - Method in class org.chorem.callao.service.dto.LogDTO
 
getListTimeSpan() - Method in class org.chorem.callao.service.dto.PeriodDTO
 
getLogDate() - Method in class org.chorem.callao.service.dto.LogDTO
 
getMasterAccount() - Method in class org.chorem.callao.service.dto.AccountDTO
 
getMethods() - Method in class org.chorem.callao.service.EntryServiceImpl
 
getMethods() - Method in class org.chorem.callao.service.FilesServiceImpl
 
getMethods() - Method in class org.chorem.callao.service.LogServiceImpl
 
getMethods() - Method in class org.chorem.callao.service.PeriodServiceImpl
 
getMethods() - Method in class org.chorem.callao.service.ReportServiceImpl
 
getMethods() - Method in class org.chorem.callao.service.TimeSpanServiceImpl
 
getNumberFormat() - Static method in class org.chorem.callao.service.utils.NumberUtil
Instancie la classe NumberFormat.
getPrefix() - Method in class org.chorem.callao.service.dto.JournalDTO
 
getTimeSpanDTO() - Method in class org.chorem.callao.service.dto.TransactionDTO
 
getTransaction() - Method in class org.chorem.callao.service.convertObject.ConvertTopiaContext
 
getTransactionDTO() - Method in class org.chorem.callao.service.dto.EntryDTO
 
getTransDate() - Method in class org.chorem.callao.service.dto.LogDTO
 
getTransDesc() - Method in class org.chorem.callao.service.dto.LogDTO
 
getType() - Method in class org.chorem.callao.service.dto.AccountDTO
 
getType() - Method in class org.chorem.callao.service.dto.LogDTO
 
getVoucherRef() - Method in class org.chorem.callao.service.dto.LogDTO
 
getVoucherRef() - Method in class org.chorem.callao.service.dto.TransactionDTO
 

I

importDatas(String) - Method in class org.chorem.callao.service.FilesServiceImpl
Permet d'importer un fichier de données au format xml dans Callao.
init(TopiaContext) - Method in class org.chorem.callao.service.EntryServiceImpl
 
init(TopiaContext) - Method in class org.chorem.callao.service.FilesServiceImpl
 
init(TopiaContext) - Method in class org.chorem.callao.service.LogServiceImpl
 
init(TopiaContext) - Method in class org.chorem.callao.service.PeriodServiceImpl
 
init(TopiaContext) - Method in class org.chorem.callao.service.ReportServiceImpl
 
init(TopiaContext) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
 
InitDateEndDayMonth(Date) - Method in class org.chorem.callao.service.utils.DateUtil
Permet de retourner la date de fin de mois.
InitDateFirstDayMonth(Date) - Method in class org.chorem.callao.service.utils.DateUtil
Initialise la date d'entrée le premier du mois à minuit.
isCorrectEntry(Transaction, Account) - Method in class org.chorem.callao.service.EntryServiceImpl
Vérifie que les objets transaction et account ne sont pas nulls.
isCorrectTimeSpan(TimeSpanDTO) - Method in class org.chorem.callao.service.dto.PeriodDTO
Permet de vérifier pour chaque timeSpan.
isCorrectTransaction(TimeSpan, Journal) - Method in class org.chorem.callao.service.TransactionServiceImpl
Cette méthode permet de vérifier si une transaction possède des paramètres corrects.
isDebit() - Method in class org.chorem.callao.service.dto.EntryDTO
 
isDebit() - Method in class org.chorem.callao.service.dto.LogDTO
 
isLocked() - Method in class org.chorem.callao.service.dto.PeriodDTO
 
isLocked() - Method in class org.chorem.callao.service.dto.TimeSpanDTO
 
isTimeSpanBlocked(TimeSpan) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
Vérifie si le timeSpan donné en paramètre est bloqué ou non.
isTransactionBalanced(Transaction) - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet de vérifier si une transaction est équilibrée.
isTransactionBlocked(Transaction) - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet de vérifier si une transaction est dans une période bloquée ou non

J

JOURNAL_DOUBLE - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
Journal
JOURNAL_NOT_EXIST - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
JOURNAL_WITH_TRANSACTIONS - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
JournalDTO - Class in org.chorem.callao.service.dto
Classe DTO - représente un objet compte pour le Plan Comptable Général (PCG)
JournalDTO() - Constructor for class org.chorem.callao.service.dto.JournalDTO
 
JournalDTO(String, String, String, String) - Constructor for class org.chorem.callao.service.dto.JournalDTO
 
journalEntityToDto(Journal) - Method in class org.chorem.callao.service.convertObject.ConvertJournal
Permet de transformer une entité journal en objet DTO
JournalServiceImpl - Class in org.chorem.callao.service
Implémente la fonction multi-journal.
JournalServiceImpl() - Constructor for class org.chorem.callao.service.JournalServiceImpl
 

L

listeAllLog() - Method in class org.chorem.callao.service.LogServiceImpl
Recherche tous les logs dans la base de donnees
listeAllLogDTO() - Method in class org.chorem.callao.service.LogServiceImpl
Permet de renvoyer tous les logs au format DTO.
LoadFile(String) - Static method in class org.chorem.callao.service.utils.FileConfigLoader
Charge le fichier de propriete donne en entree.
loadProperties() - Method in class org.chorem.callao.service.utils.ContextCallao
Chargement du fichier de configuration
LOG_ADD - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
Définition des types de logs possibles
LOG_MODIFY - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
LOG_REMOVE - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
LogDTO - Class in org.chorem.callao.service.dto
Classe DTO - représente un objet log
LogDTO() - Constructor for class org.chorem.callao.service.dto.LogDTO
 
LogDTO(String, Date, String, Date, String, String, String, String, boolean, String) - Constructor for class org.chorem.callao.service.dto.LogDTO
 
logEntityToDto(Log) - Method in class org.chorem.callao.service.convertObject.ConvertLog
Permet de transformer une entité journal en objet DTO
LogServiceImpl - Class in org.chorem.callao.service
Permet d'ajouter des logs au systeme, ATTENTION on ne peut supprimer un log.
LogServiceImpl() - Constructor for class org.chorem.callao.service.LogServiceImpl
 

M

modifyAccount(String, String, String, Account) - Method in class org.chorem.callao.service.AccountServiceImpl
Permet de modifier un compte sur son label et son compte père.
modifyAccount(String, String, String, String) - Method in class org.chorem.callao.service.AccountServiceImpl
Permet de modifier un compte sur son label et son compte père.
modifyAccount(AccountDTO) - Method in class org.chorem.callao.service.AccountServiceImpl
Permet de modifier un compte à partir d'un compte DTO.
modifyEntry(String, String, String, boolean, String, String, Account) - Method in class org.chorem.callao.service.EntryServiceImpl
Modification d'une entrée comptable.
modifyEntry(EntryDTO) - Method in class org.chorem.callao.service.EntryServiceImpl
Permet de modifier une entrée comptable.
modifyEntry(String, String, String, boolean, String, String, Transaction, Account) - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet de modifier une entrée comptable.
modifyEntry(EntryDTO) - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet de modifier une entrée.
modifyJournal(String, String, String, String) - Method in class org.chorem.callao.service.JournalServiceImpl
Permet de modifier un journal.
modifyTransaction(String, Date, String, String, TimeSpan, Journal) - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet de modifier une transaction.
modifyTransaction(TransactionDTO) - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet de modifier une transaction à partir d'une transaction DTO.

N

numberFormat - Static variable in class org.chorem.callao.service.utils.NumberUtil
 
numberOfMonths(Date, Date) - Method in class org.chorem.callao.service.utils.DateUtil
Permet de calculer le nombre de mois entre les deux dates.
NumberUtil - Class in org.chorem.callao.service.utils
Cette classe permet de manipuler des nombres.
NumberUtil() - Constructor for class org.chorem.callao.service.utils.NumberUtil
 

O

org.chorem.callao.service - package org.chorem.callao.service
 
org.chorem.callao.service.convertObject - package org.chorem.callao.service.convertObject
 
org.chorem.callao.service.dto - package org.chorem.callao.service.dto
 
org.chorem.callao.service.utils - package org.chorem.callao.service.utils
 

P

PERIOD_ALL_TIMESPAN - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
PERIOD_CREATE_TIMESPANS - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
Period
PERIOD_NOT_EXIST - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
PERIOD_TIMESPAN_BLOCK - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
PERIOD_TIMESPAN_NOT_BLOCK - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
PeriodDTO - Class in org.chorem.callao.service.dto
Classe DTO - représente un objet Period.
PeriodDTO() - Constructor for class org.chorem.callao.service.dto.PeriodDTO
 
PeriodDTO(String, Date, Date, boolean, List<TimeSpanDTO>) - Constructor for class org.chorem.callao.service.dto.PeriodDTO
 
periodEntityToDto(Period) - Method in class org.chorem.callao.service.convertObject.ConvertPeriod
 
PeriodServiceImpl - Class in org.chorem.callao.service
Gestion des périodes.
PeriodServiceImpl() - Constructor for class org.chorem.callao.service.PeriodServiceImpl
 
previousDay(Date) - Method in class org.chorem.callao.service.utils.DateUtil
Permet de renvoyer la date précédente à celle donnée en paramètre.

R

removeAccount(String) - Method in class org.chorem.callao.service.AccountServiceImpl
Permet d'effacer un compte dans la base de données.
removeAccount(AccountDTO) - Method in class org.chorem.callao.service.AccountServiceImpl
Permet d'effacer un compte à partir d'un compte DTO.
removeAccountChild(AccountDTO) - Method in class org.chorem.callao.service.dto.AccountDTO
Permet d'enlever un compte fils
removeEntry(String) - Method in class org.chorem.callao.service.EntryServiceImpl
Permet d'effacer une entrée comptable à partir de son identifiant topia.
removeEntry(EntryDTO) - Method in class org.chorem.callao.service.EntryServiceImpl
Permet d'effacer une entrée comptable au format DTO.
removeEntry(String) - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet d'effacer une entrée comptable.
removeEntry(EntryDTO) - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet de supprimer une entrée à partir d'un DTO.
removeJournal(String) - Method in class org.chorem.callao.service.JournalServiceImpl
Permet d'effacer un journal dans la base de données.
removeJournal(JournalDTO) - Method in class org.chorem.callao.service.JournalServiceImpl
Permet d'effacer un journal dans la base de données.
removeLog(String) - Method in class org.chorem.callao.service.LogServiceImpl
Efface un log : uniquement utilisé pour supprimer les logs dans les tests unitaires.
removeLog(LogDTO) - Method in class org.chorem.callao.service.LogServiceImpl
Permet de supprimer un log à partir de son DTO.
removePeriod(String) - Method in class org.chorem.callao.service.PeriodServiceImpl
Efface une période dans la base de données.
removePeriod(PeriodDTO) - Method in class org.chorem.callao.service.PeriodServiceImpl
Permet d'effacer une période au format DTO.
removeTimeSpan(String) - Method in class org.chorem.callao.service.PeriodServiceImpl
 
removeTimeSpan(TimeSpan) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
Permet d'effacer un timeSpan.
removeTransaction(String) - Method in class org.chorem.callao.service.TransactionServiceImpl
Permet d'effacer une transaction dans la base de données.
removeTransaction(TransactionDTO) - Method in class org.chorem.callao.service.TransactionServiceImpl
Supprime une transaction au format DTO.
ReportServiceImpl - Class in org.chorem.callao.service
 
ReportServiceImpl() - Constructor for class org.chorem.callao.service.ReportServiceImpl
 
RESPOND_ERROR - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
RESPOND_SUCCESS - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
Réponses utilisées par la couche métier Callao

S

searchAccount(String) - Method in class org.chorem.callao.service.AccountServiceImpl
Permet de rechercher un compte à partir d'un numéro de compte.
searchAccountDTO(String) - Method in class org.chorem.callao.service.AccountServiceImpl
Recherche un compte DTO.
searchEntryDTOWithTransaction(Transaction) - Method in class org.chorem.callao.service.EntryServiceImpl
Recherche toutes les entrées comptables d'une transaction, et renvoie au format DTO.
searchEntryDTOWithTransaction(String) - Method in class org.chorem.callao.service.EntryServiceImpl
Recherche les entrées comptables pour une transaction donnée au format DTO.
searchEntryDTOWithTransaction(TransactionDTO) - Method in class org.chorem.callao.service.EntryServiceImpl
Recherche les entrées comptables pour une transaction donnée au format DTO.
searchEntryWithTransaction(Transaction) - Method in class org.chorem.callao.service.EntryServiceImpl
Recherche toutes les entrées comptables d'une transaction.
searchJournalDTOWithLabel(String) - Method in class org.chorem.callao.service.JournalServiceImpl
Permet de rechercher un journal existant à partir du label.
searchJournalDTOWithTopiaId(String) - Method in class org.chorem.callao.service.JournalServiceImpl
Permet de rechercher un journal existant à partir du topiaId.
searchJournalWithLabel(String) - Method in class org.chorem.callao.service.JournalServiceImpl
Permet de rechercher un journal existant à partir de son label.
searchJournalWithTopiaId(String) - Method in class org.chorem.callao.service.JournalServiceImpl
Permet de rechercher un journal unique identifé par son topiaId.
searchListChildAccount(Account) - Method in class org.chorem.callao.service.AccountServiceImpl
Permet de renvoyer tous les enfants du compte.
searchListChildAccount(String) - Method in class org.chorem.callao.service.AccountServiceImpl
Permet de renvoyer tous les enfants du compte.
searchListTimeSpan(Period) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
Permet de faire une recherche de tous les timeSpans d'une période.
searchListTimeSpanDTO(Period) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
Permet de rechercher tous les timeSpans suivant une période donnée.
searchListTransactionDTOWithTimeSpan(TimeSpan) - Method in class org.chorem.callao.service.TransactionServiceImpl
Recherche les transactions DTO d'un timeSpan
searchListTransactionWithJournal(Journal) - Method in class org.chorem.callao.service.TransactionServiceImpl
Recherche toutes les transactions appartenant à un même journal donné en paramètre.
searchListTransactionWithTimeSpan(TimeSpan) - Method in class org.chorem.callao.service.TransactionServiceImpl
Recherche toutes les transactions qui correspondent à un timespan.
searchLogDTOWithDateCreate(Date) - Method in class org.chorem.callao.service.LogServiceImpl
Permet de rechercher tous les logs suivant la date de création, c'est à dire de l'opération effectuée sur une entry à un jour précis, et qui a déclenchée automatiquement une création de log.
searchLogWithDateCreate(Date) - Method in class org.chorem.callao.service.LogServiceImpl
Renvoie une liste de tous les logs suivant la date de creation
searchLogWithTopiaId(String) - Method in class org.chorem.callao.service.LogServiceImpl
Recherche un log avec son identifiant topiaId.
searchPeriodDTOWithDate(Date) - Method in class org.chorem.callao.service.PeriodServiceImpl
Permet de rechercher une période au format DTO avec une date.
searchPeriodWithDate(Date) - Method in class org.chorem.callao.service.PeriodServiceImpl
Cette méthode est semblable à searchPeriodWithDateFirst.
searchPeriodWithTopiaId(String) - Method in class org.chorem.callao.service.PeriodServiceImpl
Recherche une période précise, avec son identifiant topiaId.
searchTimeSpanByDate(Date) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
Permet de trouver un timespan directement avec une date.
searchTimeSpanByDate(TimeSpanDTO) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
Recherche un timeSpan précis, avec sa date de création.
searchTimeSpanDTOByDate(Date) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
Permet de rechercher un timeSpan à l'aide d'une date.
searchTimeSpanWithTopiaId(String) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
Recherche un timeSpan UNIQUE.
searchTransactionDTO(String) - Method in class org.chorem.callao.service.TransactionServiceImpl
Recherche une transaction dans la base de données, et renvoie celle-ci sous format DTO.
searchTransactionWithTopiaId(String) - Method in class org.chorem.callao.service.TransactionServiceImpl
Recherche une transaction unique avec son identifiant TopiaId.
searchTransactionWithTopiaId(TransactionDTO) - Method in class org.chorem.callao.service.TransactionServiceImpl
Recherche une transaction unique à partir d'une transaction DTO.
ServiceHelper - Interface in org.chorem.callao.service.utils
Définition des messages acceptés par Callao
setAccountChildDTO(List<AccountDTO>) - Method in class org.chorem.callao.service.dto.AccountDTO
 
setAccountDTO(AccountDTO) - Method in class org.chorem.callao.service.dto.EntryDTO
 
setAccountNumber(String) - Method in class org.chorem.callao.service.dto.AccountDTO
 
setAmount(String) - Method in class org.chorem.callao.service.dto.EntryDTO
 
setAmount(String) - Method in class org.chorem.callao.service.dto.LogDTO
 
setBeginPeriod(Date) - Method in class org.chorem.callao.service.dto.PeriodDTO
 
setBeginTimeSpan(Date) - Method in class org.chorem.callao.service.dto.TimeSpanDTO
 
setDebit(boolean) - Method in class org.chorem.callao.service.dto.EntryDTO
 
setDebit(boolean) - Method in class org.chorem.callao.service.dto.LogDTO
 
setDescription(String) - Method in class org.chorem.callao.service.dto.EntryDTO
 
setDescription(String) - Method in class org.chorem.callao.service.dto.JournalDTO
 
setDescription(String) - Method in class org.chorem.callao.service.dto.TransactionDTO
 
setDetail(String) - Method in class org.chorem.callao.service.dto.EntryDTO
 
setEndPeriod(Date) - Method in class org.chorem.callao.service.dto.PeriodDTO
 
setEndTimeSpan(Date) - Method in class org.chorem.callao.service.dto.TimeSpanDTO
 
setEntryDate(Date) - Method in class org.chorem.callao.service.dto.TransactionDTO
 
setEntryDesc(String) - Method in class org.chorem.callao.service.dto.LogDTO
 
setId(String) - Method in class org.chorem.callao.service.dto.AccountDTO
 
setId(String) - Method in class org.chorem.callao.service.dto.EntryDTO
 
setId(String) - Method in class org.chorem.callao.service.dto.JournalDTO
 
setId(String) - Method in class org.chorem.callao.service.dto.LogDTO
 
setId(String) - Method in class org.chorem.callao.service.dto.PeriodDTO
 
setId(String) - Method in class org.chorem.callao.service.dto.TimeSpanDTO
 
setId(String) - Method in class org.chorem.callao.service.dto.TransactionDTO
 
setJournalDTO(JournalDTO) - Method in class org.chorem.callao.service.dto.TransactionDTO
 
setLabel(String) - Method in class org.chorem.callao.service.dto.AccountDTO
 
setLabel(String) - Method in class org.chorem.callao.service.dto.JournalDTO
 
setLettering(String) - Method in class org.chorem.callao.service.dto.EntryDTO
 
setLettering(String) - Method in class org.chorem.callao.service.dto.LogDTO
 
setListTimeSpan(List<TimeSpanDTO>) - Method in class org.chorem.callao.service.dto.PeriodDTO
 
setLocked(boolean) - Method in class org.chorem.callao.service.dto.PeriodDTO
 
setLocked(boolean) - Method in class org.chorem.callao.service.dto.TimeSpanDTO
 
setLogDate(Date) - Method in class org.chorem.callao.service.dto.LogDTO
 
setMasterAccount(String) - Method in class org.chorem.callao.service.dto.AccountDTO
 
setPrefix(String) - Method in class org.chorem.callao.service.dto.JournalDTO
 
setTimeSpanDTO(TimeSpanDTO) - Method in class org.chorem.callao.service.dto.TransactionDTO
 
setTransaction(TopiaContext) - Method in class org.chorem.callao.service.convertObject.ConvertTopiaContext
Permet d'initialiser le TopiaContext qui sera utilisé pour convertir les objets entités.
setTransactionDTO(TransactionDTO) - Method in class org.chorem.callao.service.dto.EntryDTO
 
setTransDate(Date) - Method in class org.chorem.callao.service.dto.LogDTO
 
setTransDesc(String) - Method in class org.chorem.callao.service.dto.LogDTO
 
setType(String) - Method in class org.chorem.callao.service.dto.AccountDTO
 
setType(String) - Method in class org.chorem.callao.service.dto.LogDTO
 
setVoucherRef(String) - Method in class org.chorem.callao.service.dto.LogDTO
 
setVoucherRef(String) - Method in class org.chorem.callao.service.dto.TransactionDTO
 

T

TIMESPAN_NEXT_NOT_BLOCK - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
TIMESPAN_PREC_NOT_BLOCK - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
TimeSpan
TimeSpanDTO - Class in org.chorem.callao.service.dto
Classe DTO - représente une période (TimeSpan) mensuelle
TimeSpanDTO() - Constructor for class org.chorem.callao.service.dto.TimeSpanDTO
 
TimeSpanDTO(String, Date, Date, boolean) - Constructor for class org.chorem.callao.service.dto.TimeSpanDTO
 
timeSpanEntityToDto(TimeSpan) - Method in class org.chorem.callao.service.convertObject.ConvertTimeSpan
Transforme un timeSpan entity en timeSpan DTO
TimeSpanServiceImpl - Class in org.chorem.callao.service
Gestion des périodes intermédiaires durant l'exercice.
TimeSpanServiceImpl() - Constructor for class org.chorem.callao.service.TimeSpanServiceImpl
 
toStringAccountChild() - Method in class org.chorem.callao.service.dto.AccountDTO
Permet d'afficher tous les comptes enfants
TRANSACTION_NOT_BALANCED - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
TRANSACTION_NOT_EXIST - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
TRANSACTION_NOT_JOURNAL - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
Transaction
TRANSACTION_NOT_TIMESPAN - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
TRANSACTION_TIMESPAN_BLOCKED - Static variable in interface org.chorem.callao.service.utils.ServiceHelper
 
TransactionDTO - Class in org.chorem.callao.service.dto
Classe DTO - représente une transaction comptable.
TransactionDTO() - Constructor for class org.chorem.callao.service.dto.TransactionDTO
 
TransactionDTO(String, Date, String, String) - Constructor for class org.chorem.callao.service.dto.TransactionDTO
 
transactionEntityToDto(Transaction) - Method in class org.chorem.callao.service.convertObject.ConvertTransaction
 
TransactionServiceImpl - Class in org.chorem.callao.service
Cette classe permet la création d'une transaction comptable dans l'application.
TransactionServiceImpl() - Constructor for class org.chorem.callao.service.TransactionServiceImpl
 

U

unblockTimeSpan(TimeSpan) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
Permet de débloquer un timespan, à condition que les timespans suivants celui-ci soient bien débloqués.
unblockTimeSpan(TimeSpanDTO) - Method in class org.chorem.callao.service.TimeSpanServiceImpl
Permet de bloquer une période au format DTO.
updateDTO(AccountDTO) - Method in class org.chorem.callao.service.AccountServiceImpl
Permet de mettre à jour le compte DTO ainsi que tous ses fils.
UserServiceImpl - Class in org.chorem.callao.service
 
UserServiceImpl() - Constructor for class org.chorem.callao.service.UserServiceImpl
 

A B C D E F G I J L M N O P R S T U

Copyright © 2008-2009 CodeLutin. All Rights Reserved.