Uses of Class
com.timeanddate.services.common.ServerSideException
Packages that use ServerSideException
-
Uses of ServerSideException in com.timeanddate.services
Methods in com.timeanddate.services that throw ServerSideExceptionModifier and TypeMethodDescriptionBusinessDateService.addDays(TADDateTime startDate, int days, LocationId placeId)
The businessdate service can be used to find a business date from a specified number of days.BusinessDateService.addDays(TADDateTime startDate, List<Integer> days, LocationId placeId)
The businessdate service can be used to find a business date from a specified number of days.ConvertTimeService.convertTime(LocationId fromId, TADDateTime date)
Converts the time by using a LocationId and a Calendar to convert to.ConvertTimeService.convertTime(LocationId fromId, TADDateTime date, List<LocationId> toIds)
Converts the time by using a LocationId, a Calendar and a list of IDs to convert to.ConvertTimeService.convertTime(LocationId fromId, String iso)
ConvertTimeService.convertTime(LocationId fromId, String iso, List<LocationId> toIds)
Converts the time by using a LocationId, a ISO-string and a list of IDs to convert to.ConvertTimeService.convertTime(LocationId fromId, Calendar date)
Converts the time by using a LocationId and a Calendar to convert to.ConvertTimeService.convertTime(LocationId fromId, Calendar date, List<LocationId> toIds)
Converts the time by using a LocationId, a Calendar and a list of IDs to convert to.TimeService.currentTimeForPlace(LocationId placeId)
Retrieves the current time for place by ID.AstronomyService.getAstronomicalInfo(AstronomyObjectType objectType, LocationId placeId, TADDateTime startDate)
Gets the specified object type (Moon, Sun) for a specified place by start date.AstronomyService.getAstronomicalInfo(AstronomyObjectType objectType, LocationId placeId, TADDateTime startDate, TADDateTime endDate)
Gets the specified object type (Moon, Sun) for a specified place by start date.AstronomyService.getAstronomicalInfo(AstronomyObjectType objectType, LocationId placeId, Calendar startDate)
Gets the specified object type (Moon, Sun) for a specified place by start date.AstronomyService.getAstronomicalInfo(AstronomyObjectType objectType, LocationId placeId, Calendar startDate, Calendar endDate)
Gets the specified object type (Moon, Sun) for a specified place by start date.DSTService.getDaylightSavingTime()
Gets the all entries with daylight saving timeDSTService.getDaylightSavingTime(int year)
Gets the daylight saving time by year.DSTService.getDaylightSavingTime(String countryCode)
Gets the daylight saving time by ISO3166-1-alpha-2 Country CodeDSTService.getDaylightSavingTime(String countryCode, int year)
Gets the daylight saving time by country and year.DialCodeService.getDialCode(LocationId toLocation)
Gets the dial code for the location you want to callDialCodeService.getDialCode(LocationId toLocation, LocationId fromLocation)
Gets the dial code for the location you want to call, from whereDialCodeService.getDialCode(LocationId toLocation, LocationId fromLocation, int number)
Gets the dial code for the location you want to call, from where with numberBusinessDurationService.getDuration(TADDateTime startDate, TADDateTime endDate, LocationId placeId)
The businessduration service can be used to calculate the number of business days between a specified start date and end date.PlacesService.getPlaces()
Gets list of supported placesHolidaysService.holidaysForCountry(String country)
The holidays service can be used to retrieve the list of holidays for a country.HolidaysService.holidaysForCountry(String countryCode, int year)
The holidays service can be used to retrieve the list of holidays for a country.BusinessDateService.subtractDays(TADDateTime startDate, int days, LocationId placeId)
The businessdate service can be used to find a business date from a specified number of days.BusinessDateService.subtractDays(TADDateTime startDate, List<Integer> days, LocationId placeId)
The businessdate service can be used to find a business date from a specified number of days. -
Uses of ServerSideException in com.timeanddate.services.common
Methods in com.timeanddate.services.common that throw ServerSideException