|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Supplier | |
|---|---|
| org.openxma.dsl.reference.dao | |
| org.openxma.dsl.reference.dao.impl | |
| org.openxma.dsl.reference.model | |
| org.openxma.dsl.reference.model.impl | |
| Uses of Supplier in org.openxma.dsl.reference.dao |
|---|
| Methods in org.openxma.dsl.reference.dao that return Supplier | |
|---|---|
Supplier |
BaseSupplierDao.create()
Factory method to create an empty SupplierDao entity with an already assigned identifier. |
Supplier |
BaseSupplierDao.create(java.lang.String companyName)
Factory method to create an empty SupplierDao taking all not null attributes. |
Supplier |
BaseSupplierDao.createAndSave(java.lang.String companyName)
Factory method to create and save an empty SupplierDao taking all not null attributes. |
Supplier |
BaseSupplierDao.loadBySupplierKey(java.lang.String companyName)
Return the persistent instance of the Supplier entity class with the given natural identifier or null if not found. |
| Methods in org.openxma.dsl.reference.dao with parameters of type Supplier | |
|---|---|
Product |
ProductDao.create(Supplier supplier,
java.lang.String name,
java.lang.Integer unitPrice)
Factory method to create an empty ProductDao taking all not null attributes. |
Product |
ProductDao.createAndSave(Supplier supplier,
java.lang.String name,
java.lang.Integer unitPrice)
Factory method to create and save an empty ProductDao taking all not null attributes. |
| Uses of Supplier in org.openxma.dsl.reference.dao.impl |
|---|
| Methods in org.openxma.dsl.reference.dao.impl that return Supplier | |
|---|---|
Supplier |
AbstractSupplierDaoImpl.create()
|
Supplier |
AbstractSupplierDaoImpl.create(java.lang.String companyName)
|
Supplier |
AbstractSupplierDaoImpl.createAndSave(java.lang.String companyName)
|
Supplier |
AbstractSupplierDaoImpl.createEntity(java.lang.Object context)
|
Supplier |
AbstractSupplierDaoImpl.loadBySupplierKey(java.lang.String companyName)
|
| Methods in org.openxma.dsl.reference.dao.impl with parameters of type Supplier | |
|---|---|
Product |
ProductDaoImpl.create(Supplier supplier,
java.lang.String name,
java.lang.Integer unitPrice)
|
Product |
ProductDaoImpl.createAndSave(Supplier supplier,
java.lang.String name,
java.lang.Integer unitPrice)
|
| Uses of Supplier in org.openxma.dsl.reference.model |
|---|
| Methods in org.openxma.dsl.reference.model that return Supplier | |
|---|---|
Supplier |
Product.getSupplier()
|
| Methods in org.openxma.dsl.reference.model with parameters of type Supplier | |
|---|---|
void |
Product.setSupplier(Supplier supplier)
|
| Uses of Supplier in org.openxma.dsl.reference.model.impl |
|---|
| Classes in org.openxma.dsl.reference.model.impl that implement Supplier | |
|---|---|
class |
SupplierImpl
|
| Methods in org.openxma.dsl.reference.model.impl that return Supplier | |
|---|---|
Supplier |
ProductImpl.getSupplier()
|
| Methods in org.openxma.dsl.reference.model.impl with parameters of type Supplier | |
|---|---|
void |
ProductImpl.setSupplier(Supplier supplier)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||