|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the ticket categorypublic interface ITicketCategoryHome<T extends TicketCategory>
ITicketCategoryHome
Method Summary | |
---|---|
java.util.List<T> |
findAllFirstLevelWithChildren()
Finds all tickets categories (first level) and fetch children |
T |
findByIdWithParent(java.lang.Integer nIdCategory)
Finds a ticket category and fetch parent |
T |
findByPrimarykeyWithChildren(java.lang.Integer nIdCategory)
Finds a ticket category and all his subcategories and fetch children |
Methods inherited from interface fr.paris.lutece.util.jpa.IGenericHome |
---|
create, findAll, findByPrimaryKey, remove, update |
Method Detail |
---|
java.util.List<T> findAllFirstLevelWithChildren()
T findByPrimarykeyWithChildren(java.lang.Integer nIdCategory)
nIdCategory
- the id of upper ticket category
T findByIdWithParent(java.lang.Integer nIdCategory)
nIdCategory
- the id of the searched ticket category
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |