|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIconDAO
IIconDAO
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. |
Method Detail |
---|
void insert(fr.paris.lutece.portal.business.workflow.Icon icon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
icon
- instance of the Icon object to insertplugin
- the pluginvoid store(fr.paris.lutece.portal.business.workflow.Icon icon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
icon
- instance of the Icon object to updateplugin
- the pluginvoid storeMetadata(fr.paris.lutece.portal.business.workflow.Icon icon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
icon
- instance of the Icon object to updateplugin
- the pluginfr.paris.lutece.portal.business.workflow.Icon load(int nIdIcon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdIcon
- the icon idplugin
- the plugin
void delete(int nIdIcon, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdIcon
- theicon idplugin
- the pluginjava.util.List<fr.paris.lutece.portal.business.workflow.Icon> selectAll(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 |