Uses of Class
cvm.ncb.UserProfile

Packages that use UserProfile
cvm.ncb   
cvm.ncb.handlers   
cvm.ncb.handlers.event   
cvm.ncb.manager   
cvm.se.handlers   
cvm.ucm.handlers   
 

Uses of UserProfile in cvm.ncb
 

Methods in cvm.ncb that return UserProfile
 UserProfile NetworkCommunicationBroker.createUserProfile(UserObject usr, java.lang.Object schema)
          This method generates a user profile for the give user.
 

Uses of UserProfile in cvm.ncb.handlers
 

Methods in cvm.ncb.handlers with parameters of type UserProfile
 void NCBEventObjectManager.notifyUserProfileCreatedEvent(UserProfile usrProfile)
          Event notification function.
 

Uses of UserProfile in cvm.ncb.handlers.event
 

Methods in cvm.ncb.handlers.event that return UserProfile
 UserProfile UserProfileCreatedEvent.getUserProfile()
          This method returns the user profile object.
 

Constructors in cvm.ncb.handlers.event with parameters of type UserProfile
UserProfileCreatedEvent(java.lang.Object eventSource, UserProfile usrProfile)
           
 

Uses of UserProfile in cvm.ncb.manager
 

Methods in cvm.ncb.manager that return UserProfile
 UserProfile NCB_M_Facade.createUserProfile(UserObject usr, java.lang.Object schema)
          This method generates a user profile for the give user.
 UserProfile NCBManager.createUserProfile(UserObject usr, java.lang.Object schema)
          This method generates a user profile for the give user.
 

Uses of UserProfile in cvm.se.handlers
 

Methods in cvm.se.handlers with parameters of type UserProfile
 void SEEventObjectManager.notifyUserProfileCreatedEvent(UserProfile usrProfile)
          Event notification function.
 

Uses of UserProfile in cvm.ucm.handlers
 

Methods in cvm.ucm.handlers with parameters of type UserProfile
 void UCMEventObjectManager.notifyUserProfileCreatedEvent(UserProfile usrProfile)
          Event notification function.