|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.helpdesk.business.FaqHome
public final class FaqHome
This class provides instances management methods (create, find, ...) for Subject objects
Constructor Summary | |
---|---|
FaqHome()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FaqHome()
Method Detail |
---|
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 service
public 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 service
public static fr.paris.lutece.util.ReferenceList findReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin using this data access service
ReferenceList
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 service
public 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 service
public static Collection<Faq> findByWorkgroup(String[] strWorkgroupKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strWorkgroupKey
- The workgroup keyplugin
- The Plugin using this data access service
public static Faq findBySubjectId(int nSubjectId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nSubjectId
- subject idplugin
- the plugin
public static fr.paris.lutece.util.ReferenceList findListFaq(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin using this data access service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |