|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPortletInterfaceDAO
This class represents business objects IPortletInterfaceDAO
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 portlet
void store(Portlet portlet)
portlet
- The portlet object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |