174175176177178179180
return existingDefect; } @Override public String advancedGet(Session arg0, String[] arg1) throws NotImplementedException { throw new NotImplementedException(); }
179180181182183184185
throw new NotImplementedException(); } @Override public String advancedPost(Session arg0, String arg1, String arg2) throws NotImplementedException { throw new NotImplementedException(); }
184185186187188189190
throw new NotImplementedException(); } @Override public String advancedPut(Session arg0, String[] arg1, String arg2) throws NotImplementedException { throw new NotImplementedException(); }
290291292293294295296
} @Override public String advancedGet(Session s, String[] args) throws WPISuiteException { throw new NotImplementedException(); }
296297298299300301302
} @Override public String advancedPut(Session s, String[] args, String content) throws WPISuiteException { throw new NotImplementedException(); }
302303304305306307308
} @Override public String advancedPost(Session s, String string, String content) throws WPISuiteException { throw new NotImplementedException(); }