|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceKey | |
---|---|
fr.paris.lutece.plugins.pluginwizard.business.model |
Uses of ResourceKey in fr.paris.lutece.plugins.pluginwizard.business.model |
---|
Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return ResourceKey | |
---|---|
static ResourceKey |
ResourceKeyHome.create(ResourceKey resourceKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the resourceKey class |
static ResourceKey |
ResourceKeyHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a resourceKey whose identifier is specified in parameter |
ResourceKey |
IResourceKeyDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
ResourceKey |
ResourceKeyDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the resourceKey from the table |
static ResourceKey |
ResourceKeyHome.update(ResourceKey resourceKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the resourceKey which is specified in parameter |
Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return types with arguments of type ResourceKey | |
---|---|
java.util.Collection<ResourceKey> |
ResourceKeyDAO.getAllResourceKeys(int nPluginId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Fetches all the resource keys by plugin |
static java.util.Collection<ResourceKey> |
ResourceKeyHome.getResourceKeysList(int nPluginId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the resourceKey objects and returns them in form of a collection |
static java.util.Collection<ResourceKey> |
ResourceKeyHome.getResourceKeysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the resourceKey objects and returns them in form of a collection |
java.util.Collection<ResourceKey> |
IResourceKeyDAO.selectResourceKeysList(int nPluginId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select a list of resource keys |
java.util.Collection<ResourceKey> |
ResourceKeyDAO.selectResourceKeysList(int nPluginId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns all the resource keys related to a generated plugin |
java.util.Collection<ResourceKey> |
IResourceKeyDAO.selectResourceKeysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the resourceKey objects and returns them as a collection |
java.util.Collection<ResourceKey> |
ResourceKeyDAO.selectResourceKeysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the resourceKeys and returns them as a collection |
Methods in fr.paris.lutece.plugins.pluginwizard.business.model with parameters of type ResourceKey | |
---|---|
static ResourceKey |
ResourceKeyHome.create(ResourceKey resourceKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the resourceKey class |
void |
IResourceKeyDAO.insert(ResourceKey resourceKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
ResourceKeyDAO.insert(ResourceKey resourceKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IResourceKeyDAO.store(ResourceKey resourceKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
ResourceKeyDAO.store(ResourceKey resourceKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static ResourceKey |
ResourceKeyHome.update(ResourceKey resourceKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the resourceKey which is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |