Package | Description |
---|---|
com.akuiteo.compta.constantes | |
com.akuiteo.compta.nonpersistent.search | |
com.itnsa.gestion.bean.parametre | |
com.itnsa.gestion.nonpersistent | |
com.itnsa.gestion.service |
Modifier and Type | Method and Description |
---|---|
static TypeJournal |
TypeJournal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeJournal[] |
TypeJournal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TypeJournal |
EcritureCriteresRecherche.getTypeJournal() |
TypeJournal |
BalanceCriteresRecherche.getTypeJournal() |
Modifier and Type | Method and Description |
---|---|
void |
EcritureCriteresRecherche.setTypeJournal(TypeJournal typeJournal) |
void |
BalanceCriteresRecherche.setTypeJournal(TypeJournal typeJournal) |
Modifier and Type | Method and Description |
---|---|
TypeJournal |
TJournal.getTypeJournal() |
Modifier and Type | Method and Description |
---|---|
TypeJournal |
CtxCoherenceCG.getTypeJournal() |
TypeJournal |
AchatVente.getTypeJournal() |
Modifier and Type | Method and Description |
---|---|
void |
CtxCoherenceCG.setTypeJournal(TypeJournal typeJournal) |
void |
AchatVente.setTypeJournal(TypeJournal typeJournal) |
Modifier and Type | Method and Description |
---|---|
List<TJournal> |
JournalService.findJournalByTypeAndTypeBQLikeCode(TypeJournal typeJournal,
Integer typeBQ,
String codeJournal,
String codeSociete,
String codeEtablissemnt) |
List<TJournal> |
JournalService.findJournalByTypeLikeCode(TypeJournal typeJournal,
String codeJournal)
Retourne la liste des journaux dont le type est celui passé en paramétre, sur la Société courante
|
List<TJournal> |
JournalService.findJournalByTypeLikeCode(TypeJournal typeJournal,
String codeJournal,
String codeSociete,
String codeEtablissemnt)
Retourne la liste des journaux dont le type est celui passé en paramétre, sur la Société passé
|
List<TJournal> |
JournalService.findJournalByTypeLikeCode(TypeJournal typeJournal,
String codeJournal,
String codeSociete,
String codeEtablissemnt,
Date dateDeb,
Date dtFin,
TypeJournalOD droittra01)
Retourne les journaux valides sur la période passée en paramètre
Si le pilotage applicatif JRN_INACTIFS est actif, les dates de la période seront ignorées.
|
List<TJournal> |
JournalService.findJournalByTypeLikeCode(TypeJournal typeJournal,
String codeJournal,
String codeSociete,
String codeEtablissemnt,
TypeJournalOD droittra01) |
Copyright © 2016. All rights reserved.