Package ru.bgcrm.service
Interface GsmService
- All Known Implementing Classes:
GsmServiceImpl
public interface GsmService
-
Method Summary
Modifier and TypeMethodDescriptiongetDailyWaybillAddresses(int cityIdOfficeAddress, List<Date> workerDays, List<InterCity> interCityRides) getDailyWaybillAddressesFromProcess(int userId, List<Date> selectedWorkerDaysInParam) getUserDailyRoutes(Date date) getUserMonthlyRoutes(List<Date> dateList) getWaybillAddressesFromSEGroupQuarters(int userId, int officeCityId) getWorkerDays(Date dateFrom, Date dateTo)
-
Method Details
-
getWorkerDays
- Throws:
BGException
-
getUserMonthlyRoutes
- Throws:
BGException
-
getDailyWaybillAddresses
List<DailyWaybillAddress> getDailyWaybillAddresses(int cityIdOfficeAddress, List<Date> workerDays, List<InterCity> interCityRides) throws BGException - Throws:
BGException
-
getUserDailyRoutes
- Throws:
BGException
-
getDailyWaybillAddressesFromProcess
List<DailyWaybillAddress> getDailyWaybillAddressesFromProcess(int userId, List<Date> selectedWorkerDaysInParam) -
getWaybillAddressesFromSEGroupQuarters
-