Exemplo n.º 1
0
 /**
  * Load the models that are explicitly part of the snapshot. It is assumed that these models
  * should all link together; for example, if one of the item's has a parentNestId, then it is
  * assumed that the referenced parent nest is also in the snapshot. This applies to both
  * containment relationships and staging.
  */
 public void loadBatch(Integer batchId) {
   AcBatch e = _access.getBatchDb().getBatch(batchId);
   loadBatch(e);
 }