|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Subject | |
---|---|
fr.paris.lutece.plugins.helpdesk.business |
Uses of Subject in fr.paris.lutece.plugins.helpdesk.business |
---|
Methods in fr.paris.lutece.plugins.helpdesk.business that return Subject | |
---|---|
static Subject |
SubjectHome.create(Subject subject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of an article Subject |
static Subject |
SubjectHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of the article Subject whose identifier is specified in parameter |
Subject |
SubjectDAO.load(int nIdSubject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of Subject from the table |
Subject |
ISubjectDAO.load(int nIdSubject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of Subject from the table |
static Subject |
SubjectHome.update(Subject subject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates of the Subject instance specified in parameter |
Methods in fr.paris.lutece.plugins.helpdesk.business that return types with arguments of type Subject | |
---|---|
static java.util.List<Subject> |
SubjectHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns Subject list |
java.util.List<Subject> |
SubjectDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
java.util.List<Subject> |
ISubjectDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
Methods in fr.paris.lutece.plugins.helpdesk.business with parameters of type Subject | |
---|---|
static Subject |
SubjectHome.create(Subject subject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of an article Subject |
void |
SubjectDAO.insert(Subject subject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
ISubjectDAO.insert(Subject subject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
SubjectDAO.store(Subject subject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
ISubjectDAO.store(Subject subject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static Subject |
SubjectHome.update(Subject subject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates of the Subject instance specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |