KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > Organization

javax.xml.registry.infomodel
Interface Organization

All Superinterfaces:
ExtensibleObject, RegistryObject
See Also:
Top Examples, Source Code, Service

public void addChildOrganization(Organization organization)
                          throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addChildOrganizations(Collection organizations)
                           throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addService(Service service)
                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addServices(Collection services)
                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addUser(User user)
             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addUsers(Collection users)
              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getChildOrganizationCount()
                              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getChildOrganizations()
                                 throws JAXRException
See Also:
Organization
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getDescendantOrganizations()
                                      throws JAXRException
See Also:
Organization
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Organization getParentOrganization()
                                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PostalAddress getPostalAddress()
                               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public User getPrimaryContact()
                       throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Organization getRootOrganization()
                                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getServices()
                       throws JAXRException
See Also:
Service
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getTelephoneNumbers(String phoneType)
                               throws JAXRException
See Also:
TelephoneNumber
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getUsers()
                    throws JAXRException
See Also:
User
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeChildOrganization(Organization organization)
                             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeChildOrganizations(Collection organizations)
                              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeService(Service service)
                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeServices(Collection services)
                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeUser(User user)
                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeUsers(Collection users)
                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setPostalAddress(PostalAddress address)
                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setPrimaryContact(User primaryContact)
                       throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setTelephoneNumbers(Collection phoneNumbers)
                         throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags