public interface IPortalComponentDAO
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int nPortalComponentId)
Delete a record from the table
|
void |
insert(PortalComponent portalComponent)
Insert a new record in the table.
|
PortalComponent |
load(int nPortalComponentId)
load the data of PortalComponent from the table
|
StyleSheet |
selectXslFile(int nPortalComponentId,
int nIdMode)
Returns the stylesheet of the portlet according to the mode
|
void |
store(PortalComponent portalComponent)
Update the record in the table
|
void insert(PortalComponent portalComponent)
portalComponent - component The Instance of the object PortalComponentPortalComponent load(int nPortalComponentId)
nPortalComponentId - The indentifier of the object PortalComponentvoid delete(int nPortalComponentId)
nPortalComponentId - The indentifier of the object PortalComponentvoid store(PortalComponent portalComponent)
portalComponent - The instance of the PortalComponent to updateStyleSheet selectXslFile(int nPortalComponentId, int nIdMode)
nPortalComponentId - the identifier of the portletnIdMode - the selected modeCopyright © 2016 City of Paris. All rights reserved.