|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentType | |
---|---|
fr.paris.lutece.plugins.document.business | |
fr.paris.lutece.plugins.document.business.attributes | |
fr.paris.lutece.plugins.document.service.docsearch |
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 |
DocumentTypeDAO.load(java.lang.String strDocumentTypeCode)
Load the data of DocumentType from the table |
DocumentType |
IDocumentTypeDAO.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> |
DocumentTypeDAO.selectDocumentTypeList()
Load the list of documentTypes |
java.util.Collection<DocumentType> |
IDocumentTypeDAO.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 |
DocumentTypeDAO.insert(DocumentType documentType)
Insert a new record in the table. |
void |
IDocumentTypeDAO.insert(DocumentType documentType)
Insert a new record in the table. |
void |
DocumentTypeDAO.store(DocumentType documentType)
Update the record in the table |
void |
IDocumentTypeDAO.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 |
DocumentAttributeDAO.selectAttributesByDocumentType(DocumentType documentType)
Add attributes to a document |
void |
IDocumentAttributeDAO.selectAttributesByDocumentType(DocumentType documentType)
Add attributes to a document |
static void |
DocumentAttributeHome.setDocumentTypeAttributes(DocumentType documentType)
Returns a collection of documentAttributes objects |
Uses of DocumentType in fr.paris.lutece.plugins.document.service.docsearch |
---|
Methods in fr.paris.lutece.plugins.document.service.docsearch with parameters of type DocumentType | |
---|---|
java.util.List<DocSearchItem> |
DocSearchService.getSearchResults(java.lang.String strQuery,
boolean bTitle,
boolean bSummary,
java.lang.String date,
DocumentType documentType)
Return advanced search results |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |