public final class AttributeCertificateDAO extends Object implements IAttributeCertificateDAO
BEAN_NAME
Constructor and Description |
---|
AttributeCertificateDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(AttributeCertificate attributeCertificate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
AttributeCertificate |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<AttributeCertificate> |
selectAttributeCertificatesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the attributeCertificate objects and returns them as a list
|
fr.paris.lutece.util.ReferenceList |
selectAttributeCertificatesReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the attributeCertificate objects and returns them as a referenceList
|
List<Integer> |
selectIdAttributeCertificatesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the attributeCertificate objects and returns them as a list
|
void |
store(AttributeCertificate attributeCertificate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
public void insert(AttributeCertificate attributeCertificate, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IAttributeCertificateDAO
attributeCertificate
- instance of the AttributeCertificate object to insertplugin
- the Pluginpublic AttributeCertificate load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IAttributeCertificateDAO
nKey
- The identifier of the attributeCertificateplugin
- the Pluginpublic void delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IAttributeCertificateDAO
nKey
- The identifier of the AttributeCertificate to deleteplugin
- the Pluginpublic void store(AttributeCertificate attributeCertificate, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store
in interface IAttributeCertificateDAO
attributeCertificate
- the reference of the AttributeCertificateplugin
- the Pluginpublic List<AttributeCertificate> selectAttributeCertificatesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectAttributeCertificatesList
in interface IAttributeCertificateDAO
plugin
- the Pluginpublic List<Integer> selectIdAttributeCertificatesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectIdAttributeCertificatesList
in interface IAttributeCertificateDAO
plugin
- the Pluginpublic fr.paris.lutece.util.ReferenceList selectAttributeCertificatesReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectAttributeCertificatesReferenceList
in interface IAttributeCertificateDAO
plugin
- the PluginCopyright © 2018 City of Paris. All rights reserved.