|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuestionType | |
---|---|
fr.paris.lutece.plugins.helpdesk.business |
Uses of QuestionType in fr.paris.lutece.plugins.helpdesk.business |
---|
Methods in fr.paris.lutece.plugins.helpdesk.business that return QuestionType | |
---|---|
static QuestionType |
QuestionTypeHome.create(QuestionType questionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of an article QuestionType |
static QuestionType |
QuestionTypeHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of the article QuestionType whose identifier is specified in parameter |
QuestionType |
QuestionTypeDAO.load(int nIdQuestionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of QuestionType from the table |
QuestionType |
IQuestionTypeDAO.load(int nIdQuestionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of QuestionType from the table |
static QuestionType |
QuestionTypeHome.update(QuestionType questionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates of the QuestionType instance specified in parameter |
Methods in fr.paris.lutece.plugins.helpdesk.business that return types with arguments of type QuestionType | |
---|---|
java.util.List<QuestionType> |
QuestionTypeDAO.getQuestionTypeList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all objects |
java.util.List<QuestionType> |
IQuestionTypeDAO.getQuestionTypeList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all objects |
static java.util.List<QuestionType> |
QuestionTypeHome.selectQuestionTypeList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns QuestionType list |
Methods in fr.paris.lutece.plugins.helpdesk.business with parameters of type QuestionType | |
---|---|
static QuestionType |
QuestionTypeHome.create(QuestionType questionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of an article QuestionType |
void |
QuestionTypeDAO.insert(QuestionType questionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IQuestionTypeDAO.insert(QuestionType questionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
QuestionTypeDAO.store(QuestionType questionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IQuestionTypeDAO.store(QuestionType questionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static QuestionType |
QuestionTypeHome.update(QuestionType questionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates of the QuestionType instance specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |