|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AtomCategory | |
|---|---|
| org.apache.wink.common.categories | |
| org.apache.wink.common.model.app | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| org.apache.wink.common.model.atom | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| Uses of AtomCategory in org.apache.wink.common.categories |
|---|
| Methods in org.apache.wink.common.categories that return AtomCategory | |
|---|---|
AtomCategory |
Categories.addCategory(java.lang.String term)
Create and add an atom:Category to the listing |
AtomCategory |
Categories.addCategory(java.lang.String scheme,
java.lang.String term,
java.lang.String label)
Create an add an atom:Category to the listing |
| Methods in org.apache.wink.common.categories that return types with arguments of type AtomCategory | |
|---|---|
java.util.List<AtomCategory> |
Categories.getCategories()
Lists the complete set of categories |
java.util.List<AtomCategory> |
Categories.getCategories(java.lang.String scheme)
Lists the complete set of categories that use the specified scheme |
| Methods in org.apache.wink.common.categories with parameters of type AtomCategory | |
|---|---|
Categories |
Categories.addCategory(AtomCategory category)
Add an atom:Category to the listing |
| Method parameters in org.apache.wink.common.categories with type arguments of type AtomCategory | |
|---|---|
void |
Categories.setCategories(java.util.List<AtomCategory> categories)
Set a list of categories |
| Constructor parameters in org.apache.wink.common.categories with type arguments of type AtomCategory | |
|---|---|
Categories(java.util.List<AtomCategory> categories)
Constructor |
|
| Uses of AtomCategory in org.apache.wink.common.model.app |
|---|
| Fields in org.apache.wink.common.model.app with type parameters of type AtomCategory | |
|---|---|
protected java.util.List<AtomCategory> |
AppCategories.category
|
| Methods in org.apache.wink.common.model.app that return types with arguments of type AtomCategory | |
|---|---|
java.util.List<AtomCategory> |
AppCategories.getCategory()
Gets the value of the category property. |
| Uses of AtomCategory in org.apache.wink.common.model.atom |
|---|
| Fields in org.apache.wink.common.model.atom with type parameters of type AtomCategory | |
|---|---|
protected java.util.List<AtomCategory> |
AtomFeed.category
|
protected java.util.List<AtomCategory> |
AtomEntry.category
|
| Methods in org.apache.wink.common.model.atom that return AtomCategory | |
|---|---|
AtomCategory |
ObjectFactory.createAtomCategory()
Create an instance of AtomCategory |
| Methods in org.apache.wink.common.model.atom that return types with arguments of type AtomCategory | |
|---|---|
javax.xml.bind.JAXBElement<AtomCategory> |
ObjectFactory.createCategory(AtomCategory value)
Create an instance of JAXBElement<AtomCategory
> |
java.util.List<AtomCategory> |
AtomFeed.getCategories()
Gets the value of category. |
java.util.List<AtomCategory> |
AtomEntry.getCategories()
Gets the value of category. |
| Methods in org.apache.wink.common.model.atom with parameters of type AtomCategory | |
|---|---|
javax.xml.bind.JAXBElement<AtomCategory> |
ObjectFactory.createCategory(AtomCategory value)
Create an instance of JAXBElement<AtomCategory
> |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||