|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPortalComponentDAO
IPortalComponentDAO Interface
Method Summary | |
---|---|
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 |
Method Detail |
---|
void insert(PortalComponent portalComponent)
portalComponent
- component The Instance of the object PortalComponentPortalComponent load(int nPortalComponentId)
nPortalComponentId
- The indentifier of the object PortalComponent
void 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 mode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |