public interface IAttributeCertificateDAO
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
|
static final String BEAN_NAME
void insert(AttributeCertificate attributeCertificate, fr.paris.lutece.portal.service.plugin.Plugin plugin)
attributeCertificate
- instance of the AttributeCertificate object to insertplugin
- the Pluginvoid store(AttributeCertificate attributeCertificate, fr.paris.lutece.portal.service.plugin.Plugin plugin)
attributeCertificate
- the reference of the AttributeCertificateplugin
- the Pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the AttributeCertificate to deleteplugin
- the PluginAttributeCertificate load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the attributeCertificateplugin
- the PluginList<AttributeCertificate> selectAttributeCertificatesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginList<Integer> selectIdAttributeCertificatesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Pluginfr.paris.lutece.util.ReferenceList selectAttributeCertificatesReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginCopyright © 2018 City of Paris. All rights reserved.