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
NoSuchChangeExceptioncom.google.gwtorm.server.OrmExceptionpublic ChangeControl controlFor(com.google.gerrit.reviewdb.client.Change change, CurrentUser user) throws NoSuchChangeException
NoSuchChangeExceptionpublic ChangeControl validateFor(com.google.gerrit.reviewdb.client.Change.Id changeId, CurrentUser user) throws NoSuchChangeException, com.google.gwtorm.server.OrmException
NoSuchChangeExceptioncom.google.gwtorm.server.OrmExceptionpublic ChangeControl validateFor(com.google.gerrit.reviewdb.client.Change change, CurrentUser user) throws NoSuchChangeException, com.google.gwtorm.server.OrmException
NoSuchChangeExceptioncom.google.gwtorm.server.OrmException