|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.portlet.PortletHome
fr.paris.lutece.plugins.form.business.portlet.FormPortletHome
public class FormPortletHome
This class provides instances management methods for ArticlesListPortlet objects
Constructor Summary | |
---|---|
FormPortletHome()
Constructor |
Method Summary | |
---|---|
static int |
getCountPortletByIdForm(int nIdForm)
return number of form portlet who are associate to the id form |
fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO |
getDAO()
Returns the instance of the portlet DAO singleton |
static Form |
getFormByPortletId(int nPortletId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a Form associate to the portle witch identifier is specified in parameter |
static fr.paris.lutece.portal.business.portlet.PortletHome |
getInstance()
Returns the instance of FormPortletHome |
java.lang.String |
getPortletTypeId()
Returns the identifier of the portlet type |
Methods inherited from class fr.paris.lutece.portal.business.portlet.PortletHome |
---|
create, findByPrimaryKey, findByType, getPortletListByStyle, getPortletsListbyName, getPortletType, getStylesList, hasAlias, invalidate, invalidate, remove, update, updateStatus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormPortletHome()
Method Detail |
---|
public static fr.paris.lutece.portal.business.portlet.PortletHome getInstance()
public java.lang.String getPortletTypeId()
public fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO getDAO()
public static Form getFormByPortletId(int nPortletId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nPortletId
- the portlet identifierplugin
- the plugin
public static int getCountPortletByIdForm(int nIdForm)
nIdForm
- the id of the form
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |