|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.crm.business.portlet.DemandTypePortletDAO
public final class DemandTypePortletDAO
This class provides Data Access methods for DemandTypePortlet objects
Constructor Summary | |
---|---|
DemandTypePortletDAO()
|
Method Summary | |
---|---|
void |
delete(int nPortletId)
|
void |
insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
|
fr.paris.lutece.portal.business.portlet.Portlet |
load(int nPortletId)
|
int |
selectCountPortletByIdCategory(int nIdCategory)
return number of Demand Type portlet who are associate to the type demand category id |
void |
store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DemandTypePortletDAO()
Method Detail |
---|
public void insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
insert
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
public void delete(int nPortletId)
delete
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
public fr.paris.lutece.portal.business.portlet.Portlet load(int nPortletId)
load
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
public int selectCountPortletByIdCategory(int nIdCategory)
selectCountPortletByIdCategory
in interface IDemandTypePortletDAO
nIdCategory
- the type demand category
public void store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
store
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |