|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CategoryType | |
---|---|
org.jafer.registry | |
org.jafer.registry.model | |
org.jafer.registry.uddi | |
org.jafer.registry.web.struts |
Uses of CategoryType in org.jafer.registry |
---|
Methods in org.jafer.registry with parameters of type CategoryType | |
---|---|
Category |
RegistryManager.getCategory(CategoryType categoryType,
java.lang.String value)
This method returns an instance of a category with the defined value. |
Uses of CategoryType in org.jafer.registry.model |
---|
Fields in org.jafer.registry.model declared as CategoryType | |
---|---|
static CategoryType |
CategoryType.CATEGORY_DDC
Stores a reference to the DDC (dewey decimal characterisation) category |
static CategoryType |
CategoryType.CATEGORY_GENERAL_KEYWORDS
Stores a reference to the general keyword category. |
static CategoryType |
CategoryType.CATEGORY_LCSH
Stores a reference to the LCSH (library of congress subject headings) category. |
Methods in org.jafer.registry.model with parameters of type CategoryType | |
---|---|
boolean |
CategoryType.equals(CategoryType category)
Compares two category instances to see if they are equal |
Uses of CategoryType in org.jafer.registry.uddi |
---|
Methods in org.jafer.registry.uddi with parameters of type CategoryType | |
---|---|
Category |
RegistryManager.getCategory(CategoryType categoryType,
java.lang.String value)
This method returns an instance of a category with the defined value. |
TModel |
TModelManager.getCategoryTModel(CategoryType categoryType)
This method returns a TModel representing the category type |
Uses of CategoryType in org.jafer.registry.web.struts |
---|
Methods in org.jafer.registry.web.struts that return CategoryType | |
---|---|
static CategoryType |
CategoryTypesDisplayLink.getCategoryType(java.lang.String key)
Return the category type for the display key |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |