|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Theme | |
---|---|
fr.paris.lutece.plugins.helpdesk.business |
Uses of Theme in fr.paris.lutece.plugins.helpdesk.business |
---|
Methods in fr.paris.lutece.plugins.helpdesk.business that return Theme | |
---|---|
Theme |
ThemeDAO.findByFaqOrder(int nIdFaq,
int nOrder,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a theme with the faq id and the order. |
Theme |
ThemeDAO.findByOrder(int nIdParent,
int nOrder,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a theme with the parent id and the order. |
Theme |
Theme.getParent(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the parent Theme |
static Theme |
ThemeHome.getVirtualRootTheme(Locale locale)
Create the virtual root Theme to initialize the tree |
Theme |
ThemeDAO.load(int nIdTheme,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of Theme from the table |
Methods in fr.paris.lutece.plugins.helpdesk.business that return types with arguments of type Theme | |
---|---|
Collection<Theme> |
Theme.getChilds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the child Theme list |
Collection<Theme> |
Faq.getThemesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of themes directly linked to Faq (not sub-themes) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |