|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InsertAjax | |
---|---|
fr.paris.lutece.plugins.insertajax.business |
Uses of InsertAjax in fr.paris.lutece.plugins.insertajax.business |
---|
Methods in fr.paris.lutece.plugins.insertajax.business that return InsertAjax | |
---|---|
static InsertAjax |
InsertAjaxHome.create(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of InsertAjax |
static InsertAjax |
InsertAjaxHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a InsertAjax whose identifier is specified in parameter |
InsertAjax |
InsertAjaxDAO.load(int nInsertAjaxId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of insertAjax from the table |
InsertAjax |
IInsertAjaxDAO.load(int nInsertAjaxId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of InsertAjax from the table |
static InsertAjax |
InsertAjaxHome.update(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the InsertAjax which is specified in parameter |
Methods in fr.paris.lutece.plugins.insertajax.business that return types with arguments of type InsertAjax | |
---|---|
static java.util.Collection<InsertAjax> |
InsertAjaxHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of InsertAjax objects |
static java.util.Collection<InsertAjax> |
InsertAjaxHome.findEnabledInsertAjaxList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of InsertAjax objects with valid status |
java.util.Collection<InsertAjax> |
InsertAjaxDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of insertAjaxs |
java.util.Collection<InsertAjax> |
IInsertAjaxDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of InsertAjaxs |
java.util.Collection<InsertAjax> |
InsertAjaxDAO.selectEnabledInsertAjaxList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of insertAjaxs |
java.util.Collection<InsertAjax> |
IInsertAjaxDAO.selectEnabledInsertAjaxList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of InsertAjaxs with valid status |
Methods in fr.paris.lutece.plugins.insertajax.business with parameters of type InsertAjax | |
---|---|
static InsertAjax |
InsertAjaxHome.create(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of InsertAjax |
void |
InsertAjaxDAO.delete(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
IInsertAjaxDAO.delete(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
InsertAjaxDAO.insert(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IInsertAjaxDAO.insert(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
static void |
InsertAjaxHome.remove(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the InsertAjax whose identifier is specified in parameter |
void |
InsertAjaxDAO.store(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IInsertAjaxDAO.store(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static InsertAjax |
InsertAjaxHome.update(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the InsertAjax which is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |