June 2003
Intermediate to advanced
672 pages
23h 48m
English
Organization
public interface Organization extends RegistryObject {
// Property Accessor Methods (by property name)
public abstract int getChildOrganizationCount( )
throws javax.xml.registry.JAXRException; //L1
public abstract Collection getChildOrganizations( )
throws javax.xml.registry.JAXRException; //L1
public abstract Collection getDescendantOrganizations( )
throws javax.xml.registry.JAXRException; //L1
public abstract Organization getParentOrganization( )
throws javax.xml.registry.JAXRException; //L1
public abstract PostalAddress getPostalAddress( )
throws javax.xml.registry.JAXRException; //L1
public abstract void setPostalAddress(PostalAddress address)
throws javax.xml.registry.JAXRException; //L1
public abstract User getPrimaryContact( )
throws javax.xml.registry.JAXRException; //L0
public abstract void setPrimaryContact(User primaryContact)
throws javax.xml.registry.JAXRException; //L0
public abstract Organization getRootOrganization( )
throws javax.xml.registry.JAXRException; //L1
public abstract Collection getServices( )
throws javax.xml.registry.JAXRException; //L0
public abstract Collection getUsers( )
throws javax.xml.registry.JAXRException; //L0
// Public Instance Methods
public abstract void addChildOrganization(Organization organization)
throws javax.xml.registry.JAXRException; //L1
public abstract void addChildOrganizations(Collection organizations)
throws javax.xml.registry.JAXRException; //L1 public abstract void addService(javax.xml.registry.infomodel.Service ...Read now
Unlock full access