Michael Kublin has submitted this change and it was merged. Change subject: core: Refactoring in ImagesHandler ......................................................................
core: Refactoring in ImagesHandler Decoupled the mapping logic in getImagesMappedToDrive from getting the list of images from the DAO, in order to allow more flexibility in queries (e.g., additional filtering done buy the DAO). The old API was left for backwards compatibility. Change-Id: I4223fd7e2753bb3d6a023fbf233f1b9ba3c73f62 --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImagesHandler.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ImagesHandlerTest.java 2 files changed, 89 insertions(+), 1 deletion(-) Approvals: Michael Kublin: Verified; Looks good to me, approved Allon Mureinik: Verified -- To view, visit http://gerrit.ovirt.org/1925 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4223fd7e2753bb3d6a023fbf233f1b9ba3c73f62 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
