Uses of Class
fr.paris.lutece.plugins.dbpage.business.DbPageDatabase

Packages that use DbPageDatabase
fr.paris.lutece.plugins.dbpage.business   
 

Uses of DbPageDatabase in fr.paris.lutece.plugins.dbpage.business
 

Methods in fr.paris.lutece.plugins.dbpage.business that return DbPageDatabase
static DbPageDatabase DbPageDatabaseHome.create(DbPageDatabase dbPageDatabase, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of dbPageDatabase
static DbPageDatabase DbPageDatabaseHome.findByName(java.lang.String strName, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a dbPageDatabase whose identifier is specified in parameter
static DbPageDatabase DbPageDatabaseHome.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a dbPageDatabase whose identifier is specified in parameter
 DbPageDatabase DbPageDatabaseDAO.load(int nDbPageDatabaseId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of DbPageDatabase from the table
 DbPageDatabase IDbPageDatabaseDAO.load(int nDbPageDatabaseId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of DbPageDatabase from the table
 DbPageDatabase DbPageDatabaseDAO.loadByName(java.lang.String strDbPageName, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of DbPageDatabase from the table
 DbPageDatabase IDbPageDatabaseDAO.loadByName(java.lang.String strDbPageName, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of DbPageDatabase from the table
static DbPageDatabase DbPageDatabaseHome.update(DbPageDatabase dbPageDatabase, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the dbPageDatabase which is specified in parameter
 

Methods in fr.paris.lutece.plugins.dbpage.business that return types with arguments of type DbPageDatabase
static java.util.List<DbPageDatabase> DbPageDatabaseHome.findDbPageDatabasesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns a referenceList of dbPageDatabases objects
 java.util.List<DbPageDatabase> DbPageDatabaseDAO.selectDbPageDatabaseList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of dbPageDatabases
 java.util.List<DbPageDatabase> IDbPageDatabaseDAO.selectDbPageDatabaseList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of dbPageDatabases
 

Methods in fr.paris.lutece.plugins.dbpage.business with parameters of type DbPageDatabase
static DbPageDatabase DbPageDatabaseHome.create(DbPageDatabase dbPageDatabase, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of dbPageDatabase
 void DbPageDatabaseDAO.insert(DbPageDatabase dbPageDatabase, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IDbPageDatabaseDAO.insert(DbPageDatabase dbPageDatabase, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void DbPageDatabaseDAO.store(DbPageDatabase dbPageDatabase, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void IDbPageDatabaseDAO.store(DbPageDatabase dbPageDatabase, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
static DbPageDatabase DbPageDatabaseHome.update(DbPageDatabase dbPageDatabase, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the dbPageDatabase which is specified in parameter
 



Copyright © 2010 Mairie de Paris. All Rights Reserved.