|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFaqDAO
Interface for Faq DAO
Method Summary | |
---|---|
void |
delete(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
Collection<Faq> |
findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
Collection<Faq> |
findAuthorizedFaq(String[] arrayRoleKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all authorized objects of this type specified by roleKey |
Faq |
findBySubjectId(int nSubjectId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a faq containing the subject |
Collection<Faq> |
findByWorkgroup(String[] strWorkgroupKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
fr.paris.lutece.util.ReferenceList |
findListFaq(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
fr.paris.lutece.util.ReferenceList |
findReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
void |
insert(Faq faq,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
Faq |
load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of Faq from the table |
int |
newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Calculate a new primary key to add a new Faq |
void |
store(Faq faq,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin using this data access service
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 servicevoid delete(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The indentifier of the object Faqplugin
- The Plugin using this data access serviceFaq 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
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 serviceCollection<Faq> findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin using this data access service
fr.paris.lutece.util.ReferenceList findReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin using this data access service
ReferenceList
Collection<Faq> findAuthorizedFaq(String[] arrayRoleKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin using this data access servicearrayRoleKey
- The role key array
Collection<Faq> findByWorkgroup(String[] strWorkgroupKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strWorkgroupKey
- The workgroup keyplugin
- The Plugin using this data access service
Faq findBySubjectId(int nSubjectId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nSubjectId
- subject idplugin
- the plugin
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 |