Uses of Interface
org.jafer.registry.model.Category

Packages that use Category
org.jafer.registry   
org.jafer.registry.model   
org.jafer.registry.uddi   
org.jafer.registry.uddi.model   
org.jafer.registry.web.struts.action   
 

Uses of Category in org.jafer.registry
 

Methods in org.jafer.registry that return Category
 Category RegistryManager.getCategory(CategoryType categoryType, java.lang.String value)
          This method returns an instance of a category with the defined value.
 

Methods in org.jafer.registry with parameters of type Category
 java.util.List ServiceLocator.findService(Category category)
          Finds the services that have the supplied category attached
 java.util.List ServiceLocator.findServiceProvider(Category category)
          Finds the service providers that have the supplied category attached
 

Uses of Category in org.jafer.registry.model
 

Methods in org.jafer.registry.model with parameters of type Category
 void ServiceProvider.addCategory(Category category)
          Adds a jafer defined category to the service provider if it does not already exist.
 void Service.addCategory(Category category)
          Adds a jafer defined category to the service if it does not already exist.
 void ServiceProvider.removeCategory(Category category)
          Removes the category from the service provider if it exists.
 void Service.removeCategory(Category category)
          Removes the category from the service if it exists.
 

Uses of Category in org.jafer.registry.uddi
 

Methods in org.jafer.registry.uddi that return Category
 Category RegistryManager.getCategory(CategoryType categoryType, java.lang.String value)
          This method returns an instance of a category with the defined value.
 

Methods in org.jafer.registry.uddi with parameters of type Category
 java.util.List ServiceLocator.findService(Category category)
          Finds the services that have the supplied category attached
 java.util.List ServiceLocator.findServiceProvider(Category category)
          Finds the service providers that have the supplied category attached
 

Uses of Category in org.jafer.registry.uddi.model
 

Classes in org.jafer.registry.uddi.model that implement Category
 class Category
          This class represents an instance of a category.
 

Methods in org.jafer.registry.uddi.model with parameters of type Category
 void BusinessService.addCategory(Category category)
          Adds a jafer defined category to the service if it does not already exist.
 void BusinessEntity.addCategory(Category category)
          Adds a jafer defined category to the service provider if it does not already exist.
 void BusinessService.removeCategory(Category category)
          Removes the category from the service if it exists.
 void BusinessEntity.removeCategory(Category category)
          Removes the category from the service provider if it exists.
 

Uses of Category in org.jafer.registry.web.struts.action
 

Methods in org.jafer.registry.web.struts.action that return Category
private  Category RemoveCategoryAction.getCategoryToDelete(java.util.List categories, java.lang.String type, java.lang.String value)
          Gets an instance of a category for removing from the provider or service