Package | Description |
---|---|
com.itnsa.gestion.constantes | |
com.itnsa.gestion.gmao.nonpersistent | |
com.itnsa.gestion.nonpersistent | |
com.itnsa.gestion.service |
Modifier and Type | Method and Description |
---|---|
static TypeMouvmtStock |
TypeMouvmtStock.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeMouvmtStock[] |
TypeMouvmtStock.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TypeMouvmtStock |
CtxStock.getTypeMouv() |
Modifier and Type | Method and Description |
---|---|
void |
CtxStock.setTypeMouv(TypeMouvmtStock typeMouv) |
Modifier and Type | Method and Description |
---|---|
TypeMouvmtStock |
CtxMvtStock.getTypeMouvmtStock() |
Modifier and Type | Method and Description |
---|---|
void |
CtxMvtStock.setTypeMouvmtStock(TypeMouvmtStock typeMouvmtStock) |
Modifier and Type | Method and Description |
---|---|
FStMouv |
StocksService.demandeCreationMvtstockParMvtParc(GMouvmt mvtParc,
GPrdmaint prdModele,
FAffaires affaire,
FStDepot depot,
TypeMouvmtStock typeMvtSt) |
List<FStMouv> |
StocksService.findMouvementByDepotProduitAndOT(List<FStDepot> lstDepots,
List<Double> lstPrdt,
GOrdwrk ordwrk,
TypeMouvmtStock typeMouvmtStock)
Recherche la liste des mouvements qui ont eu lieu sur un depot donné, sur un OT donné pour une liste de produits donnés
|
FStMouv |
StocksService.mouvementStock(FStMouv mouvtSortie,
boolean entree,
TypeMouvmtStock typeMvtSt,
boolean indRemiseEnStock)
Enregistre un mouvement de stock dans FStMouv et met à jour le stock du dépot correspondant dans FStStock
|
void |
StocksService.mouvementStock(FStMouv mouvtSortie,
FStMouv mouvtEntree,
TypeMouvmtStock typeMvtStSortie,
TypeMouvmtStock typeMvtStEntree)
Enregistre 2 mouvements de stock dans FStMouv (sortie et entrée de stcok) et met à jour les stocks des
dépots correspondants dans FStStock (sortie d'un depot et entrée dans un autre)
|
void |
StocksService.mouvementStock(List<FStMouv[]> lstMouvt,
TypeMouvmtStock typeMvtStSortie,
TypeMouvmtStock typeMvtStEntree)
Enregistre 2 mouvements de stock dans FStMouv (sortie et entrée de stcok) et met à jour les stocks des
dépots correspondants dans FStStock (sortie d'un depot et entrée dans un autre)
|
CtxMvtStock |
StocksService.mouvementStockManuels(CtxMvtStock mvtContext,
boolean entree,
TypeMouvmtStock typeMvtSt)
Enregistre les entrées et sorties manuelles du stock ou sur inventaire
|
Copyright © 2016. All rights reserved.