|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginApplication | |
---|---|
fr.paris.lutece.plugins.pluginwizard.business.model | |
fr.paris.lutece.plugins.pluginwizard.service |
Uses of PluginApplication in fr.paris.lutece.plugins.pluginwizard.business.model |
---|
Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return PluginApplication | |
---|---|
static PluginApplication |
PluginApplicationHome.create(PluginApplication pluginApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the pluginApplication class |
static PluginApplication |
PluginApplicationHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a pluginApplication whose identifier is specified in parameter |
PluginApplication |
IPluginApplicationDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
PluginApplication |
PluginApplicationDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the pluginApplication from the table |
static PluginApplication |
PluginApplicationHome.update(PluginApplication pluginApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the pluginApplication which is specified in parameter |
Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return types with arguments of type PluginApplication | |
---|---|
static java.util.Collection<PluginApplication> |
PluginApplicationHome.findByPlugin(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a pluginApplication whose identifier is specified in parameter |
java.util.Collection<PluginApplication> |
PluginModel.getPluginApplications()
Returns the list of plugin applications |
static java.util.Collection<PluginApplication> |
PluginApplicationHome.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 |
java.util.Collection<PluginApplication> |
IPluginApplicationDAO.selectByPlugin(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of plugin application |
java.util.Collection<PluginApplication> |
PluginApplicationDAO.selectByPlugin(int nIdPlugin,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of plugin application |
java.util.Collection<PluginApplication> |
IPluginApplicationDAO.selectPluginApplicationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the pluginApplication objects and returns them as a collection |
java.util.Collection<PluginApplication> |
PluginApplicationDAO.selectPluginApplicationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the pluginApplications and returns them as a collection |
Methods in fr.paris.lutece.plugins.pluginwizard.business.model with parameters of type PluginApplication | |
---|---|
static PluginApplication |
PluginApplicationHome.create(PluginApplication pluginApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the pluginApplication class |
void |
IPluginApplicationDAO.insert(PluginApplication pluginApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
PluginApplicationDAO.insert(PluginApplication pluginApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IPluginApplicationDAO.store(PluginApplication pluginApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
PluginApplicationDAO.store(PluginApplication pluginApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static PluginApplication |
PluginApplicationHome.update(PluginApplication pluginApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the pluginApplication which is specified in parameter |
Method parameters in fr.paris.lutece.plugins.pluginwizard.business.model with type arguments of type PluginApplication | |
---|---|
void |
PluginModel.setPluginApplications(java.util.Collection<PluginApplication> listPluginApplications)
Sets the list of plugin applications |
Uses of PluginApplication in fr.paris.lutece.plugins.pluginwizard.service |
---|
Method parameters in fr.paris.lutece.plugins.pluginwizard.service with type arguments of type PluginApplication | |
---|---|
static java.lang.String |
SourceCodeGenerator.getSqlScript(int nSqlType,
PluginModel pluginModel,
java.util.Collection<BusinessClass> listBusinessClasses,
java.util.Collection<PluginFeature> listFeatures,
java.util.Collection<PluginApplication> listApplcations,
java.util.Collection<PluginPortlet> listPortlets)
Returns the necessary sql dump of creation of plugin and core |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |