Uses of Interface
javax.xml.registry.infomodel.Organization

Packages that use Organization
com.sun.xml.registry.uddi   
com.sun.xml.registry.uddi.infomodel   
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of Organization in com.sun.xml.registry.uddi
 

Methods in com.sun.xml.registry.uddi that return Organization
 Organization LifeCycleManagerImpl.createOrganization(InternationalString name)
           
 Organization LifeCycleManagerImpl.createOrganization(String name)
           
 

Uses of Organization in com.sun.xml.registry.uddi.infomodel
 

Classes in com.sun.xml.registry.uddi.infomodel that implement Organization
 class OrganizationImpl
           
 

Methods in com.sun.xml.registry.uddi.infomodel that return Organization
 Organization UserImpl.getOrganization()
          Gets the submitting organization
 Organization OrganizationImpl.getParentOrganization()
          Level 1 method
 Organization ServiceImpl.getProvidingOrganization()
          Get the organization that provides this service
 Organization OrganizationImpl.getRootOrganization()
          Level 1 method
 Organization RegistryObjectImpl.getSubmittingOrganization()
           
 

Methods in com.sun.xml.registry.uddi.infomodel with parameters of type Organization
 void OrganizationImpl.addChildOrganization(Organization organization)
          Level 1 method
 void OrganizationImpl.removeChildOrganization(Organization organization)
          Level 1 method
 void UserImpl.setOrganization(Organization org)
          Internal method for setting user organization
 void ServiceImpl.setProvidingOrganization(Organization org)
          Set the organization that provides this service
 void RegistryObjectImpl.setSubmittingOrganization(Organization org)
          Internal method for setting submitting organization
 

Uses of Organization in javax.xml.registry
 

Methods in javax.xml.registry that return Organization
 Organization LifeCycleManager.createOrganization(InternationalString name)
          Creates an Organization instance using the specified name, where the name is an InternationalString.
 Organization LifeCycleManager.createOrganization(String name)
          Creates an Organization instance using the specified name, where the name is a String.
 

Uses of Organization in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Organization
 Organization User.getOrganization()
          Gets the Organization that this User is affiliated with.
 Organization Organization.getParentOrganization()
          Gets the parent (container) organization.
 Organization Service.getProvidingOrganization()
          Gets the Organization that provides this service.
 Organization Organization.getRootOrganization()
          Gets the root organization.
 Organization RegistryObject.getSubmittingOrganization()
          Gets the Organization that submitted this RegistryObject.
 

Methods in javax.xml.registry.infomodel with parameters of type Organization
 void Organization.addChildOrganization(Organization organization)
          Adds a child Organization.
 void Organization.removeChildOrganization(Organization organization)
          Removes a child Organization.
 void Service.setProvidingOrganization(Organization providingOrganization)
          Sets the Organization that provides this service.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.