Juan Hernandez has posted comments on this change.

Change subject: core: Add DbGroup
......................................................................


Patch Set 3:

(2 comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AdGroupsHandlingCommandBase.java
Line 11: import org.ovirt.engine.core.common.businessentities.tags;
Line 12: import org.ovirt.engine.core.compat.Guid;
Line 13: import org.ovirt.engine.core.dal.dbbroker.DbFacade;
Line 14: 
Line 15: public abstract class AdGroupsHandlingCommandBase<T extends 
AdElementParametersBase> extends CommandBase<T> {
I planned to do that later, to reduce rebase noise. I will do that now.
Line 16:     protected tags _tag;
Line 17:     private LdapGroup mGroup;
Line 18:     private String mGroupName;
Line 19: 


....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetAllAdGroupsQuery.java
Line 9:     }
Line 10: 
Line 11:     @Override
Line 12:     protected void executeQueryCommand() {
Line 13:         
getQueryReturnValue().setReturnValue(DbFacade.getInstance().getDbGroupDao().getAll());
You are right, this won't work without the next patch (use DbGroup instead of 
LdapGroup), I will check again and I will probably have to merge both this 
patch and next one into one single patch.
Line 14:     }


-- 
To view, visit http://gerrit.ovirt.org/17544
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Idb1a7146c29eb74f97e10043d65b5a67f1430021
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <[email protected]>
Gerrit-Reviewer: Juan Hernandez <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to