Uses of Class
org.exoplatform.timetracker.dto.Location
Packages that use Location
Package
Description
-
Uses of Location in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type LocationModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseSettingsManagementREST.createLocation(Location location) createLocation.javax.ws.rs.core.ResponseSettingsManagementREST.updateLocation(Location location) updateLocation. -
Uses of Location in org.exoplatform.timetracker.service
Methods in org.exoplatform.timetracker.service that return LocationModifier and TypeMethodDescriptionTimeTrackerSettingsService.createLocation(Location location) Create new Location that will be available for all users.TimeTrackerSettingsService.updateLocation(Location Location, String username) Update an existing Location on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type LocationModifier and TypeMethodDescriptionTimeTrackerSettingsService.getLocationsList()Retrieves the list of Activities with offset, limit and a keyword that can be emptyMethods in org.exoplatform.timetracker.service with parameters of type LocationModifier and TypeMethodDescriptionTimeTrackerSettingsService.createLocation(Location location) Create new Location that will be available for all users.TimeTrackerSettingsService.updateLocation(Location Location, String username) Update an existing Location on datasource. -
Uses of Location in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return LocationModifier and TypeMethodDescriptionSettingsStorage.createLocation(Location location) createLocation.SettingsStorage.getLocationByCode(String code) getLocationById.SettingsStorage.toLocationDTO(LocationEntity locationEntity) toLocationDTO.SettingsStorage.updateLocation(Location location) updateLocation.Methods in org.exoplatform.timetracker.storage that return types with arguments of type LocationMethods in org.exoplatform.timetracker.storage with parameters of type LocationModifier and TypeMethodDescriptionSettingsStorage.createLocation(Location location) createLocation.SettingsStorage.toLocationEntity(Location location) toLocationEntity.SettingsStorage.updateLocation(Location location) updateLocation.