Yair Zaslavsky has submitted this change and it was merged. Change subject: core: implementing VmInterfaceDAO.getAll() ......................................................................
core: implementing VmInterfaceDAO.getAll() This change exposes GetAllFromvm_interface psql function to the proper Dao This change also changes the type return from the psql function to conform to other get functions. This is a first patch in a series of patches regarding initialization and handling of MacPoolManager Bug-Url: https://bugzilla.redhat.com/885441 Change-Id: I142198d2059cf109be3859f255621e6ceca8581a Signed-off-by: Yair Zaslavsky <[email protected]> --- M backend/manager/dbscripts/network_sp.sql M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VmNetworkInterfaceDAODbFacadeImpl.java M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/FixturesTool.java M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmNetworkInterfaceDAOTest.java 4 files changed, 9 insertions(+), 7 deletions(-) Approvals: Yair Zaslavsky: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/10185 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I142198d2059cf109be3859f255621e6ceca8581a Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
