|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProductImage | |
|---|---|
| org.openxma.dsl.reference.dao | |
| org.openxma.dsl.reference.dao.impl | |
| org.openxma.dsl.reference.model | |
| org.openxma.dsl.reference.model.impl | |
| Uses of ProductImage in org.openxma.dsl.reference.dao |
|---|
| Methods in org.openxma.dsl.reference.dao that return ProductImage | |
|---|---|
ProductImage |
ProductImageDao.create()
Factory method to create an empty ProductImageDao entity with an already assigned identifier. |
ProductImage |
ProductImageDao.create(Product product,
java.lang.String name,
java.lang.String fileName)
Factory method to create an empty ProductImageDao taking all not null attributes. |
ProductImage |
ProductImageDao.createAndSave(Product product,
java.lang.String name,
java.lang.String fileName)
Factory method to create and save an empty ProductImageDao taking all not null attributes. |
| Uses of ProductImage in org.openxma.dsl.reference.dao.impl |
|---|
| Methods in org.openxma.dsl.reference.dao.impl that return ProductImage | |
|---|---|
ProductImage |
ProductImageDaoImpl.create()
|
ProductImage |
ProductImageDaoImpl.create(Product product,
java.lang.String name,
java.lang.String fileName)
|
ProductImage |
ProductImageDaoImpl.createAndSave(Product product,
java.lang.String name,
java.lang.String fileName)
|
ProductImage |
ProductImageDaoImpl.createEntity(java.lang.Object context)
|
| Uses of ProductImage in org.openxma.dsl.reference.model |
|---|
| Methods in org.openxma.dsl.reference.model that return ProductImage | |
|---|---|
ProductImage |
Product.getProductImage()
|
| Methods in org.openxma.dsl.reference.model with parameters of type ProductImage | |
|---|---|
void |
Product.setProductImage(ProductImage productImage)
|
| Uses of ProductImage in org.openxma.dsl.reference.model.impl |
|---|
| Classes in org.openxma.dsl.reference.model.impl that implement ProductImage | |
|---|---|
class |
ProductImageImpl
|
| Methods in org.openxma.dsl.reference.model.impl that return ProductImage | |
|---|---|
ProductImage |
ProductImpl.getProductImage()
|
| Methods in org.openxma.dsl.reference.model.impl with parameters of type ProductImage | |
|---|---|
void |
ProductImpl.setProductImage(ProductImage productImage)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||