62636465666768
return new Result(getEntity(), isPrimitiveArray()); } @Override public RestMethodResult doPost(Map<String, Object> propertySet) throws FrameworkException { throw new IllegalMethodException(); }
91929394959697
return new Result(resultList, resultList.size(), false, false); } @Override public RestMethodResult doPost(Map<String, Object> propertySet) throws FrameworkException { throw new IllegalMethodException(); }
130131132133134135136137
} @Override public RestMethodResult doPost(Map<String, Object> propertySet) throws FrameworkException { throw new IllegalMethodException(); }
41424344454647
return true; } @Override public Result doGet(PropertyKey sortKey, boolean sortDescending, int pageSize, int page, String offsetId) throws FrameworkException { throw new IllegalMethodException(); }
70717273747576
return result; } @Override public RestMethodResult doDelete() throws FrameworkException { throw new IllegalMethodException(); }
75767778798081
throw new IllegalMethodException(); } @Override public RestMethodResult doPut(final Map<String, Object> propertySet) throws FrameworkException { throw new IllegalMethodException(); }
5859606162636465
} @Override public Result doGet(PropertyKey sortKey, boolean sortDescending, int pageSize, int page, String offsetId) throws FrameworkException { throw new IllegalMethodException(); }
9192939495969798
} @Override public RestMethodResult doOptions() throws FrameworkException { throw new IllegalMethodException(); }
366367368369370371372
throw new FrameworkException(500, "No request object present, aborting."); } @Override public RestMethodResult doPut(final Map<String, Object> propertySet) throws FrameworkException { throw new IllegalMethodException(); }
371372373374375376377
throw new IllegalMethodException(); } @Override public RestMethodResult doDelete() throws FrameworkException { throw new IllegalMethodException(); }