Uses of Class
fr.paris.lutece.plugins.document.business.DocumentType

Packages that use DocumentType
fr.paris.lutece.plugins.document.business   
fr.paris.lutece.plugins.document.business.attributes   
 

Uses of DocumentType in fr.paris.lutece.plugins.document.business
 

Methods in fr.paris.lutece.plugins.document.business that return DocumentType
static DocumentType DocumentTypeHome.create(DocumentType documentType)
          Creation of an instance of documentType
static DocumentType DocumentTypeHome.findByPrimaryKey(java.lang.String strCode)
          Returns an instance of a documentType whose identifier is specified in parameter
 DocumentType IDocumentTypeDAO.load(java.lang.String strDocumentTypeCode)
          Load the data of DocumentType from the table
 DocumentType DocumentTypeDAO.load(java.lang.String strDocumentTypeCode)
          Load the data of DocumentType from the table
static DocumentType DocumentTypeHome.update(DocumentType documentType)
          Update of the documentType which is specified in parameter
 

Methods in fr.paris.lutece.plugins.document.business that return types with arguments of type DocumentType
static java.util.Collection<DocumentType> DocumentTypeHome.findAll()
          Returns a collection of documentTypes objects
 java.util.Collection<DocumentType> IDocumentTypeDAO.selectDocumentTypeList()
          Load the list of documentTypes
 java.util.Collection<DocumentType> DocumentTypeDAO.selectDocumentTypeList()
          Load the list of documentTypes
 

Methods in fr.paris.lutece.plugins.document.business with parameters of type DocumentType
static DocumentType DocumentTypeHome.create(DocumentType documentType)
          Creation of an instance of documentType
 void IDocumentTypeDAO.insert(DocumentType documentType)
          Insert a new record in the table.
 void DocumentTypeDAO.insert(DocumentType documentType)
          Insert a new record in the table.
 void IDocumentTypeDAO.store(DocumentType documentType)
          Update the record in the table
 void DocumentTypeDAO.store(DocumentType documentType)
          Update the record in the table
static DocumentType DocumentTypeHome.update(DocumentType documentType)
          Update of the documentType which is specified in parameter
 

Uses of DocumentType in fr.paris.lutece.plugins.document.business.attributes
 

Methods in fr.paris.lutece.plugins.document.business.attributes with parameters of type DocumentType
 void IDocumentAttributeDAO.selectAttributesByDocumentType(DocumentType documentType)
          Add attributes to a document
 void DocumentAttributeDAO.selectAttributesByDocumentType(DocumentType documentType)
          Add attributes to a document
static void DocumentAttributeHome.setDocumentTypeAttributes(DocumentType documentType)
          Returns a collection of documentAttributes objects
 



Copyright © 2007 Mairie de Paris. All Rights Reserved.