|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAliasPortletDAO
Method Summary | |
---|---|
void |
delete(int nPortletId)
Delete a record from the table |
void |
insert(Portlet portlet)
Insert a new record in the table. |
Portlet |
load(int nIdPortlet)
Load the data of a portlet from the database |
ReferenceList |
selectAcceptAliasPortletList()
|
int |
selectAliasId(int nIdPortlet)
|
ReferenceList |
selectPortletsByTypeList(java.lang.String strPortletTypeId)
|
void |
store(Portlet portlet)
Update the record in the table |
Method Detail |
---|
void insert(Portlet portlet)
insert
in interface IPortletInterfaceDAO
portlet
- the portlet to insert in the databasevoid delete(int nPortletId)
delete
in interface IPortletInterfaceDAO
nPortletId
- the identifier of the portlet to be deletedPortlet load(int nIdPortlet)
load
in interface IPortletInterfaceDAO
nPortletId
- the portlet identifier
void store(Portlet portlet)
store
in interface IPortletInterfaceDAO
portlet
- the portlet referenceReferenceList selectPortletsByTypeList(java.lang.String strPortletTypeId)
int selectAliasId(int nIdPortlet)
ReferenceList selectAcceptAliasPortletList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |