Uses of Class
fr.paris.lutece.plugins.crm.business.demand.DemandType

Packages that use DemandType
fr.paris.lutece.plugins.crm.business.demand   
fr.paris.lutece.plugins.crm.business.demand.category   
fr.paris.lutece.plugins.crm.service.demand   
 

Uses of DemandType in fr.paris.lutece.plugins.crm.business.demand
 

Methods in fr.paris.lutece.plugins.crm.business.demand that return DemandType
static DemandType DemandTypeHome.findByOrder(int nOrder)
          Find the demandType by its order
static DemandType DemandTypeHome.findByPrimaryKey(int nIdDemandType)
          Load the data from the table
 DemandType IDemandTypeDAO.load(int nIdDemand, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
 DemandType DemandTypeDAO.load(int nIdDemandType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
 DemandType IDemandTypeDAO.selectByOrder(int nOrder, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find by order
 DemandType DemandTypeDAO.selectByOrder(int nOrder, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find by order
 

Methods in fr.paris.lutece.plugins.crm.business.demand that return types with arguments of type DemandType
static List<DemandType> DemandTypeHome.findAll()
          Find all demandTypes
static List<DemandType> DemandTypeHome.findByFilter(DemandTypeFilter dtFilter)
          Find by filter
static List<DemandType> DemandTypeHome.findByIdCategoryAndDate(int nIdCategory, Date dateToday)
          Find the list of demandTypes by id category and date
static List<DemandType> DemandTypeHome.findNoDateEndDemandTypes()
          Find demand types that have not a date end
 List<DemandType> IDemandTypeDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find all demand types
 List<DemandType> DemandTypeDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find all demand types
 List<DemandType> IDemandTypeDAO.selectByIdCategoryAndDate(int nIdCategory, Date dateToday, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find all demand types for the LuteceUser
 List<DemandType> DemandTypeDAO.selectByIdCategoryAndDate(int nIdCategory, Date dateToday, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find all demand types for the LuteceUser
 List<DemandType> IDemandTypeDAO.selectDemandTypesByFilter(DemandTypeFilter dtFilter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find by filter
 List<DemandType> DemandTypeDAO.selectDemandTypesByFilter(DemandTypeFilter dtFilter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find by filter
 List<DemandType> IDemandTypeDAO.selectNoDateEndDemandTypes(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find the demand types that have not a date end
 List<DemandType> DemandTypeDAO.selectNoDateEndDemandTypes(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find the demand types that have not a date end
 

Methods in fr.paris.lutece.plugins.crm.business.demand with parameters of type DemandType
static int DemandTypeHome.create(DemandType demandType)
          Insert a new record in the table.
 int IDemandTypeDAO.insert(DemandType demandType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 int DemandTypeDAO.insert(DemandType demandType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IDemandTypeDAO.store(DemandType demandType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void DemandTypeDAO.store(DemandType demandType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
static void DemandTypeHome.update(DemandType demandType)
          Update the record in the table
 

Uses of DemandType in fr.paris.lutece.plugins.crm.business.demand.category
 

Method parameters in fr.paris.lutece.plugins.crm.business.demand.category with type arguments of type DemandType
 String Category.getXml(javax.servlet.http.HttpServletRequest request, Locale locale, List<DemandType> listDemandType)
          Returns the xml of this Category with demand Type associated
 

Uses of DemandType in fr.paris.lutece.plugins.crm.service.demand
 

Methods in fr.paris.lutece.plugins.crm.service.demand that return DemandType
 DemandType DemandTypeService.findByOrder(int nOrder)
          Find a demand type by its order
 DemandType DemandTypeService.findByPrimaryKey(int nIdDemandType)
          Find a demand type by its primary key
 

Methods in fr.paris.lutece.plugins.crm.service.demand that return types with arguments of type DemandType
 List<DemandType> DemandTypeService.findAll()
          Find all demand types
 List<DemandType> DemandTypeService.findByFilter(DemandTypeFilter dtFilter)
          Find the demand types given a filter
 Map<String,List<DemandType>> DemandTypeService.findForLuteceUser(javax.servlet.http.HttpServletRequest request)
          Find the list of demand types for the lutece user ordered by id category
 List<DemandType> DemandTypeService.findForLuteceUser(javax.servlet.http.HttpServletRequest request, int nIdCategory)
          Find the list of demand types for the lutece user and a category
 List<DemandType> DemandTypeService.findNoDateEndDemandTypes()
          Find the list of demand types that have not a date end
 

Methods in fr.paris.lutece.plugins.crm.service.demand with parameters of type DemandType
 boolean DemandTypeService.checkRoleForDemandType(DemandType demandType, javax.servlet.http.HttpServletRequest request)
          Check if the user has the role in order to view the demand type
 int DemandTypeService.create(DemandType demandType)
          Create a new demand type
 void DemandTypeService.update(DemandType demandType)
          Update a demand type
 



Copyright © 2013 Mairie de Paris. All Rights Reserved.