|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.helpdesk.business.AbstractSubject
fr.paris.lutece.plugins.helpdesk.business.Theme
public class Theme
This class represents a Theme object.
Constructor Summary | |
---|---|
Theme()
Creates a new Theme object. |
Method Summary | |
---|---|
Collection<Theme> |
getChilds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the child Theme list |
int |
getIdMailingList()
Get the mailing list id |
Theme |
getParent(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the parent Theme |
Collection<VisitorQuestion> |
getQuestions()
Returns the VisitorQuestion associated with the Theme |
static void |
init()
Initialize the theme |
void |
setIdMailingList(int nIdMailingList)
Set the mailing list id |
void |
setQuestions(Collection<VisitorQuestion> questions)
Assigns the specified set of questions to the Theme |
Methods inherited from class fr.paris.lutece.plugins.helpdesk.business.AbstractSubject |
---|
getId, getIdOrder, getIdParent, getText, setId, setIdOrder, setIdParent, setText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Theme()
Method Detail |
---|
public static void init()
public Collection<VisitorQuestion> getQuestions()
VisitorQuestion
associated with the Theme
VisitorQuestion
objects.public void setQuestions(Collection<VisitorQuestion> questions)
questions
- The new Collection
of VisitorQuestion
public Theme getParent(fr.paris.lutece.portal.service.plugin.Plugin plugin)
getParent
in class AbstractSubject
plugin
- The Plugin
public Collection<Theme> getChilds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
getChilds
in class AbstractSubject
plugin
- The Plugin
Collection
of child Theme
public int getIdMailingList()
public void setIdMailingList(int nIdMailingList)
nIdMailingList
- The mailinglist id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |