|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DemandType | |
---|---|
fr.paris.lutece.plugins.crm.business.demand | |
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 java.util.List<DemandType> |
DemandTypeHome.findAll()
Find all demandTypes |
static java.util.List<DemandType> |
DemandTypeHome.findByFilter(DemandTypeFilter dtFilter)
Find by filter |
static java.util.List<DemandType> |
DemandTypeHome.findByIdCategoryAndDate(int nIdCategory,
java.util.Date dateToday)
Find the list of demandTypes by id category and date |
java.util.List<DemandType> |
IDemandTypeDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all demand types |
java.util.List<DemandType> |
DemandTypeDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all demand types |
java.util.List<DemandType> |
IDemandTypeDAO.selectByIdCategoryAndDate(int nIdCategory,
java.util.Date dateToday,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all demand types for the LuteceUser |
java.util.List<DemandType> |
DemandTypeDAO.selectByIdCategoryAndDate(int nIdCategory,
java.util.Date dateToday,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all demand types for the LuteceUser |
java.util.List<DemandType> |
IDemandTypeDAO.selectDemandTypesByFilter(DemandTypeFilter dtFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find by filter |
java.util.List<DemandType> |
DemandTypeDAO.selectDemandTypesByFilter(DemandTypeFilter dtFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find by filter |
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.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 | |
---|---|
java.util.List<DemandType> |
DemandTypeService.findAll()
Find all demand types |
java.util.List<DemandType> |
DemandTypeService.findByFilter(DemandTypeFilter dtFilter)
Find the demand types given a filter |
java.util.Map<java.lang.String,java.util.List<DemandType>> |
DemandTypeService.findForLuteceUser(javax.servlet.http.HttpServletRequest request)
Find the list of demand types for the lutece user ordered by id category |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |