|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStyleDAO
Method Summary | |
---|---|
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 |
java.util.Collection<StyleSheet> |
selectStyleSheetList(int nStyleId)
load the data of the StyleSheet which re associated to the given style |
java.util.Collection<Style> |
selectStylesList()
Load the list of styles stored in the database |
void |
store(Style style)
Update the record in the table |
Method Detail |
---|
boolean checkStylePortalComponent(int nPortalComponentId)
nPortalComponentId
- The identifier of the portal component
void 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 Style
ReferenceList selectPortalComponentList()
java.util.Collection<StyleSheet> selectStyleSheetList(int nStyleId)
nStyleId
- The identifier of the Style
java.util.Collection<Style> selectStylesList()
void store(Style style)
style
- The instance of the Style to update
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |