Uses of Class
com.hyper9.simdk.stubs.dao.HostAccountSpec

Packages that use HostAccountSpec
com.hyper9.simdk.stubs   
com.hyper9.simdk.stubs.dao   
com.hyper9.simdk.stubs.jaxws   
com.hyper9.simdk.ws   
 

Uses of HostAccountSpec in com.hyper9.simdk.stubs
 

Methods in com.hyper9.simdk.stubs with parameters of type HostAccountSpec
 void VimServiceImpl.createGroup(ManagedObjectReference _this, HostAccountSpec group)
           
 void VimService.createGroup(ManagedObjectReference _this, HostAccountSpec group)
           
 void VimServiceImpl.createUser(ManagedObjectReference _this, HostAccountSpec user)
           
 void VimService.createUser(ManagedObjectReference _this, HostAccountSpec user)
           
 void VimServiceImpl.updateUser(ManagedObjectReference _this, HostAccountSpec user)
           
 void VimService.updateUser(ManagedObjectReference _this, HostAccountSpec user)
           
 

Uses of HostAccountSpec in com.hyper9.simdk.stubs.dao
 

Subclasses of HostAccountSpec in com.hyper9.simdk.stubs.dao
 class HostPosixAccountSpec
           
 

Methods in com.hyper9.simdk.stubs.dao that return HostAccountSpec
 HostAccountSpec AccountUpdatedEvent.getSpec()
           
 HostAccountSpec AccountCreatedEvent.getSpec()
           
 

Methods in com.hyper9.simdk.stubs.dao that return types with arguments of type HostAccountSpec
 List<HostAccountSpec> ArrayOfHostAccountSpec.getData()
           
 List<HostAccountSpec> HostConfigSpec.getUserAccount()
           
 List<HostAccountSpec> HostConfigSpec.getUsergroupAccount()
           
 

Methods in com.hyper9.simdk.stubs.dao with parameters of type HostAccountSpec
 void AccountUpdatedEvent.setSpec(HostAccountSpec toSet)
           
 void AccountCreatedEvent.setSpec(HostAccountSpec toSet)
           
 

Method parameters in com.hyper9.simdk.stubs.dao with type arguments of type HostAccountSpec
 void HostConfigSpec.setUserAccount(List<HostAccountSpec> toSet)
           
 void HostConfigSpec.setUsergroupAccount(List<HostAccountSpec> toSet)
           
 

Uses of HostAccountSpec in com.hyper9.simdk.stubs.jaxws
 

Methods in com.hyper9.simdk.stubs.jaxws that return HostAccountSpec
 HostAccountSpec CreateGroup.getGroup()
           
 HostAccountSpec UpdateUser.getUser()
           
 HostAccountSpec CreateUser.getUser()
           
 

Methods in com.hyper9.simdk.stubs.jaxws with parameters of type HostAccountSpec
 void CreateGroup.setGroup(HostAccountSpec group)
           
 void UpdateUser.setUser(HostAccountSpec user)
           
 void CreateUser.setUser(HostAccountSpec user)
           
 

Uses of HostAccountSpec in com.hyper9.simdk.ws
 

Methods in com.hyper9.simdk.ws with parameters of type HostAccountSpec
 void VimServiceExImpl.createGroup(ManagedObjectReference _this, HostAccountSpec group)
           
 void VimServiceExImpl.createUser(ManagedObjectReference _this, HostAccountSpec user)
           
 void VimServiceExImpl.updateUser(ManagedObjectReference _this, HostAccountSpec user)
           
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.