|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Model | |
---|---|
fr.paris.lutece.plugins.pluginwizard.business |
Uses of Model in fr.paris.lutece.plugins.pluginwizard.business |
---|
Methods in fr.paris.lutece.plugins.pluginwizard.business that return Model | |
---|---|
static Model |
ModelHome.create(Model model)
Create an instance of the model class |
static Model |
ModelHome.findByPrimaryKey(int nKey)
Returns an instance of a model whose identifier is specified in parameter |
Model |
ModelDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the model from the table |
Model |
IModelDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
static Model |
ModelHome.update(Model model)
Update of the model which is specified in parameter |
Methods in fr.paris.lutece.plugins.pluginwizard.business that return types with arguments of type Model | |
---|---|
List<Model> |
ModelDAO.selectModelsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the models and returns them as a List |
List<Model> |
IModelDAO.selectModelsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the model objects and returns them as a List |
Methods in fr.paris.lutece.plugins.pluginwizard.business with parameters of type Model | |
---|---|
static Model |
ModelHome.create(Model model)
Create an instance of the model class |
void |
ModelDAO.insert(Model model,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IModelDAO.insert(Model model,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
ModelDAO.store(Model model,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IModelDAO.store(Model model,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static Model |
ModelHome.update(Model model)
Update of the model which is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |