Package | Description |
---|---|
fr.paris.lutece.plugins.directory.business |
Modifier and Type | Method and Description |
---|---|
static DirectoryXsl |
DirectoryXslHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a DirectoryXsl whose identifier is specified in parameter
|
DirectoryXsl |
IDirectoryXslDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the DirectoryXsl from the table
|
DirectoryXsl |
DirectoryXslDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the DirectoryXsl from the table
|
Modifier and Type | Method and Description |
---|---|
static List<DirectoryXsl> |
DirectoryXslHome.getList(DirectoryXslFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the DirectoryXsl who verify the filter and returns them in a list
|
List<DirectoryXsl> |
IDirectoryXslDAO.selectList(DirectoryXslFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the xsl and returns them in form of a list
|
List<DirectoryXsl> |
DirectoryXslDAO.selectList(DirectoryXslFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the xsl and returns them in form of a list
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryXslHome.create(DirectoryXsl directoryXsl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of Directory Xsl
|
void |
IDirectoryXslDAO.insert(DirectoryXsl directoryXsl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
DirectoryXslDAO.insert(DirectoryXsl directoryXsl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IDirectoryXslDAO.store(DirectoryXsl directoryXsl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the directoryXsl in the table
|
void |
DirectoryXslDAO.store(DirectoryXsl directoryXsl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the directoryXsl in the table
|
static void |
DirectoryXslHome.update(DirectoryXsl directoryXsl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the DirectoryXsl which is specified in parameter
|
Copyright © 2017 City of Paris. All rights reserved.