75767778798081
// does nothing } @Override public SpecificationLoader getSpecificationLoader() { throw new NotYetImplementedException(); }
204205206207208209210
// Not yet implemented // ////////////////////////////////////////////////////////////// @Override public void resolveImmediately(final ObjectAdapter object) { throw new NotYetImplementedException(); }
214215216217218219220
actions.addElement("object deleted " + object.getOid()); } @Override protected ObjectAdapter[] getInstances(final PersistenceQuery criteria) { throw new NotYetImplementedException(); }
219220221222223224225
throw new NotYetImplementedException(); } @Override protected Oid getOidForService(final String name) { throw new NotYetImplementedException(); }
224225226227228229230
throw new NotYetImplementedException(); } @Override protected void registerService(final String name, final Oid oid) { throw new NotYetImplementedException(); }
229230231232233234235
throw new NotYetImplementedException(); } @Override public void reload(final ObjectAdapter adapter) { throw new NotYetImplementedException(); }
234235236237238239240
throw new NotYetImplementedException(); } @Override public boolean isFixturesInstalled() { throw new NotYetImplementedException(); }
239240241242243244245
throw new NotYetImplementedException(); } @Override public boolean hasInstances(final ObjectSpecification specification) { throw new NotYetImplementedException(); }
148149150151152153154
} } @Override public void replacePojo(final Object pojo) { throw new NotYetImplementedException(); }
333334335336337338339
return false; } @Override public FacetHolder getFacetHolder() { throw new NotYetImplementedException(); }