Uses of Class
fr.paris.lutece.portal.business.portlet.PortletType

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(String strKey)
          Returns an instance of an portletType whose identifier is specified in parameter
static PortletType PortletHome.getPortletType(String strPortletTypeId)
          Returns the instance of the PortletType whose identifier is specified in parameter
 PortletType IPortletTypeDAO.load(String strPortletTypeId)
          Load the data of PortletType from the table
 PortletType PortletTypeDAO.load(String strPortletTypeId)
          Load the data of PortletType from the table
 PortletType PortletDAO.selectPortletType(String strPortletTypeId)
          Returns the instance of the PortletType whose identifier is specified in parameter
 PortletType IPortletDAO.selectPortletType(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 List<PortletType> PortletTypeHome.getPortletTypesList(Locale locale)
          Returns the list of the portlet types
 List<PortletType> IPortletTypeDAO.selectPortletTypesList()
          Returns the list of the portlet types
 List<PortletType> PortletTypeDAO.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 IPortletTypeDAO.insert(PortletType portletType)
          Insert a new record in the table PortletType
 void PortletTypeDAO.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
 List<PortletType> PluginFile.getPortletTypes()
          Returns the portlet types list of the plugin
 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(List<PortletType> listPortletTypes)
          Sets the list of portlet type
 



Copyright © 2014 Mairie de Paris. All Rights Reserved.