public interface IPortletInterfaceDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nPortletId)
Deletes the portlet whose identifier is specified in parameter
|
void |
insert(Portlet portlet)
Insert the portlet
|
Portlet |
load(int nPortletId)
Load the portlet whose identifier is specified in parameter
|
void |
store(Portlet portlet)
Update the portlet
|
void insert(Portlet portlet)
portlet
- The Portlet objectvoid delete(int nPortletId)
nPortletId
- The identifier of the portletPortlet load(int nPortletId)
nPortletId
- the identifier of the portletvoid store(Portlet portlet)
portlet
- The portlet objectCopyright © 2020 City of Paris. All rights reserved.