|
||||||||||
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.SubjectHome
public final class SubjectHome
This class provides instances management methods (create, find, ...) for Subject objects
Field Summary |
---|
Fields inherited from class fr.paris.lutece.plugins.helpdesk.business.AbstractSubjectHome |
---|
FIRST_ORDER, STEP |
Constructor Summary | |
---|---|
SubjectHome()
Constructor |
Method Summary | |
---|---|
static int |
countQuestionSubject(int nIdSubject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return the count of all announce for Field |
static List<QuestionAnswer> |
findQuestion(int nIdSubject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns Question list for Subject |
IAbstractSubjectDAO |
getDAO()
Return the used dao |
static SubjectHome |
getInstance()
Returns the instance of SubjectHome |
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 SubjectHome()
Method Detail |
---|
public static SubjectHome getInstance()
public static List<QuestionAnswer> findQuestion(int nIdSubject, fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The current plugin using this methodnIdSubject
- The Subject ID
public static int countQuestionSubject(int nIdSubject, fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The current plugin using this methodnIdSubject
- The subject ID
public IAbstractSubjectDAO getDAO()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |