- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 30 of file DossierIds.java.
◆ DossierIds()
org.turro.dossier.search.DossierIds.DossierIds |
( |
Long |
dossierId, |
|
|
Long |
categoryId, |
|
|
String |
categoryPath |
|
) |
| |
◆ getCategory()
Category org.turro.dossier.search.DossierIds.getCategory |
( |
| ) |
|
Definition at line 58 of file DossierIds.java.
59 if(category ==
null) {
61 category = dao.find(Category.class, Long.valueOf(categoryId));
◆ getDossier()
Dossier org.turro.dossier.search.DossierIds.getDossier |
( |
| ) |
|
◆ initDaoList()
static void org.turro.dossier.search.DossierIds.initDaoList |
( |
Dao |
dao, |
|
|
Collection< DossierIds > |
list |
|
) |
| |
|
static |
Definition at line 67 of file DossierIds.java.
DossierIds(Long dossierId, Long categoryId, String categoryPath)
◆ setDao()
void org.turro.dossier.search.DossierIds.setDao |
( |
Dao |
dao | ) |
|
◆ categoryPath
String org.turro.dossier.search.DossierIds.categoryPath |
◆ dossierId
long org.turro.dossier.search.DossierIds.dossierId |
The documentation for this class was generated from the following file: