public final class FaqHome extends Object
Constructor and Description |
---|
FaqHome() |
Modifier and Type | Method and Description |
---|---|
static void |
delete(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
static Collection<Faq> |
findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type
|
static Collection<Faq> |
findAuthorizedFaq(String[] arrayRoleKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all authorized objects of this type specified by roleKey
|
static Collection<Faq> |
findAuthorizedFaqWhitoutNoneRole(String[] arrayRoleKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all authorized objects of this type specified by roleKey.
|
static Faq |
findBySubjectId(int nSubjectId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a faq containing the subject
|
static Collection<Faq> |
findByWorkgroup(String[] strWorkgroupKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type
|
static fr.paris.lutece.util.ReferenceList |
findListFaq(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type
|
static fr.paris.lutece.util.ReferenceList |
findReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type
|
static void |
insert(Faq faq,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
static Faq |
load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of Faq from the table
|
static void |
store(Faq faq,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
public static void insert(Faq faq, fr.paris.lutece.portal.service.plugin.Plugin plugin)
faq
- The Instance of the object Faqplugin
- The Plugin using this data access servicepublic static void delete(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The indentifier of the object Faqplugin
- The Plugin using this data access servicepublic static Faq load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The indentifier of the object Faqplugin
- The Plugin using this data access servicepublic static void store(Faq faq, fr.paris.lutece.portal.service.plugin.Plugin plugin)
faq
- The instance of the Faq to updateplugin
- The Plugin using this data access servicepublic static Collection<Faq> findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin using this data access servicepublic static fr.paris.lutece.util.ReferenceList findReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin using this data access serviceReferenceList
public static Collection<Faq> findAuthorizedFaqWhitoutNoneRole(String[] arrayRoleKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
arrayRoleKey
- The role key arrayplugin
- The Plugin using this data access servicepublic static Collection<Faq> findAuthorizedFaq(String[] arrayRoleKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
arrayRoleKey
- The role key arrayplugin
- The Plugin using this data access servicepublic static Collection<Faq> findByWorkgroup(String[] strWorkgroupKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strWorkgroupKey
- The workgroup keyplugin
- The Plugin using this data access servicepublic static Faq findBySubjectId(int nSubjectId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nSubjectId
- subject idplugin
- the pluginpublic static fr.paris.lutece.util.ReferenceList findListFaq(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin using this data access serviceCopyright © 2017 City of Paris. All rights reserved.