Uses of Class
org.exoplatform.timetracker.dto.Location
-
Packages that use Location Package Description org.exoplatform.timetracker.rest org.exoplatform.timetracker.service org.exoplatform.timetracker.storage -
-
Uses of Location in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type Location Modifier and Type Method Description javax.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 Location Modifier and Type Method Description LocationTimeTrackerSettingsService. createLocation(Location location)Create new Location that will be available for all users.LocationTimeTrackerSettingsService. updateLocation(Location Location, java.lang.String username)Update an existing Location on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type Location Modifier and Type Method Description java.util.List<Location>TimeTrackerSettingsService. 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 Location Modifier and Type Method Description LocationTimeTrackerSettingsService. createLocation(Location location)Create new Location that will be available for all users.LocationTimeTrackerSettingsService. updateLocation(Location Location, java.lang.String username)Update an existing Location on datasource. -
Uses of Location in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return Location Modifier and Type Method Description LocationSettingsStorage. createLocation(Location location)createLocation.LocationSettingsStorage. getLocationByCode(java.lang.String code)getLocationById.LocationSettingsStorage. toLocationDTO(LocationEntity locationEntity)toLocationDTO.LocationSettingsStorage. updateLocation(Location location)updateLocation.Methods in org.exoplatform.timetracker.storage that return types with arguments of type Location Modifier and Type Method Description java.util.List<Location>SettingsStorage. getLocations()getLocations.Methods in org.exoplatform.timetracker.storage with parameters of type Location Modifier and Type Method Description LocationSettingsStorage. createLocation(Location location)createLocation.LocationEntitySettingsStorage. toLocationEntity(Location location)toLocationEntity.LocationSettingsStorage. updateLocation(Location location)updateLocation.
-