public interface IAliasPortletDAO extends IPortletInterfaceDAO
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int nPortletId)
Delete a record from the table
|
void |
insert(Portlet portlet)
Insert a new record in the table.
|
Portlet |
load(int nPortletId)
Load the data of a portlet from the database
|
ReferenceList |
selectAcceptAliasPortletList()
Select all portlets that accept alias
|
int |
selectAliasId(int nIdPortlet)
Select the Alias Id
|
ReferenceList |
selectPortletsByTypeList(String strPortletTypeId)
Select portlets by type
|
void |
store(Portlet portlet)
Update the record in the table
|
void insert(Portlet portlet)
insert in interface IPortletInterfaceDAOportlet - the portlet to insert in the databasevoid delete(int nPortletId)
delete in interface IPortletInterfaceDAOnPortletId - the identifier of the portlet to be deletedPortlet load(int nPortletId)
load in interface IPortletInterfaceDAOnPortletId - the portlet identifiervoid store(Portlet portlet)
store in interface IPortletInterfaceDAOportlet - the portlet referenceReferenceList selectPortletsByTypeList(String strPortletTypeId)
strPortletTypeId - The type Idint selectAliasId(int nIdPortlet)
nIdPortlet - The portlet IdReferenceList selectAcceptAliasPortletList()
Copyright © 2016 City of Paris. All rights reserved.