Modifier and Type | Class and Description |
---|---|
class |
Ticket
Ticket
|
Modifier and Type | Method and Description |
---|---|
static Demand |
DemandService.getDemand(String strDemandId,
String strDemandTypeId,
fr.paris.lutece.portal.business.user.AdminUser user)
Return a Demand object from an Id
|
Demand |
MokeDemandService.getDemand(String strDemandId,
String strDemandTypeId,
fr.paris.lutece.portal.business.user.AdminUser user) |
Demand |
IDemandService.getDemand(String strDemandId,
String strDemandTypeId,
fr.paris.lutece.portal.business.user.AdminUser user)
Provides a demand from its ID
|
Modifier and Type | Method and Description |
---|---|
static List<Demand> |
DemandService.getDemands(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user,
int nStatus)
Gets a list of demand for a given Customer
|
static List<Demand> |
DemandService.getDemandsExcludingTypes(Customer customer,
List<String> listExcludedTypes,
fr.paris.lutece.portal.business.user.AdminUser user)
Gets a list of demand for a given Customer filtered by types
|
static List<Demand> |
DemandService.getDemandsIncludingTypes(Customer customer,
List<String> listIncludedTypes,
fr.paris.lutece.portal.business.user.AdminUser user)
Gets a list of demand for a given Customer filtered by types
|
Modifier and Type | Method and Description |
---|---|
static Demand |
DemandTypeService.setDemandActions(BaseDemand base,
Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Create a demand with actions from a base demand
|
static Demand |
DemandTypeService.setDemandActions(Demand demand,
Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Add actions to a given demand with actions from a base demand
|
Modifier and Type | Method and Description |
---|---|
static Demand |
DemandTypeService.setDemandActions(Demand demand,
Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Add actions to a given demand with actions from a base demand
|
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractDemandActionGroupBuilder.processGroupBadgeColor(Demand demand,
String strCurrentBadgeColor,
String strActiveBadgeColor)
Process the badge color
|
protected String |
AbstractDemandActionGroupBuilder.processItemColor(Demand demand,
String strActiveColor) |
Copyright © 2016 City of Paris. All rights reserved.