|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbPageDatabaseSection | |
---|---|
fr.paris.lutece.plugins.dbpage.business |
Uses of DbPageDatabaseSection in fr.paris.lutece.plugins.dbpage.business |
---|
Methods in fr.paris.lutece.plugins.dbpage.business that return DbPageDatabaseSection | |
---|---|
static DbPageDatabaseSection |
DbPageDatabaseSectionHome.create(DbPageDatabaseSection dbPageDatabaseSection,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of dbPageDatabaseSection |
static DbPageDatabaseSection |
DbPageDatabaseSectionHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a dbPageDatabaseSection whose identifier is specified in parameter |
DbPageDatabaseSection |
DbPageDatabaseSectionDAO.load(int nDbPageDatabaseSectionId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of DbPageDatabaseSection from the table |
DbPageDatabaseSection |
IDbPageDatabaseSectionDAO.load(int nDbPageDatabaseSectionId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of DbPageDatabaseSection from the table |
static DbPageDatabaseSection |
DbPageDatabaseSectionHome.update(DbPageDatabaseSection dbPageDatabaseSection,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the dbPageDatabaseSection which is specified in parameter |
Methods in fr.paris.lutece.plugins.dbpage.business that return types with arguments of type DbPageDatabaseSection | |
---|---|
static java.util.List<DbPageDatabaseSection> |
DbPageDatabaseSectionHome.findDbPageDatabaseSectionsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a list of dbPageDatabaseSections objects |
static java.util.List<DbPageDatabaseSection> |
DbPageDatabaseSectionHome.findSectionsByPage(int nPageId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
This method is used to find the sections of a dbpage |
static java.util.Collection<DbPageDatabaseSection> |
DbPageDatabaseSectionHome.findSectionsByRoleKey(java.lang.String strRoleKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
This method is used to find the sections of a dbpage |
java.util.List<DbPageDatabaseSection> |
DbPageDatabaseSectionDAO.loadSectionsByPageId(int nDbPageId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the sections related to a page |
java.util.List<DbPageDatabaseSection> |
IDbPageDatabaseSectionDAO.loadSectionsByPageId(int nDbPageId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the sections related to a page |
java.util.Collection<DbPageDatabaseSection> |
DbPageDatabaseSectionDAO.loadSectionsByRoleKey(java.lang.String strRoleKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
This method is used to find the sections of a dbpage |
java.util.Collection<DbPageDatabaseSection> |
IDbPageDatabaseSectionDAO.loadSectionsByRoleKey(java.lang.String strRoleKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
This method is used to find the sections of a dbpage |
java.util.List<DbPageDatabaseSection> |
DbPageDatabaseSectionDAO.selectDbPageDatabaseSectionList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of dbPageDatabaseSections by page |
java.util.List<DbPageDatabaseSection> |
IDbPageDatabaseSectionDAO.selectDbPageDatabaseSectionList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of dbPageDatabaseSections by page |
Methods in fr.paris.lutece.plugins.dbpage.business with parameters of type DbPageDatabaseSection | |
---|---|
static DbPageDatabaseSection |
DbPageDatabaseSectionHome.create(DbPageDatabaseSection dbPageDatabaseSection,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of dbPageDatabaseSection |
void |
DbPageDatabaseSectionDAO.insert(DbPageDatabaseSection dbPageDatabaseSection,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IDbPageDatabaseSectionDAO.insert(DbPageDatabaseSection dbPageDatabaseSection,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
DbPageDatabaseSectionDAO.store(DbPageDatabaseSection dbPageDatabaseSection,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IDbPageDatabaseSectionDAO.store(DbPageDatabaseSection dbPageDatabaseSection,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static DbPageDatabaseSection |
DbPageDatabaseSectionHome.update(DbPageDatabaseSection dbPageDatabaseSection,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the dbPageDatabaseSection which is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |