"...wie_202021_csbillero11.git" did not exist on "aeae4ee2aeca3bd3233b5b0fe0f7f288a00bcd9a"
Newer
Older
import java.util.ArrayList;
public class User {
User u = new User();
return u;
}
public boolean login(String username, String email, String password) {
return false;
}
public ArrayList<Auction> retrieveSubscribedAuction() {
// TODO Auto-generated method stub
return null;
}
public boolean becomeSeller(String ssn) {
// TODO Auto-generated method stub
return false;
}
public boolean searchItem(String title, Category category) {
// TODO Auto-generated method stub
return false;
}
public boolean searchAuction(String startTime, String endTime, double price, double bidIncrement, String title,
Category category) {
// TODO Auto-generated method stub
return false;
}