public class LogbookRepository extends Object
Constructor and Description |
---|
LogbookRepository(com.mongodb.client.MongoDatabase mongoDb) |
Modifier and Type | Method and Description |
---|---|
boolean |
storeLogbookLifeCycleObjectGroup(int tenant,
List<UnitGotModel> unitGotList)
Store a LifeCycleObjectGroup in database
|
boolean |
storeLogbookLifecycleUnit(int tenant,
List<UnitGotModel> unitGotList)
Store a LogbookLifecycleUnit in database
|
public LogbookRepository(com.mongodb.client.MongoDatabase mongoDb)
public boolean storeLogbookLifecycleUnit(int tenant, List<UnitGotModel> unitGotList)
tenant
- tenant identifierunitGotList
- data list of (unit,got) to storepublic boolean storeLogbookLifeCycleObjectGroup(int tenant, List<UnitGotModel> unitGotList)
tenant
- tenant identifierunitGotList
- data list of (unit,got) to storeCopyright © 2018 Vitam. All rights reserved.