|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInsertAjaxDAO
InsertAjaxInterface
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 nIdWorksapce,
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 with valid status |
void |
store(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
void delete(InsertAjax insertAjax, fr.paris.lutece.portal.service.plugin.Plugin plugin)
InsertAjax
- The InsertAjax objectplugin
- The pluginvoid insert(InsertAjax insertAjax, fr.paris.lutece.portal.service.plugin.Plugin plugin)
InsertAjax
- The InsertAjax objectplugin
- The pluginInsertAjax load(int nInsertAjaxId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nInsertAjaxId
- The identifier of InsertAjaxplugin
- The plugin
java.util.Collection<InsertAjax> selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The plugin
java.util.Collection<InsertAjax> selectEnabledInsertAjaxList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The plugin
void store(InsertAjax insertAjax, fr.paris.lutece.portal.service.plugin.Plugin plugin)
InsertAjax
- The reference of InsertAjaxplugin
- The pluginjava.lang.String executeSql(java.lang.String strSql, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strSql
- plugin
-
java.util.Collection<Image> loadImagesListOfWorkspace(int nIdWorksapce, fr.paris.lutece.portal.service.plugin.Plugin _plugin)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |