public interface IDemandService
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
|
Demand getDemand(String strDemandId, String strDemandTypeId, fr.paris.lutece.portal.business.user.AdminUser user)
strDemandId
- The IDstrDemandTypeId
- The demand type IDuser
- The userList<BaseDemand> getDemands(String strCustomerId, fr.paris.lutece.portal.business.user.AdminUser user)
strCustomerId
- The customer IDuser
- The userCopyright © 2016 City of Paris. All rights reserved.