|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.DocumentPageTemplateHome
public final class DocumentPageTemplateHome
This class provides instances management methods (create, find, ...) for DocumentPageTemplate objects
Method Summary | |
---|---|
static DocumentPageTemplate |
create(DocumentPageTemplate documentPageTemplate)
Creation of an instance of a document page template |
static DocumentPageTemplate |
findByPrimaryKey(int nKey)
Returns an instance of an page template whose identifier is specified in parameter |
static java.util.List<DocumentPageTemplate> |
getPageTemplatesList()
Return the list of all the page templates |
static void |
remove(int nId)
Remove the page template whose identifier is specified in parameter |
static DocumentPageTemplate |
update(DocumentPageTemplate documentPageTemplate)
Update of the page template which is specified |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DocumentPageTemplate create(DocumentPageTemplate documentPageTemplate)
documentPageTemplate
- template An instance of a page template which contains the informations to store
public static DocumentPageTemplate update(DocumentPageTemplate documentPageTemplate)
documentPageTemplate
- The instance of the page template which contains the data to store
public static void remove(int nId)
nId
- The identifier of the page template to removepublic static DocumentPageTemplate findByPrimaryKey(int nKey)
nKey
- The page template primary key
public static java.util.List<DocumentPageTemplate> getPageTemplatesList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |