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

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

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

Methods in fr.paris.lutece.plugins.crm.business.demand that return Demand
static Demand DemandHome.findByPrimaryKey(int nIdDemand)
          Load the data from the table
 Demand IDemandDAO.load(int nIdDemand, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
 Demand DemandDAO.load(int nIdDemand, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
 

Methods in fr.paris.lutece.plugins.crm.business.demand that return types with arguments of type Demand
 fr.paris.lutece.util.html.IPaginator<Demand> PaginationFilterSortManager.createAndStorePaginator(int nIdStatus, List<Demand> listDemand, int nTotalResult)
          Create a paginator and store it into session
static List<Demand> DemandHome.findAll()
          Find all demands
static List<Demand> DemandHome.findByFilter(DemandFilter dFilter)
          Find by filter
static List<Demand> DemandHome.findByFilter(DemandFilter dFilter, IPaginationProperties paginationProperties)
          Find by filter with pagination properties
 fr.paris.lutece.util.html.IPaginator<Demand> PaginationFilterSortManager.retrievePaginator(int nIdStatus)
          Retrieve a stored paginator
 List<Demand> IDemandDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find all demands
 List<Demand> DemandDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find all demands
 List<Demand> IDemandDAO.selectByFilter(DemandFilter dFilter, IPaginationProperties paginationProperties, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find by filter
 List<Demand> DemandDAO.selectByFilter(DemandFilter dFilter, IPaginationProperties paginationProperties, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find by filter
 

Methods in fr.paris.lutece.plugins.crm.business.demand with parameters of type Demand
static int DemandHome.create(Demand demand)
          Insert a new record in the table.
 int IDemandDAO.insert(Demand demand, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 int DemandDAO.insert(Demand demand, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IDemandDAO.store(Demand demand, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void DemandDAO.store(Demand demand, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
static void DemandHome.update(Demand demand)
          Update the record in the table
 

Method parameters in fr.paris.lutece.plugins.crm.business.demand with type arguments of type Demand
 fr.paris.lutece.util.html.IPaginator<Demand> PaginationFilterSortManager.createAndStorePaginator(int nIdStatus, List<Demand> listDemand, int nTotalResult)
          Create a paginator and store it into session
 

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

Methods in fr.paris.lutece.plugins.crm.service.demand that return Demand
 Demand DemandService.findByPrimaryKey(int nIdDemand)
          Find a demand by its primary key
 

Methods in fr.paris.lutece.plugins.crm.service.demand that return types with arguments of type Demand
 List<Demand> DemandService.findAll()
          Find all demands
 List<Demand> DemandService.findByFilter(DemandFilter dFilter)
          Find by filter
 Map<String,List<Demand>> DemandService.findByFilterMap(DemandFilter dFilter, Locale locale, PaginationFilterSortManager paginationFilterSortManager)
          Find by filter with map
 List<Demand> DemandService.findByFilterWithPagination(DemandFilter dFilter, IPaginationProperties paginationProperties)
          Find by filter with pagination
 Map<String,List<Demand>> DemandService.findByIdCRMUser(int nIdCRMUser, Locale locale, int nIdStatusToSort, List<DemandSort> listDemandSort)
          Find the demands given an user crm id, results can be sorted
 

Methods in fr.paris.lutece.plugins.crm.service.demand with parameters of type Demand
 int DemandService.create(Demand demand)
          Create a new demand
 void DemandService.update(Demand demand)
          Update a demand
 



Copyright © 2013 Mairie de Paris. All Rights Reserved.