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

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

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

Methods in com.sun.xml.registry.uddi that return User
 User LifeCycleManagerImpl.createUser()
           
 

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

Classes in com.sun.xml.registry.uddi.infomodel that implement User
 class UserImpl
           
 

Methods in com.sun.xml.registry.uddi.infomodel that return User
 User OrganizationImpl.getPrimaryContact()
          Gets the primary contact for this Organization.
 User AuditableEventImpl.getUser()
          Level 1 method
 

Methods in com.sun.xml.registry.uddi.infomodel with parameters of type User
 void OrganizationImpl.addUser(User user)
          Add a user.
 void OrganizationImpl.removeUser(User user)
          Remove a user
 void OrganizationImpl.setPrimaryContact(User primaryContact)
          Sets the primary contact.
 

Uses of User in javax.xml.registry
 

Methods in javax.xml.registry that return User
 User LifeCycleManager.createUser()
          Creates an empty User instance.
 

Uses of User in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return User
 User Organization.getPrimaryContact()
          Gets the primary Contact for this Organization.
 User AuditableEvent.getUser()
          Gets the User associated with this object.
 

Methods in javax.xml.registry.infomodel with parameters of type User
 void Organization.addUser(User user)
          Adds a User.
 void Organization.removeUser(User user)
          Removes a User.
 void Organization.setPrimaryContact(User primaryContact)
          Sets the primary contact for this Organization.
 



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