public interface NumerotationService
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
completerNumero(String numero,
String codeSociete,
TypeNumParSoc typeNumParSoc) |
TNumparsoc |
creerNumParSoc(TNumparsoc numparsoc) |
List<ITypeNumParSoc> |
findCodesNumParSoc() |
String |
genereNumero(TNumparsoc numParSoc) |
String |
getTNumparsocByCodeSocieteCodeTypeAndIncrement(String codeSociete,
ITypeNumParSoc type)
Get the next numparsoc and increment it.
|
String |
getTNumparsocByCodeSocieteCodeTypeAndIncrement(String codeSociete,
String typeNumParSoc)
Deprecated.
Utiliser plutot avec l'enum
Get the next numparsoc and increment it.
|
static final String SERVICE_ID
String getTNumparsocByCodeSocieteCodeTypeAndIncrement(String codeSociete, ITypeNumParSoc type)
codeSociete - typeNumParSoc - String genereNumero(TNumparsoc numParSoc)
@Deprecated String getTNumparsocByCodeSocieteCodeTypeAndIncrement(String codeSociete, String typeNumParSoc)
codeSociete - typeNumParSoc - TNumparsoc creerNumParSoc(TNumparsoc numparsoc)
List<ITypeNumParSoc> findCodesNumParSoc()
String completerNumero(String numero, String codeSociete, TypeNumParSoc typeNumParSoc)
Copyright © 2016. All rights reserved.