Package | Description |
---|---|
com.akuiteo.compta.constantes | |
com.akuiteo.compta.service.interne |
Modifier and Type | Method and Description |
---|---|
static CgTypeTable |
CgTypeTable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CgTypeTable |
CgTypeTable.valueOfCode(String code) |
static CgTypeTable[] |
CgTypeTable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ComptaHistorisationService.completerHistorique(CgTypeTable type,
CgTypeAction indAction,
Double identBean)
Complete the list of modifications applied to the object without commentary
The supported modifications are: Creation, modification, suppression
|
void |
ComptaHistorisationService.completerHistorique(CgTypeTable type,
CgTypeAction indAction,
Double identBean,
String commentaires)
Complete the list of modifications applied to the object with a commentary.
|
List<CtxCgHistorique> |
ComptaHistorisationService.findHistoriqueModifications(CgTypeTable typeTable,
String nomClasse,
Double idObjet,
Date dtDeb,
Date dtFin,
String nomField)
Récupération de l'historique des modifications faites sur un objet entre 2 dates données (dates facultatives)
|
Copyright © 2016. All rights reserved.