public interface IAttributeKeyDAO
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(AttributeKey attributeKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
AttributeKey |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<AttributeKey> |
selectAttributeKeysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the attributeKey objects and returns them as a list
|
fr.paris.lutece.util.ReferenceList |
selectAttributeKeysReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the attributeKey objects and returns them as a referenceList
|
AttributeKey |
selectByKey(String strKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the attribute by its key
|
void |
store(AttributeKey attributeKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static final String BEAN_NAME
void insert(AttributeKey attributeKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
attributeKey
- instance of the AttributeKey object to insertplugin
- the Pluginvoid store(AttributeKey attributeKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
attributeKey
- the reference of the AttributeKeyplugin
- the Pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the AttributeKey to deleteplugin
- the PluginAttributeKey load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the attributeKeyplugin
- the PluginList<AttributeKey> selectAttributeKeysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Pluginfr.paris.lutece.util.ReferenceList selectAttributeKeysReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginAttributeKey selectByKey(String strKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strKey
- The key The keyplugin
- The pluginCopyright © 2017 City of Paris. All rights reserved.