public interface IDocumentTypeDAO
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkDocuments(String strCode)
Check if type has document
|
void |
delete(String strCode)
Delete a record from the table
|
fr.paris.lutece.util.ReferenceList |
getDocumentTypeList()
Load the Referencelist of documentTypes
|
void |
insert(DocumentType documentType)
Insert a new record in the table.
|
DocumentType |
load(String strDocumentTypeCode)
Load the data of DocumentType from the table
|
void |
reorderAttributes(int nIdAttribute1,
int nOrderAttribute1,
int nIdAttribute2,
int nOrderAttribute2)
Reorder attributes
|
Collection<DocumentType> |
selectDocumentTypeList()
Load the list of documentTypes
|
void |
setAdminStyleSheet(byte[] baXslAdmin,
String strCodeType)
Sets the admin stylesheet
|
void |
setContentStyleSheet(byte[] baXslContent,
String strCodeType)
Sets the content service stylesheet
|
void |
store(DocumentType documentType)
Update the record in the table
|
boolean checkDocuments(String strCode)
strCode - The code typevoid delete(String strCode)
strCode - the code typefr.paris.lutece.util.ReferenceList getDocumentTypeList()
void insert(DocumentType documentType)
documentType - The documentType objectDocumentType load(String strDocumentTypeCode)
strDocumentTypeCode - the codevoid reorderAttributes(int nIdAttribute1,
int nOrderAttribute1,
int nIdAttribute2,
int nOrderAttribute2)
nIdAttribute1 - the attribute ordernOrderAttribute1 - the attribute ordernIdAttribute2 - the attribute ordernOrderAttribute2 - the attribute orderCollection<DocumentType> selectDocumentTypeList()
void store(DocumentType documentType)
documentType - The reference of documentTypevoid setAdminStyleSheet(byte[] baXslAdmin,
String strCodeType)
baXslAdmin - The stylesheetstrCodeType - The code typevoid setContentStyleSheet(byte[] baXslContent,
String strCodeType)
baXslContent - The stylesheetstrCodeType - The code typeCopyright © 2020 City of Paris. All rights reserved.