Moti Asayag has uploaded a new change for review.

Change subject: engine: Format code and remove default access modifiers
......................................................................

engine: Format code and remove default access modifiers

Change-Id: I4ff814bbf4ceaf2c66baacccf923ad8a13aa6562
Signed-off-by: Moti Asayag <masa...@redhat.com>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/interfaces/CommandCRUDOperations.java
1 file changed, 32 insertions(+), 16 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/62/38562/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/interfaces/CommandCRUDOperations.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/interfaces/CommandCRUDOperations.java
index 63431ae..bda05b6 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/interfaces/CommandCRUDOperations.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/interfaces/CommandCRUDOperations.java
@@ -12,20 +12,36 @@
 import org.ovirt.engine.core.compat.Guid;
 
 public interface CommandCRUDOperations {
-    public boolean hasCommandEntitiesWithRootCommandId(Guid rootCommandId);
-    public CommandEntity createCommandEntity(Guid cmdId, VdcActionType 
actionType, VdcActionParametersBase params);
-    public List<Guid> getChildCommandIds(Guid commandId);
-    public CommandEntity getCommandEntity(Guid commandId);
-    public CommandStatus getCommandStatus(Guid commandId);
-    public List<CommandEntity> getCommandsWithCallBackEnabled();
-    public void persistCommand(CommandEntity cmdEntity);
-    public void persistCommand(CommandEntity cmdEntity, CommandContext 
cmdContext);
-    public CommandBase<?> retrieveCommand(Guid commandId);
-    public void removeCommand(Guid commandId);
-    public void removeAllCommandsInHierarchy(Guid commandId);
-    public void removeAllCommandsBeforeDate(DateTime cutoff);
-    public void updateCommandStatus(Guid commandId, CommandStatus status);
-    public void updateCommandExecuted(Guid commandId);
-    public void updateCallbackNotified(Guid commandId);
-    public List<CommandEntity> getChildCmdsByParentCmdId(Guid cmdId);
+
+    boolean hasCommandEntitiesWithRootCommandId(Guid rootCommandId);
+
+    CommandEntity createCommandEntity(Guid cmdId, VdcActionType actionType, 
VdcActionParametersBase params);
+
+    List<Guid> getChildCommandIds(Guid commandId);
+
+    CommandEntity getCommandEntity(Guid commandId);
+
+    CommandStatus getCommandStatus(Guid commandId);
+
+    List<CommandEntity> getCommandsWithCallBackEnabled();
+
+    void persistCommand(CommandEntity cmdEntity);
+
+    void persistCommand(CommandEntity cmdEntity, CommandContext cmdContext);
+
+    CommandBase<?> retrieveCommand(Guid commandId);
+
+    void removeCommand(Guid commandId);
+
+    void removeAllCommandsInHierarchy(Guid commandId);
+
+    void removeAllCommandsBeforeDate(DateTime cutoff);
+
+    void updateCommandStatus(Guid commandId, CommandStatus status);
+
+    void updateCommandExecuted(Guid commandId);
+
+    void updateCallbackNotified(Guid commandId);
+
+    List<CommandEntity> getChildCmdsByParentCmdId(Guid cmdId);
 }


-- 
To view, visit https://gerrit.ovirt.org/38562
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ff814bbf4ceaf2c66baacccf923ad8a13aa6562
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masa...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to