public static class ChangeControl.GenericFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
ChangeControl |
controlFor(ChangeNotes notes,
CurrentUser user) |
ChangeControl |
controlFor(ReviewDb db,
Change change,
CurrentUser user) |
ChangeControl |
controlFor(ReviewDb db,
Project.NameKey project,
Change.Id changeId,
CurrentUser user) |
ChangeControl |
validateFor(ReviewDb db,
Change.Id changeId,
CurrentUser user) |
ChangeControl |
validateFor(ReviewDb db,
ChangeNotes notes,
CurrentUser user) |
public ChangeControl controlFor(ReviewDb db, Project.NameKey project, Change.Id changeId, CurrentUser user) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmExceptionpublic ChangeControl controlFor(ReviewDb db, Change change, CurrentUser user) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmExceptionpublic ChangeControl controlFor(ChangeNotes notes, CurrentUser user) throws NoSuchChangeException
NoSuchChangeExceptionpublic ChangeControl validateFor(ReviewDb db, Change.Id changeId, CurrentUser user) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmExceptionpublic ChangeControl validateFor(ReviewDb db, ChangeNotes notes, CurrentUser user) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException