|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.portlet.PortletTypeHome
public final class PortletTypeHome
This class provides instances management methods (create, find, ...) for PortletType objects
Method Summary | |
---|---|
static PortletType |
create(PortletType portletType)
Creation of an instance of an PortletType |
static PortletType |
findByPrimaryKey(String strKey)
Returns an instance of an portletType whose identifier is specified in parameter |
static int |
getNbPortletTypeByPortlet(String strPortletTypeId)
Search the number of portlet type for a portlet |
static ReferenceList |
getPortletsTypesList(Locale locale)
Returns the list of the portlet types |
static String |
getPortletTypeId(String strPluginHomeClass)
Return the id of a portlet type |
static List<PortletType> |
getPortletTypesList(Locale locale)
Returns the list of the portlet types |
static void |
remove(String strPortletTypeId)
Remove the portlet type whose identifier is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PortletType create(PortletType portletType)
portletType
- An instance of the PortletType which contains the informations to store
public static void remove(String strPortletTypeId)
strPortletTypeId
- The identifier of the portlet type to removepublic static PortletType findByPrimaryKey(String strKey)
strKey
- The Primary Key of the portletType
public static String getPortletTypeId(String strPluginHomeClass)
strPluginHomeClass
- The identifier of the portlet
public static int getNbPortletTypeByPortlet(String strPortletTypeId)
strPortletTypeId
- The Type Id of portlet
public static ReferenceList getPortletsTypesList(Locale locale)
locale
- The locale
public static List<PortletType> getPortletTypesList(Locale locale)
locale
- The locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |