|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.helpdesk.business.AbstractSubjectHome
fr.paris.lutece.plugins.helpdesk.business.ThemeHome
public final class ThemeHome
This class provides instances management methods (create, find, ...) for Theme objects
Field Summary |
---|
Fields inherited from class fr.paris.lutece.plugins.helpdesk.business.AbstractSubjectHome |
---|
FIRST_ORDER, STEP |
Constructor Summary | |
---|---|
ThemeHome()
Constructor |
Method Summary | |
---|---|
static fr.paris.lutece.util.ReferenceList |
findAllReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns Theme list |
static Collection<VisitorQuestion> |
findQuestion(int nIdTheme,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns Question list for Theme |
IAbstractSubjectDAO |
getDAO()
Return the used DAO |
static ThemeHome |
getInstance()
Returns the instance of ThemeHome |
static Theme |
getVirtualRootTheme(Locale locale)
Create the virtual root Theme to initialize the tree |
Methods inherited from class fr.paris.lutece.plugins.helpdesk.business.AbstractSubjectHome |
---|
create, createLinkToFaq, findAll, findByFaqOrder, findByIdFaq, findByIdParent, findByOrder, findByPrimaryKey, getMaxOrder, goDown, goIn, goOut, goUp, remove, removeAllLinksToFaq, removeLinkToFaq, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThemeHome()
Method Detail |
---|
public static ThemeHome getInstance()
public static fr.paris.lutece.util.ReferenceList findAllReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The current plugin using this method
ReferenceList
of the Theme of the database in form of ReferenceList
public static Collection<VisitorQuestion> findQuestion(int nIdTheme, fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The current plugin using this methodnIdTheme
- The Theme ID
Collection
of the VisitorQuestion
of Themepublic static Theme getVirtualRootTheme(Locale locale)
Theme
to initialize the tree
locale
- The locale
Theme
public IAbstractSubjectDAO getDAO()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |