|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Category | |
|---|---|
| org.openxma.dsl.reference.dao | |
| org.openxma.dsl.reference.dao.impl | |
| org.openxma.dsl.reference.model | |
| org.openxma.dsl.reference.model.impl | |
| Uses of Category in org.openxma.dsl.reference.dao |
|---|
| Methods in org.openxma.dsl.reference.dao that return Category | |
|---|---|
Category |
CategoryDao.create()
Factory method to create an empty CategoryDao entity with an already assigned identifier. |
Category |
CategoryDao.create(java.lang.String name)
Factory method to create an empty CategoryDao taking all not null attributes. |
Category |
CategoryDao.createAndSave(java.lang.String name)
Factory method to create and save an empty CategoryDao taking all not null attributes. |
| Uses of Category in org.openxma.dsl.reference.dao.impl |
|---|
| Methods in org.openxma.dsl.reference.dao.impl that return Category | |
|---|---|
Category |
CategoryDaoImpl.create()
|
Category |
CategoryDaoImpl.create(java.lang.String name)
|
Category |
CategoryDaoImpl.createAndSave(java.lang.String name)
|
Category |
CategoryDaoImpl.createEntity(java.lang.Object context)
|
| Uses of Category in org.openxma.dsl.reference.model |
|---|
| Methods in org.openxma.dsl.reference.model that return Category | |
|---|---|
Category |
Category.getParentCategory()
|
| Methods in org.openxma.dsl.reference.model that return types with arguments of type Category | |
|---|---|
java.util.Set<Category> |
Product.getCategories()
|
java.util.Set<Category> |
Category.getSubCategories()
|
| Methods in org.openxma.dsl.reference.model with parameters of type Category | |
|---|---|
void |
Product.addCategories(Category categories)
|
void |
Category.addSubCategories(Category subCategories)
|
void |
Product.removeCategories(Category categories)
|
void |
Category.removeSubCategories(Category subCategories)
|
void |
Category.setParentCategory(Category parentCategory)
|
| Uses of Category in org.openxma.dsl.reference.model.impl |
|---|
| Classes in org.openxma.dsl.reference.model.impl that implement Category | |
|---|---|
class |
CategoryImpl
|
| Methods in org.openxma.dsl.reference.model.impl that return Category | |
|---|---|
Category |
CategoryImpl.getParentCategory()
|
| Methods in org.openxma.dsl.reference.model.impl that return types with arguments of type Category | |
|---|---|
java.util.Set<Category> |
ProductImpl.getCategories()
|
java.util.Set<Category> |
CategoryImpl.getSubCategories()
|
| Methods in org.openxma.dsl.reference.model.impl with parameters of type Category | |
|---|---|
void |
ProductImpl.addCategories(Category categories)
|
void |
CategoryImpl.addSubCategories(Category subCategories)
|
void |
ProductImpl.removeCategories(Category categories)
|
void |
CategoryImpl.removeSubCategories(Category subCategories)
|
void |
CategoryImpl.setParentCategory(Category parentCategory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||