Merge "Remove old RPC for 'create project' on WebUI"

This commit is contained in:
Edwin Kempin
2013-03-08 07:19:38 +00:00
committed by Gerrit Code Review
4 changed files with 1 additions and 105 deletions

View File

@@ -22,7 +22,6 @@ import com.google.gerrit.reviewdb.client.Project;
import com.google.gwtjsonrpc.common.AsyncCallback;
import com.google.gwtjsonrpc.common.RemoteJsonService;
import com.google.gwtjsonrpc.common.RpcImpl;
import com.google.gwtjsonrpc.common.VoidResult;
import com.google.gwtjsonrpc.common.RpcImpl.Version;
import java.util.List;
@@ -35,12 +34,6 @@ public interface ProjectAdminService extends RemoteJsonService {
void projectDetail(Project.NameKey projectName,
AsyncCallback<ProjectDetail> callback);
@Audit
@SignInRequired
void createNewProject(String projectName, String parentName,
boolean emptyCommit, boolean permissionsOnly,
AsyncCallback<VoidResult> callback);
void projectAccess(Project.NameKey projectName,
AsyncCallback<ProjectAccess> callback);