public interface IStyleDAO
Modifier and Type | Method and Description |
---|---|
boolean |
checkStylePortalComponent(int nPortalComponentId)
Checks if a style has been created in the database with the given portal componenet
|
void |
delete(int nStyleId)
Delete a record from the table
|
void |
insert(Style style)
Insert a new record in the table.
|
Style |
load(int nStyleId)
load the data of the Style whose identifier is specified in parameter from the table
|
ReferenceList |
selectPortalComponentList()
Returns the list of the portal component in form of a ReferenceList
|
Collection<StyleSheet> |
selectStyleSheetList(int nStyleId)
load the data of the StyleSheet which re associated to the given style
|
Collection<Style> |
selectStylesList()
Load the list of styles stored in the database
|
void |
store(Style style)
Update the record in the table
|
boolean checkStylePortalComponent(int nPortalComponentId)
nPortalComponentId
- The identifier of the portal componentvoid delete(int nStyleId)
nStyleId
- the identifier of the style to deletevoid insert(Style style)
style
- The Instance of the object StyleStyle load(int nStyleId)
nStyleId
- The identifier of the StyleReferenceList selectPortalComponentList()
Collection<StyleSheet> selectStyleSheetList(int nStyleId)
nStyleId
- The identifier of the StyleCollection<Style> selectStylesList()
void store(Style style)
style
- The instance of the Style to updateCopyright © 2020 City of Paris. All rights reserved.