Package | Description |
---|---|
com.itnsa.gestion.constantes | |
com.itnsa.gestion.service |
Modifier and Type | Method and Description |
---|---|
static TypeJournalNum |
TypeJournalNum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeJournalNum[] |
TypeJournalNum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
JournalService._loadNumeroPieceByJournalAndTypeAndSocieteAndExerciceAndIncrement(String codeSociete,
String codeJournal,
TypeJournalNum typeJournalNum,
String codeExercice,
boolean forcerNPlus1)
Retourne le numéro de pièce pour le journal et le type de journal(énuméré), mais ne renvoit pas une T9RuntimeExcpetion si erreur, mais une T9Exception pour ne pas faire un rollback
sur la société et l'exercice courant.
|
String |
JournalService.loadNumeroPieceByJournalAndTypeAndSocieteAndExerciceAndIncrement(String codeSociete,
String codeJournal,
TypeJournalNum typeJournalNum,
String codeExercice,
boolean forcerNPlus1)
Retourne le numéro de pièce pour le journal et le type de journal(énuméré)
sur la Société et l'exercice courant.
|
Copyright © 2016. All rights reserved.