public class MokeDemandService extends Object implements IDemandService
Constructor and Description |
---|
MokeDemandService() |
Modifier and Type | Method and Description |
---|---|
Demand |
getDemand(String strDemandId,
String strDemandTypeId,
fr.paris.lutece.portal.business.user.AdminUser user)
Provides a demand from its ID
|
List<BaseDemand> |
getDemands(String strCustomerId,
fr.paris.lutece.portal.business.user.AdminUser user)
Provides demands from a given customer
|
public Demand getDemand(String strDemandId, String strDemandTypeId, fr.paris.lutece.portal.business.user.AdminUser user)
IDemandService
getDemand
in interface IDemandService
strDemandId
- The IDstrDemandTypeId
- The demand type IDuser
- The userpublic List<BaseDemand> getDemands(String strCustomerId, fr.paris.lutece.portal.business.user.AdminUser user)
IDemandService
getDemands
in interface IDemandService
strCustomerId
- The customer IDuser
- The userCopyright © 2016 City of Paris. All rights reserved.