public final class DocumentPageTemplateDAO extends Object implements IDocumentPageTemplateDAO
| Constructor and Description |
|---|
DocumentPageTemplateDAO() |
| 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 documentPageTemplate)
Update the record in the table
|
public void insert(DocumentPageTemplate documentPageTemplate)
insert in interface IDocumentPageTemplateDAOdocumentPageTemplate - The Instance of the object DocumentPageTemplatepublic DocumentPageTemplate load(int nPageTemplateId)
load in interface IDocumentPageTemplateDAOnPageTemplateId - The indentifier of the object DocumentPageTemplatepublic void delete(int nPageTemplateId)
delete in interface IDocumentPageTemplateDAOnPageTemplateId - The indentifier of the object PageTemplatepublic void store(DocumentPageTemplate documentPageTemplate)
store in interface IDocumentPageTemplateDAOdocumentPageTemplate - The instance of the PageTemplate to updatepublic List<DocumentPageTemplate> selectPageTemplatesList()
selectPageTemplatesList in interface IDocumentPageTemplateDAOCopyright © 2020 City of Paris. All rights reserved.