|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStyleSheetDAO
Method Summary | |
---|---|
void |
delete(int nIdStylesheet)
Delete the StyleSheet from the database whose identifier is specified in parameter |
void |
insert(StyleSheet stylesheet)
Insert a new record in the table. |
StyleSheet |
load(int nIdStylesheet)
Load the data of Stylesheet from the table |
int |
selectModeId(int nIdStylesheet)
Returns the identifier of the mode of the stylesheet whose identifier is specified in parameter |
Collection<StyleSheet> |
selectStyleSheetList(int nModeId)
Load the list of stylesheet |
int |
selectStyleSheetNbPerStyleMode(int nStyleId,
int nModeId)
Returns the number of stylesheets associated to the style and the mode specified in parameter |
void |
store(StyleSheet stylesheet)
Update the record in the table |
Method Detail |
---|
void delete(int nIdStylesheet)
nIdStylesheet
- the identifier of the StyleSheet to deletevoid insert(StyleSheet stylesheet)
stylesheet
- The StyleSheet objectStyleSheet load(int nIdStylesheet)
nIdStylesheet
- the identifier of the Stylesheet to load
int selectModeId(int nIdStylesheet)
nIdStylesheet
- the identifier of the stylesheet
Collection<StyleSheet> selectStyleSheetList(int nModeId)
nModeId
- The Mode identifier
int selectStyleSheetNbPerStyleMode(int nStyleId, int nModeId)
nStyleId
- the style idnModeId
- the mode id
void store(StyleSheet stylesheet)
stylesheet
- The stylesheet to store
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |