|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.IconDAO
public class IconDAO
class IconDAO
Constructor Summary | |
---|---|
IconDAO()
|
Method Summary | |
---|---|
void |
delete(int nIdIcon,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the Icon Object |
void |
insert(fr.paris.lutece.portal.business.workflow.Icon icon,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
fr.paris.lutece.portal.business.workflow.Icon |
load(int nIdIcon,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the icon Object |
java.util.List<fr.paris.lutece.portal.business.workflow.Icon> |
selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
select all Icons |
void |
store(fr.paris.lutece.portal.business.workflow.Icon icon,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table. |
void |
storeMetadata(fr.paris.lutece.portal.business.workflow.Icon icon,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update icon metadata in the table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IconDAO()
Method Detail |
---|
public void insert(fr.paris.lutece.portal.business.workflow.Icon icon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IIconDAO
insert
in interface IIconDAO
icon
- instance of the Icon object to insertplugin
- the pluginpublic void store(fr.paris.lutece.portal.business.workflow.Icon icon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IIconDAO
store
in interface IIconDAO
icon
- instance of the Icon object to updateplugin
- the pluginpublic void storeMetadata(fr.paris.lutece.portal.business.workflow.Icon icon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IIconDAO
storeMetadata
in interface IIconDAO
icon
- instance of the Icon object to updateplugin
- the pluginpublic fr.paris.lutece.portal.business.workflow.Icon load(int nIdIcon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IIconDAO
load
in interface IIconDAO
nIdIcon
- the icon idplugin
- the plugin
public void delete(int nIdIcon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IIconDAO
delete
in interface IIconDAO
nIdIcon
- theicon idplugin
- the pluginpublic java.util.List<fr.paris.lutece.portal.business.workflow.Icon> selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
IIconDAO
selectAll
in interface IIconDAO
plugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |