|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Faq | |
---|---|
fr.paris.lutece.plugins.helpdesk.business | |
fr.paris.lutece.plugins.helpdesk.service.search | |
fr.paris.lutece.plugins.helpdesk.web |
Uses of Faq in fr.paris.lutece.plugins.helpdesk.business |
---|
Methods in fr.paris.lutece.plugins.helpdesk.business that return Faq | |
---|---|
Faq |
FaqDAO.findBySubjectId(int nSubjectId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a faq containing the subject |
Faq |
IFaqDAO.findBySubjectId(int nSubjectId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a faq containing the subject |
static Faq |
FaqHome.findBySubjectId(int nSubjectId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a faq containing the subject |
Faq |
Subject.getFaq(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Gets the owning Faq |
Faq |
FaqDAO.load(int nIdFaq,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of Faq from the table |
Faq |
IFaqDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of Faq from the table |
static Faq |
FaqHome.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of Faq from the table |
Methods in fr.paris.lutece.plugins.helpdesk.business that return types with arguments of type Faq | |
---|---|
Collection<Faq> |
FaqDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
Collection<Faq> |
IFaqDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
static Collection<Faq> |
FaqHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
Collection<Faq> |
FaqDAO.findAuthorizedFaq(String[] arrayRoleKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all authorized objects of this type specified by roleKey (front office) |
Collection<Faq> |
IFaqDAO.findAuthorizedFaq(String[] arrayRoleKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all authorized objects of this type specified by roleKey |
static Collection<Faq> |
FaqHome.findAuthorizedFaq(String[] arrayRoleKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all authorized objects of this type specified by roleKey |
static Collection<Faq> |
FaqHome.findAuthorizedFaqWhitoutNoneRole(String[] arrayRoleKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all authorized objects of this type specified by roleKey. |
Collection<Faq> |
FaqDAO.findByWorkgroup(String[] strWorkgroupKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
Collection<Faq> |
IFaqDAO.findByWorkgroup(String[] strWorkgroupKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
static Collection<Faq> |
FaqHome.findByWorkgroup(String[] strWorkgroupKey,
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 Faq | |
---|---|
void |
FaqDAO.insert(Faq faq,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IFaqDAO.insert(Faq faq,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
static void |
FaqHome.insert(Faq faq,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
FaqDAO.store(Faq faq,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IFaqDAO.store(Faq faq,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static void |
FaqHome.store(Faq faq,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Uses of Faq in fr.paris.lutece.plugins.helpdesk.service.search |
---|
Methods in fr.paris.lutece.plugins.helpdesk.service.search with parameters of type Faq | |
---|---|
void |
HelpdeskIndexer.indexSubject(Faq faq,
Subject subject)
Recursive method for indexing a subject and his children |
Uses of Faq in fr.paris.lutece.plugins.helpdesk.web |
---|
Methods in fr.paris.lutece.plugins.helpdesk.web with parameters of type Faq | |
---|---|
String |
HelpdeskApp.getContactForm(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
Faq faq)
Returns the contact form |
String |
HelpdeskApp.getContactFormError(javax.servlet.http.HttpServletRequest request,
Faq faq)
Returns the contact form's result page |
String |
HelpdeskApp.getContactFormResult(javax.servlet.http.HttpServletRequest request,
Faq faq)
Returns the contact form's result page |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |