236237238239240241242
throw new UnsupportedCapabilityException("Level 1 feature"); } public Organization getRootOrganization() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
246247248249250251252
throw new UnsupportedCapabilityException("Level 1 feature"); } public void addChildOrganizations(Collection collection) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
251252253254255256257
throw new UnsupportedCapabilityException("Level 1 feature"); } public int getChildOrganizationCount() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
256257258259260261262
throw new UnsupportedCapabilityException("Level 1 feature"); } public Collection<Organization> getChildOrganizations() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
261262263264265266267
throw new UnsupportedCapabilityException("Level 1 feature"); } public void removeChildOrganization(Organization organization) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
266267268269270271272
throw new UnsupportedCapabilityException("Level 1 feature"); } public void removeChildOrganizations(Collection collection) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
271272273274275276277
throw new UnsupportedCapabilityException("Level 1 feature"); } public PostalAddress getPostalAddress() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
276277278279280281282
throw new UnsupportedCapabilityException("Level 1 feature"); } public void setPostalAddress(PostalAddress postalAddress) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
686687688689690691692
return blkRes; } public RegistryObject getRegistryObject(String id) throws JAXRException { throw new UnsupportedCapabilityException(); }
823824825826827828829
return new BulkResponseImpl(c); } public BulkResponse getRegistryObjects(Collection<Key> objectKeys) throws JAXRException { throw new UnsupportedCapabilityException(); }