Uses of Class
org.eclipse.higgins.userprofile.entity.Category

Packages that use Category
org.eclipse.higgins.userprofile   
org.eclipse.higgins.userprofile.inmem   
 

Uses of Category in org.eclipse.higgins.userprofile
 

Methods in org.eclipse.higgins.userprofile that return Category
 Category IUserProfileService.addCategory(CallbackHandler handler, Category category)
           
 Category IUserProfileService.modifyCategory(CallbackHandler handler, Category category)
           
 

Methods in org.eclipse.higgins.userprofile with parameters of type Category
 Category IUserProfileService.addCategory(CallbackHandler handler, Category category)
           
 Category IUserProfileService.modifyCategory(CallbackHandler handler, Category category)
           
 

Uses of Category in org.eclipse.higgins.userprofile.inmem
 

Methods in org.eclipse.higgins.userprofile.inmem that return Category
 Category MemoryUserProfileService.addCategory(CallbackHandler handler, Category category)
           
 Category MemoryUserProfileService.modifyCategory(CallbackHandler handler, Category category)
           
 

Methods in org.eclipse.higgins.userprofile.inmem with parameters of type Category
 Category MemoryUserProfileService.addCategory(CallbackHandler handler, Category category)
           
 Category MemoryUserProfileService.modifyCategory(CallbackHandler handler, Category category)