| Package | Description |
|---|---|
| org.nuiton.topia | |
| org.nuiton.topiatest | |
| org.nuiton.topiatest.beangen |
| Modifier and Type | Method and Description |
|---|---|
Class<Product> |
TopiaTestQueryHelper.ProductProperty.getEntityClass() |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductDAOAbstract<E extends Product> |
class |
ProductDAOImpl<E extends Product> |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductAbstract |
class |
ProductImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Product> |
DepartmentAbstract.product
Nom de l'attribut en BD : product
|
| Modifier and Type | Method and Description |
|---|---|
Product |
Department.getProductByTopiaId(String topiaId) |
Product |
DepartmentAbstract.getProductByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Product> |
Department.getProduct() |
Collection<Product> |
DepartmentAbstract.getProduct() |
| Modifier and Type | Method and Description |
|---|---|
void |
Department.addProduct(Product product) |
void |
DepartmentAbstract.addProduct(Product product) |
List<E> |
DepartmentDAOAbstract.findAllContainsProduct(Product v) |
E |
DepartmentDAOAbstract.findContainsProduct(Product v) |
void |
Department.removeProduct(Product product) |
void |
DepartmentAbstract.removeProduct(Product product) |
| Modifier and Type | Method and Description |
|---|---|
void |
Department.addAllProduct(Collection<Product> product) |
void |
DepartmentAbstract.addAllProduct(Collection<Product> product) |
void |
Department.setProduct(Collection<Product> product) |
void |
DepartmentAbstract.setProduct(Collection<Product> product) |
| Modifier and Type | Method and Description |
|---|---|
abstract Product |
Roue.getModel(String id) |
Product |
RoueImpl.getModel(String id) |
Copyright © 2004–2017 CodeLutin. All rights reserved.