public interface IBlogPageTemplateDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nPageTemplateId)
Delete a record from the table
|
void |
insert(BlogPageTemplate blogPageTemplate)
Insert a new record in the table.
|
BlogPageTemplate |
load(int nPageTemplateId)
load the data of blogPageTemplate from the table
|
List<BlogPageTemplate> |
selectPageTemplatesList()
Returns a list of all the page templates
|
void |
store(BlogPageTemplate pageTemplate)
Update the record in the table
|
void delete(int nPageTemplateId)
nPageTemplateId
- The indentifier of the object BlogPageTemplatevoid insert(BlogPageTemplate blogPageTemplate)
blogPageTemplate
- The Instance of the object blogPageTemplateBlogPageTemplate load(int nPageTemplateId)
nPageTemplateId
- The indentifier of the object PageTemplateList<BlogPageTemplate> selectPageTemplatesList()
void store(BlogPageTemplate pageTemplate)
pageTemplate
- The instance of the PageTemplate to updateCopyright © 2020 City of Paris. All rights reserved.