|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.business.model.PluginApplicationHome
public final class PluginApplicationHome
This class provides instances management methods (create, find, ...) for PluginApplication objects
Method Summary | |
---|---|
static PluginApplication |
create(PluginApplication pluginApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the pluginApplication class |
static java.util.Collection<PluginApplication> |
findByPlugin(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a pluginApplication whose identifier is specified in parameter |
static PluginApplication |
findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a pluginApplication whose identifier is specified in parameter |
static java.util.Collection<PluginApplication> |
getPluginApplicationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the pluginApplication objects and returns them in form of a collection |
static void |
remove(int nPluginApplicationId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the pluginApplication whose identifier is specified in parameter |
static void |
removePluginApplicationByPlugin(int nIdPlugin,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Removes all the applications attached to a plugin |
static PluginApplication |
update(PluginApplication pluginApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the pluginApplication 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 void removePluginApplicationByPlugin(int nIdPlugin, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdPlugin
- The id of the pluginplugin
- The pluginpublic static PluginApplication create(PluginApplication pluginApplication, fr.paris.lutece.portal.service.plugin.Plugin plugin)
pluginApplication
- The instance of the PluginApplication which contains the informations to storeplugin
- the Plugin
public static PluginApplication update(PluginApplication pluginApplication, fr.paris.lutece.portal.service.plugin.Plugin plugin)
pluginApplication
- The instance of the PluginApplication which contains the data to storeplugin
- the Plugin
public static void remove(int nPluginApplicationId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nPluginApplicationId
- The pluginApplication Idplugin
- the Pluginpublic static PluginApplication findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The pluginApplication primary keyplugin
- the Plugin
public static java.util.Collection<PluginApplication> findByPlugin(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The pluginApplication primary keyplugin
- the Plugin
public static java.util.Collection<PluginApplication> getPluginApplicationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |