|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.insertajax.business.InsertAjaxDAO
public class InsertAjaxDAO
This class provides Data Access methods for InsertAjax objects
Constructor Summary | |
---|---|
InsertAjaxDAO()
|
Method Summary | |
---|---|
void |
delete(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
java.lang.String |
executeSql(java.lang.String strSql,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Excute the sql query for the ajax call |
void |
insert(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
InsertAjax |
load(int nInsertAjaxId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of insertAjax from the table |
java.util.Collection<Image> |
loadImagesListOfWorkspace(int nIdWorkspace,
fr.paris.lutece.portal.service.plugin.Plugin _plugin)
|
java.util.Collection<InsertAjax> |
selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of insertAjaxs |
java.util.Collection<InsertAjax> |
selectEnabledInsertAjaxList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of insertAjaxs |
void |
store(InsertAjax insertAjax,
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 InsertAjaxDAO()
Method Detail |
---|
public void insert(InsertAjax insertAjax, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IInsertAjaxDAO
insertAjax
- The insertAjax objectplugin
- The pluginpublic InsertAjax load(int nInsertAjaxId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IInsertAjaxDAO
ninsertAjaxId
- The identifier of insertAjaxplugin
- The plugin
public void delete(InsertAjax insertAjax, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IInsertAjaxDAO
insertAjax
- The insertAjax objectplugin
- The pluginpublic void store(InsertAjax insertAjax, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store
in interface IInsertAjaxDAO
insertAjax
- The reference of insertAjaxplugin
- The pluginpublic java.util.Collection<InsertAjax> selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectAll
in interface IInsertAjaxDAO
plugin
- The plugin
public java.util.Collection<InsertAjax> selectEnabledInsertAjaxList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectEnabledInsertAjaxList
in interface IInsertAjaxDAO
plugin
- The plugin
public java.lang.String executeSql(java.lang.String strSql, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IInsertAjaxDAO
executeSql
in interface IInsertAjaxDAO
public java.util.Collection<Image> loadImagesListOfWorkspace(int nIdWorkspace, fr.paris.lutece.portal.service.plugin.Plugin _plugin)
loadImagesListOfWorkspace
in interface IInsertAjaxDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |