all<T extends CollectionController<Model> > static method
Implementation
static Map<String, Model> all<T extends CollectionController>(
String collectionId) {
return ControllerManager.getCollectionController<T>(collectionId)
.getModels();
}