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