fr.paris.lutece.plugins.insertajax.business
Interface IInsertAjaxDAO

All Known Implementing Classes:
InsertAjaxDAO

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

delete

void delete(InsertAjax insertAjax,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table

Parameters:
InsertAjax - The InsertAjax object
plugin - The plugin

insert

void insert(InsertAjax insertAjax,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.

Parameters:
InsertAjax - The InsertAjax object
plugin - The plugin

load

InsertAjax load(int nInsertAjaxId,
                fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of InsertAjax from the table

Parameters:
nInsertAjaxId - The identifier of InsertAjax
plugin - The plugin
Returns:
the instance of the InsertAjax

selectAll

java.util.Collection<InsertAjax> selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of InsertAjaxs

Parameters:
plugin - The plugin
Returns:
The Collection of the InsertAjaxs

selectEnabledInsertAjaxList

java.util.Collection<InsertAjax> selectEnabledInsertAjaxList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of InsertAjaxs with valid status

Parameters:
plugin - The plugin
Returns:
The Collection of the InsertAjaxs

store

void store(InsertAjax insertAjax,
           fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table

Parameters:
InsertAjax - The reference of InsertAjax
plugin - The plugin

executeSql

java.lang.String executeSql(java.lang.String strSql,
                            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Excute the sql query for the ajax call

Parameters:
strSql -
plugin -
Returns:

loadImagesListOfWorkspace

java.util.Collection<Image> loadImagesListOfWorkspace(int nIdWorksapce,
                                                      fr.paris.lutece.portal.service.plugin.Plugin _plugin)


Copyright © 2009 Mairie de Paris. All Rights Reserved.