public final class CategoryDAO extends Object implements ICategoryDAO
Constructor and Description |
---|
CategoryDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(int nCategoryId,
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.
|
Category |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
int |
newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Generates a new primary key
|
Collection<Category> |
selectCategorysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the category objects and returns them as a collection
|
void |
store(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
public 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 Category load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface ICategoryDAO
nKey
- The identifier of the categoryplugin
- the Pluginpublic void delete(int nCategoryId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface ICategoryDAO
nCategoryId
- int identifier of the Category to deleteplugin
- the Pluginpublic void store(Category category, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store
in interface ICategoryDAO
category
- the reference of the Categoryplugin
- the Pluginpublic Collection<Category> selectCategorysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectCategorysList
in interface ICategoryDAO
plugin
- the PluginCopyright © 2015 City of Paris. All rights reserved.