public final class AliasPortletDAO extends Object implements IAliasPortletDAO
| Constructor and Description |
|---|
AliasPortletDAO() |
| 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 nIdPortlet)
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
|
public void insert(Portlet portlet)
insert in interface IAliasPortletDAOinsert in interface IPortletInterfaceDAOportlet - the portlet to insert in the databasepublic void delete(int nPortletId)
delete in interface IAliasPortletDAOdelete in interface IPortletInterfaceDAOnPortletId - the identifier of the portlet to be deletedpublic Portlet load(int nIdPortlet)
load in interface IAliasPortletDAOload in interface IPortletInterfaceDAOnIdPortlet - the portlet identifierpublic void store(Portlet portlet)
store in interface IAliasPortletDAOstore in interface IPortletInterfaceDAOportlet - the portlet referencepublic ReferenceList selectPortletsByTypeList(String strPortletTypeId)
selectPortletsByTypeList in interface IAliasPortletDAOstrPortletTypeId - The type Idpublic int selectAliasId(int nIdPortlet)
selectAliasId in interface IAliasPortletDAOnIdPortlet - The portlet Idpublic ReferenceList selectAcceptAliasPortletList()
selectAcceptAliasPortletList in interface IAliasPortletDAOCopyright © 2016 City of Paris. All rights reserved.