public static class ChangeControl.GenericFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ChangeControl |
controlFor(com.google.gerrit.reviewdb.client.Change.Id changeId,
CurrentUser user) |
ChangeControl |
controlFor(com.google.gerrit.reviewdb.client.Change change,
CurrentUser user) |
ChangeControl |
validateFor(com.google.gerrit.reviewdb.client.Change.Id changeId,
CurrentUser user) |
ChangeControl |
validateFor(com.google.gerrit.reviewdb.client.Change change,
CurrentUser user) |
public ChangeControl controlFor(com.google.gerrit.reviewdb.client.Change.Id changeId, CurrentUser user) throws NoSuchChangeException, com.google.gwtorm.server.OrmException
NoSuchChangeException
com.google.gwtorm.server.OrmException
public ChangeControl controlFor(com.google.gerrit.reviewdb.client.Change change, CurrentUser user) throws NoSuchChangeException
NoSuchChangeException
public ChangeControl validateFor(com.google.gerrit.reviewdb.client.Change.Id changeId, CurrentUser user) throws NoSuchChangeException, com.google.gwtorm.server.OrmException
NoSuchChangeException
com.google.gwtorm.server.OrmException
public ChangeControl validateFor(com.google.gerrit.reviewdb.client.Change change, CurrentUser user) throws NoSuchChangeException, com.google.gwtorm.server.OrmException
NoSuchChangeException
com.google.gwtorm.server.OrmException