|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.insertajax.business.InsertAjaxHome
public class InsertAjaxHome
This class provides instances management methods (create, find, ...) for InsertAjax objects
Method Summary | |
---|---|
static InsertAjax |
create(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of InsertAjax |
static java.lang.String |
executeSql(java.lang.String strSql,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
static java.util.Collection<InsertAjax> |
findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of InsertAjax objects |
static InsertAjax |
findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a InsertAjax whose identifier is specified in parameter |
static java.util.Collection<InsertAjax> |
findEnabledInsertAjaxList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of InsertAjax objects with valid status |
static java.util.Collection<Image> |
findImagesListOfWorkspace(int nIdWorksapce,
fr.paris.lutece.portal.service.plugin.Plugin _plugin)
|
static void |
remove(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the InsertAjax whose identifier is specified in parameter |
static InsertAjax |
update(InsertAjax insertAjax,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the InsertAjax which is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static InsertAjax create(InsertAjax insertAjax, fr.paris.lutece.portal.service.plugin.Plugin plugin)
InsertAjax
- The instance of the InsertAjax which contains the informations to storeplugin
- The Plugin object
public static InsertAjax update(InsertAjax insertAjax, fr.paris.lutece.portal.service.plugin.Plugin plugin)
InsertAjax
- The instance of the InsertAjax which contains the data to storeplugin
- The Plugin object
public static void remove(InsertAjax insertAjax, fr.paris.lutece.portal.service.plugin.Plugin plugin)
InsertAjax
- The InsertAjax object to removeplugin
- The Plugin objectpublic static InsertAjax findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The Primary key of the InsertAjaxplugin
- The Plugin object
public static java.util.Collection<InsertAjax> findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin object
public static java.util.Collection<InsertAjax> findEnabledInsertAjaxList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin object
public static java.lang.String executeSql(java.lang.String strSql, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public static java.util.Collection<Image> findImagesListOfWorkspace(int nIdWorksapce, fr.paris.lutece.portal.service.plugin.Plugin _plugin)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |