|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.DocumentPageTemplateDAO
public final class DocumentPageTemplateDAO
This class provides Data Access methods for DocumentPageTemplate objects
Constructor Summary | |
---|---|
DocumentPageTemplateDAO()
|
Method Summary | |
---|---|
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 |
java.util.List<DocumentPageTemplate> |
selectPageTemplatesList()
Returns a list of all the page templates |
void |
store(DocumentPageTemplate documentPageTemplate)
Update the record in the table |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentPageTemplateDAO()
Method Detail |
---|
public void insert(DocumentPageTemplate documentPageTemplate)
insert
in interface IDocumentPageTemplateDAO
documentPageTemplate
- The Instance of the object DocumentPageTemplatepublic DocumentPageTemplate load(int nPageTemplateId)
load
in interface IDocumentPageTemplateDAO
nPageTemplateId
- The indentifier of the object DocumentPageTemplate
public void delete(int nPageTemplateId)
delete
in interface IDocumentPageTemplateDAO
nPageTemplateId
- The indentifier of the object PageTemplatepublic void store(DocumentPageTemplate documentPageTemplate)
store
in interface IDocumentPageTemplateDAO
documentPageTemplate
- The instance of the PageTemplate to updatepublic java.util.List<DocumentPageTemplate> selectPageTemplatesList()
selectPageTemplatesList
in interface IDocumentPageTemplateDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |