|
||||||||||
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.portal.business.portlet.AliasPortletHome
public class AliasPortletHome
This class provides instances management methods for AliasPortlet objects
Constructor Summary | |
---|---|
AliasPortletHome()
Constructor |
Method Summary | |
---|---|
static ReferenceList |
getAcceptAliasPortletList()
Returns the list of the portlets which accept an alias |
static int |
getAliasId(int nIdPortlet)
Returns the portlet alias identifier of the portlet whose identifier is specified in parameter |
IPortletInterfaceDAO |
getDAO()
Returns the instance of the FolderListingPortletDAO singleton |
static PortletHome |
getInstance()
Returns the instance of AliasPortletHome |
static ReferenceList |
getPortletsByTypeList(java.lang.String strPortletTypeId)
Loads the list of the portlets whose type is the same as the one specified in parameter |
java.lang.String |
getPortletTypeId()
Returns the identifier of the alias portlet type |
Methods inherited from class fr.paris.lutece.portal.business.portlet.PortletHome |
---|
create, findByPrimaryKey, findByType, getAliasList, 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 AliasPortletHome()
Method Detail |
---|
public java.lang.String getPortletTypeId()
public static PortletHome getInstance()
public IPortletInterfaceDAO getDAO()
public static int getAliasId(int nIdPortlet)
nIdPortlet
- the identifier of the portlet
public static ReferenceList getAcceptAliasPortletList()
public static ReferenceList getPortletsByTypeList(java.lang.String strPortletTypeId)
strPortletTypeId
- the portlet type identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |