|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.IconHome
public final class IconHome
This class provides instances management methods (create, find, ...) for Icon objects
Method Summary | |
---|---|
static void |
create(fr.paris.lutece.portal.business.workflow.Icon icon,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of icon |
static fr.paris.lutece.portal.business.workflow.Icon |
findByPrimaryKey(int nIdIcon,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the icon Object |
static java.util.List<fr.paris.lutece.portal.business.workflow.Icon> |
getListIcons(fr.paris.lutece.portal.service.plugin.Plugin plugin)
return the list of all icon |
static void |
remove(int nIdIcon,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove icon which is specified in parameter |
static void |
update(fr.paris.lutece.portal.business.workflow.Icon icon,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of icon which is specified in parameter |
static void |
updateMetadata(fr.paris.lutece.portal.business.workflow.Icon icon,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update metatdata of icon 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 create(fr.paris.lutece.portal.business.workflow.Icon icon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
icon
- The instance of icon which contains the informations to storeplugin
- the pluginpublic static void update(fr.paris.lutece.portal.business.workflow.Icon icon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
icon
- The instance of icon which contains the informations to updateplugin
- the Pluginpublic static void updateMetadata(fr.paris.lutece.portal.business.workflow.Icon icon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
icon
- The instance of icon which contains the informations to updateplugin
- the Pluginpublic static void remove(int nIdIcon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdIcon
- The icon key to removeplugin
- the Pluginpublic static fr.paris.lutece.portal.business.workflow.Icon findByPrimaryKey(int nIdIcon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdIcon
- the icon idplugin
- the plugin
public static java.util.List<fr.paris.lutece.portal.business.workflow.Icon> getListIcons(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 |