|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGreetingsCardTemplateDAO
Interface for GreetingsCardTemplateDAO
Method Summary | |
---|---|
void |
delete(int nIdGCT,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
java.util.Collection<GreetingsCardTemplate> |
findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
void |
insert(GreetingsCardTemplate greetingsCardTemplate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
GreetingsCardTemplate |
load(int nIdGCT,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of GreetingsCardTemplate from the table |
void |
store(GreetingsCardTemplate greetingsCardTemplate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
void insert(GreetingsCardTemplate greetingsCardTemplate, fr.paris.lutece.portal.service.plugin.Plugin plugin)
greetingsCardTemplate
- The Instance of the GreetingsCardTemplate objectplugin
- The pluginvoid store(GreetingsCardTemplate greetingsCardTemplate, fr.paris.lutece.portal.service.plugin.Plugin plugin)
greetingsCardTemplate
- The instance of the GreetingsCardTemplate to updateplugin
- The pluginGreetingsCardTemplate load(int nIdGCT, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdGCT
- The indentifier of the object GreetingsCardTemplateplugin
- The plugin
void delete(int nIdGCT, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdGCT
- The indentifier of the object GreetingsCardTemplateplugin
- The pluginjava.util.Collection<GreetingsCardTemplate> findAll(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 |