|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
static java.util.List<Demand> |
DemandHome.findAll()
Find all demands |
static java.util.List<Demand> |
DemandHome.findByFilter(DemandFilter dFilter)
Find by filter |
java.util.List<Demand> |
IDemandDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all demands |
java.util.List<Demand> |
DemandDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all demands |
java.util.List<Demand> |
IDemandDAO.selectByFilter(DemandFilter dFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find by filter |
java.util.List<Demand> |
DemandDAO.selectByFilter(DemandFilter dFilter,
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 |
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 | |
---|---|
java.util.List<Demand> |
DemandService.findAll()
Find all demands |
java.util.List<Demand> |
DemandService.findByFilter(DemandFilter dFilter)
Find by filter |
java.util.Map<java.lang.String,java.util.List<Demand>> |
DemandService.findByIdCRMUser(int nIdCRMUser,
java.util.Locale locale)
Find the demands given an user crm id |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |