|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.portlet.AliasPortletDAO
public final class AliasPortletDAO
This class provides Data Access methods for AliasPortlet objects
Constructor Summary | |
---|---|
AliasPortletDAO()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AliasPortletDAO()
Method Detail |
---|
public void insert(Portlet portlet)
IAliasPortletDAO
insert
in interface IAliasPortletDAO
insert
in interface IPortletInterfaceDAO
portlet
- the portlet to insert in the databasepublic void delete(int nPortletId)
IAliasPortletDAO
delete
in interface IAliasPortletDAO
delete
in interface IPortletInterfaceDAO
nPortletId
- the identifier of the portlet to be deletedpublic Portlet load(int nIdPortlet)
IAliasPortletDAO
load
in interface IAliasPortletDAO
load
in interface IPortletInterfaceDAO
nIdPortlet
- the identifier of the portlet
public void store(Portlet portlet)
IAliasPortletDAO
store
in interface IAliasPortletDAO
store
in interface IPortletInterfaceDAO
portlet
- the portlet referencepublic ReferenceList selectPortletsByTypeList(java.lang.String strPortletTypeId)
selectPortletsByTypeList
in interface IAliasPortletDAO
public int selectAliasId(int nIdPortlet)
selectAliasId
in interface IAliasPortletDAO
public ReferenceList selectAcceptAliasPortletList()
selectAcceptAliasPortletList
in interface IAliasPortletDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |