fr.paris.lutece.plugins.dbpage.business
Interface IDbPageDatabaseDAO

All Known Implementing Classes:
DbPageDatabaseDAO

public interface IDbPageDatabaseDAO

IDbPageDatabaseDAO


Method Summary
 void delete(int nDbPageDatabaseId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Delete a record from the table
 void insert(DbPageDatabase dbPageDatabase, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 DbPageDatabase load(int nDbPageDatabaseId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of DbPageDatabase from the table
 DbPageDatabase loadByName(java.lang.String strDbPageName, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of DbPageDatabase from the table
 java.util.List<DbPageDatabase> selectDbPageDatabaseList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of dbPageDatabases
 fr.paris.lutece.util.ReferenceList selectDbPagesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of dbpages
 void store(DbPageDatabase dbPageDatabase, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 

Method Detail

delete

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

Parameters:
plugin - The plugin
nDbPageDatabaseId - The DbPageDatabase Id

insert

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

Parameters:
plugin - The plugin
dbPageDatabase - The dbPageDatabase object

load

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

Parameters:
nDbPageDatabaseId - The identifier of DbPageDatabase
plugin - The plugin
Returns:
the instance of the DbPageDatabase

loadByName

DbPageDatabase loadByName(java.lang.String strDbPageName,
                          fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of DbPageDatabase from the table

Parameters:
strDbPageName - The identifier of DbPageDatabase
plugin - The plugin
Returns:
the instance of the DbPageDatabase

selectDbPageDatabaseList

java.util.List<DbPageDatabase> selectDbPageDatabaseList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of dbPageDatabases

Parameters:
plugin - The plugin
Returns:
The List of the DbPages

selectDbPagesList

fr.paris.lutece.util.ReferenceList selectDbPagesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of dbpages

Parameters:
plugin - The plugin
Returns:
The ReferenceList of the DbPages

store

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

Parameters:
plugin - The plugin
dbPageDatabase - The reference of dbPageDatabase


Copyright © 2010 Mairie de Paris. All Rights Reserved.