batchComplete method
      
void
batchComplete()
      
     
    
    
Implementation
void batchComplete() {
  if (!_isLazyLoad && !isDelete) {
    _controllerManager.batchComplete(this);
  }
}void batchComplete() {
  if (!_isLazyLoad && !isDelete) {
    _controllerManager.batchComplete(this);
  }
}