public interface IDilaStyleSheetService
| Modifier and Type | Method and Description |
|---|---|
void |
create(DilaStyleSheet stylesheet)
Creation of an instance of a Dila Stylesheet file in the database
|
void |
doDeleteStyleSheet(Integer nIdStyleSheet)
Delete a styleSheet.
|
DilaStyleSheet |
findByPrimaryKey(Integer nIdStyleSheet)
Return the dila style sheet by his id
|
List<DilaStyleSheet> |
getDilaStyleSheetList(Integer nTypeContenuId,
String strStyleSheetName)
Returns a collection of Dila StyleSheet object
|
byte[] |
getSourceByStyleSheetId(Integer nIdStyleSheet)
Return the source for specific stylesheet
|
Integer |
getStyleSheetNbPerTypeContenu(int nTypeContenuId)
Returns the number of dila stylesheets associated to the typeContenu
specified in parameter
|
void |
update(DilaStyleSheet stylesheet)
Update the dila stylesheet
|
List<DilaStyleSheet> getDilaStyleSheetList(Integer nTypeContenuId, String strStyleSheetName)
nTypeContenuId - The typeContenu identifierstrStyleSheetName - The Dila StyleSheet nameInteger getStyleSheetNbPerTypeContenu(int nTypeContenuId)
nTypeContenuId - the typeContenu idvoid create(DilaStyleSheet stylesheet)
stylesheet - An instance of a dila stylesheet which contains the
informations to storeDilaStyleSheet findByPrimaryKey(Integer nIdStyleSheet)
nIdStyleSheet - the stylesheet idvoid update(DilaStyleSheet stylesheet)
stylesheet - the stylesheetvoid doDeleteStyleSheet(Integer nIdStyleSheet)
nIdStyleSheet - this "dilaStyleSheet" idbyte[] getSourceByStyleSheetId(Integer nIdStyleSheet)
nIdStyleSheet - stylesheet idCopyright © 2017 City of Paris. All rights reserved.