public class CategoryDAO extends Object implements ICategoryDAO
Constructor and Description |
---|
CategoryDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
boolean |
isAssociateToForm(int nIdCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
true if there is a form associate to the category
|
Category |
load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the category from the table
|
protected int |
newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Generates a new primary key
|
List<Category> |
select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all category returns them in a list
|
void |
store(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table.
|
protected int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginpublic void insert(Category category, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface ICategoryDAO
category
- instance of the Category object to insertplugin
- the pluginpublic void store(Category category, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store
in interface ICategoryDAO
category
- instance of the Category object to updateplugin
- the pluginpublic Category load(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface ICategoryDAO
idKey
- The identifier of the categoryplugin
- the pluginpublic List<Category> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
select
in interface ICategoryDAO
plugin
- the pluginpublic void delete(int nIdCategory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface ICategoryDAO
nIdCategory
- The identifier of the categoryplugin
- the pluginpublic boolean isAssociateToForm(int nIdCategory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
isAssociateToForm
in interface ICategoryDAO
nIdCategory
- the key of the categoryplugin
- the pluginCopyright © 2016 City of Paris. All rights reserved.