|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletType | |
---|---|
fr.paris.lutece.portal.business.portlet | |
fr.paris.lutece.portal.service.plugin |
Uses of PortletType in fr.paris.lutece.portal.business.portlet |
---|
Methods in fr.paris.lutece.portal.business.portlet that return PortletType | |
---|---|
static PortletType |
PortletTypeHome.create(PortletType portletType)
Creation of an instance of an PortletType |
static PortletType |
PortletTypeHome.findByPrimaryKey(java.lang.String strKey)
Returns an instance of an portletType whose identifier is specified in parameter |
static PortletType |
PortletHome.getPortletType(java.lang.String strPortletTypeId)
Returns the instance of the PortletType whose identifier is specified in parameter |
PortletType |
PortletTypeDAO.load(java.lang.String strPortletTypeId)
Load the data of PortletType from the table |
PortletType |
IPortletTypeDAO.load(java.lang.String strPortletTypeId)
Load the data of PortletType from the table |
PortletType |
PortletDAO.selectPortletType(java.lang.String strPortletTypeId)
Returns the instance of the PortletType whose identifier is specified in parameter |
PortletType |
IPortletDAO.selectPortletType(java.lang.String strPortletTypeId)
Returns the instance of the PortletType whose identifier is specified in parameter |
Methods in fr.paris.lutece.portal.business.portlet that return types with arguments of type PortletType | |
---|---|
static java.util.List<PortletType> |
PortletTypeHome.getPortletTypesList(java.util.Locale locale)
Returns the list of the portlet types |
java.util.List<PortletType> |
PortletTypeDAO.selectPortletTypesList()
Returns the list of the portlet types |
java.util.List<PortletType> |
IPortletTypeDAO.selectPortletTypesList()
Returns the list of the portlet types |
Methods in fr.paris.lutece.portal.business.portlet with parameters of type PortletType | |
---|---|
static PortletType |
PortletTypeHome.create(PortletType portletType)
Creation of an instance of an PortletType |
void |
PortletTypeDAO.insert(PortletType portletType)
Insert a new record in the table PortletType |
void |
IPortletTypeDAO.insert(PortletType portletType)
Insert a new record in the table PortletType |
Uses of PortletType in fr.paris.lutece.portal.service.plugin |
---|
Methods in fr.paris.lutece.portal.service.plugin that return types with arguments of type PortletType | |
---|---|
java.util.List<PortletType> |
PluginFile.getPortletTypes()
Returns the portlet types list of the plugin |
java.util.List<PortletType> |
Plugin.getPortletTypes()
Returns the list of portlet type of the plugin |
Methods in fr.paris.lutece.portal.service.plugin with parameters of type PortletType | |
---|---|
void |
PluginFile.addPortletType(PortletType portletType)
Add a portlet type to the plugin definition |
Method parameters in fr.paris.lutece.portal.service.plugin with type arguments of type PortletType | |
---|---|
void |
Plugin.setPortletTypes(java.util.List<PortletType> listPortletTypes)
Sets the list of portlet type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |