A C D E F G H I L M N O P R S T U V W Y 
All Classes All Packages

A

activityTimeDifferenz - Static variable in class de.hirola.sportslibrary.Global.Defaults
 
actualYear - Static variable in class de.hirola.sportslibrary.Global.Defaults
 
add(PersistentObject) - Method in class de.hirola.sportslibrary.DataRepository
Adds a new object to the local datastore.
addDelegate(DatastoreDelegate) - Method in class de.hirola.sportslibrary.SportsLibrary
Add a delegate to the library to inform about datastore events.
addEntry(RunningPlanEntry) - Method in class de.hirola.sportslibrary.model.RunningPlan
Add a training entry to the plan.
ALTITUDE - Static variable in interface de.hirola.sportslibrary.tables.TrackLocationColumns
 
APP_DEBUG_MODE - Static variable in class de.hirola.sportslibrary.Global
enable / disable debug mode
appID - Static variable in class de.hirola.sportslibrary.Global.AppSettings
 
AppSettings() - Constructor for class de.hirola.sportslibrary.Global.AppSettings
 
AVGSPEED - Static variable in interface de.hirola.sportslibrary.tables.TrackColumns
 

C

CREATE_TABLE - Static variable in interface de.hirola.sportslibrary.tables.TrackColumns
 
CREATE_TABLE - Static variable in interface de.hirola.sportslibrary.tables.TrackLocationColumns
 
CREATE_TABLE_INDEX - Static variable in interface de.hirola.sportslibrary.tables.TrackColumns
 
CREATE_TABLE_INDEX - Static variable in interface de.hirola.sportslibrary.tables.TrackLocationColumns
 

D

DataRepository - Class in de.hirola.sportslibrary
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
DataRepository(String, DatastoreDelegate) - Constructor for class de.hirola.sportslibrary.DataRepository
Create the local datastore access layer.
DatastoreDelegate - Interface in de.hirola.sportslibrary
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
daysOfWeeks - Static variable in class de.hirola.sportslibrary.Global.Defaults
 
de.hirola.sportslibrary - package de.hirola.sportslibrary
 
de.hirola.sportslibrary.model - package de.hirola.sportslibrary.model
 
de.hirola.sportslibrary.tables - package de.hirola.sportslibrary.tables
 
de.hirola.sportslibrary.util - package de.hirola.sportslibrary.util
 
debug(String, String, Exception) - Method in class de.hirola.sportslibrary.util.Logger
Create an debug log entry.
debugMode - Static variable in class de.hirola.sportslibrary.Global.PreferencesKeys
 
Defaults() - Constructor for class de.hirola.sportslibrary.Global.Defaults
 
DESCRIPTION - Static variable in interface de.hirola.sportslibrary.tables.TrackColumns
 
didObjectAdded(PersistentObject) - Method in interface de.hirola.sportslibrary.DatastoreDelegate
 
didObjectAdded(PersistentObject) - Method in class de.hirola.sportslibrary.SportsLibrary
 
didObjectRemoved(PersistentObject) - Method in interface de.hirola.sportslibrary.DatastoreDelegate
 
didObjectRemoved(PersistentObject) - Method in class de.hirola.sportslibrary.SportsLibrary
 
didObjectUpdated(PersistentObject) - Method in interface de.hirola.sportslibrary.DatastoreDelegate
 
didObjectUpdated(PersistentObject) - Method in class de.hirola.sportslibrary.SportsLibrary
 
DISTANCE - Static variable in interface de.hirola.sportslibrary.tables.TrackColumns
 

E

equals(Object) - Method in class de.hirola.sportslibrary.model.LocationData
 
equals(Object) - Method in class de.hirola.sportslibrary.model.MovementType
 
equals(Object) - Method in class de.hirola.sportslibrary.model.RunningPlan
 
equals(Object) - Method in class de.hirola.sportslibrary.model.RunningPlanEntry
 
equals(Object) - Method in class de.hirola.sportslibrary.model.Track
 
equals(Object) - Method in class de.hirola.sportslibrary.model.Track.Id
 
equals(Object) - Method in class de.hirola.sportslibrary.model.Training
 
equals(Object) - Method in class de.hirola.sportslibrary.model.TrainingType
 
equals(Object) - Method in class de.hirola.sportslibrary.model.User
 
error(String, String, Exception) - Method in class de.hirola.sportslibrary.util.Logger
Create an error log entry.
exportRunningPlanToJSON(RunningPlan, Path) - Method in class de.hirola.sportslibrary.util.TemplateLoader
Exports (saves?)

F

fileName - Variable in class de.hirola.sportslibrary.util.RunningPlanTemplateFile
 
findAll(Class<? extends PersistentObject>) - Method in class de.hirola.sportslibrary.DataRepository
Get all objects with a given type.

G

genderValues - Static variable in class de.hirola.sportslibrary.Global.TrainingParameter
 
getActiveRunningPlan() - Method in class de.hirola.sportslibrary.model.User
Get the first name of user.
getAltitudeDifference() - Method in class de.hirola.sportslibrary.model.Track
Get the altitudeDifference of the track in meter.
getAltitudeDifference() - Method in class de.hirola.sportslibrary.model.Training
Get the name of the training.
getAppUser() - Method in class de.hirola.sportslibrary.SportsLibrary
Get the user of the app, the "athlete".
getAverageSpeed() - Method in class de.hirola.sportslibrary.model.Track
Get the average speed of the track in km/h.
getAverageSpeed() - Method in class de.hirola.sportslibrary.model.Training
Get the average speed of the training.
getBirthday() - Method in class de.hirola.sportslibrary.model.User
Get the birthday of the user.
getColorKeyString() - Method in class de.hirola.sportslibrary.model.MovementType
Get the color string for the token of the movement type.
getDataRepository() - Method in class de.hirola.sportslibrary.SportsLibrary
Get the local datastore for the library.
getDay() - Method in class de.hirola.sportslibrary.model.RunningPlanEntry
Get the (rounded) percentage of completed training sessions.
getDay() - Method in class de.hirola.sportslibrary.util.RunningPlanTemplateUnit
Get day of unit.
getDescription() - Method in class de.hirola.sportslibrary.model.Track
Get the name the track.
getDistance() - Method in class de.hirola.sportslibrary.model.Track
Get the distance of the track in meters.
getDistance() - Method in class de.hirola.sportslibrary.model.Training
Get the distance of the training.
getDuration() - Method in class de.hirola.sportslibrary.model.RunningPlan
Total duration for all training segments in minutes.
getDuration() - Method in class de.hirola.sportslibrary.model.RunningPlanEntry
The total duration of the training session in minutes, i.e. the sum of the individual training sections.
getDuration() - Method in class de.hirola.sportslibrary.model.RunningUnit
Get the duration of the unit.
getDuration() - Method in class de.hirola.sportslibrary.model.Training
Get the duration of the training.
getDuration() - Method in class de.hirola.sportslibrary.util.RunningPlanTemplateUnit
Get duration of unit in minutes.
getEmailAddress() - Method in class de.hirola.sportslibrary.model.User
Get the email address of the user.
getEntries() - Method in class de.hirola.sportslibrary.model.RunningPlan
Get the entries (days) of the plan.
getFileName() - Method in class de.hirola.sportslibrary.util.RunningPlanTemplateFile
Get the file name of template (json) file.
getFirstName() - Method in class de.hirola.sportslibrary.model.User
Get the first name of the user.
getGender() - Method in class de.hirola.sportslibrary.model.User
Get the gender of the user.
getId() - Method in class de.hirola.sportslibrary.model.Track.Id
Get the id.
getIdentityAttributeNames() - Method in class de.hirola.sportslibrary.model.LocationData
 
getIdentityAttributeNames() - Method in class de.hirola.sportslibrary.model.MovementType
 
getIdentityAttributeNames() - Method in class de.hirola.sportslibrary.model.RunningPlan
 
getIdentityAttributeNames() - Method in class de.hirola.sportslibrary.model.RunningPlanEntry
 
getIdentityAttributeNames() - Method in class de.hirola.sportslibrary.model.RunningUnit
 
getIdentityAttributeNames() - Method in class de.hirola.sportslibrary.model.Track
 
getIdentityAttributeNames() - Method in class de.hirola.sportslibrary.model.Training
 
getIdentityAttributeNames() - Method in class de.hirola.sportslibrary.model.TrainingType
 
getIdentityAttributeNames() - Method in class de.hirola.sportslibrary.model.User
 
getIdentityAttributeNames() - Method in class de.hirola.sportslibrary.PersistentObject
Get a list of all (persistent) attribute names of the object
getImageName() - Method in class de.hirola.sportslibrary.model.TrainingType
Get the name of the image for the training type.
getImportDate() - Method in class de.hirola.sportslibrary.model.Track
Get the import date of the track.
getInstance(String) - Static method in class de.hirola.sportslibrary.util.Logger
Get an instance of logger.
getKey() - Method in class de.hirola.sportslibrary.model.MovementType
Get the token for the movement type.
getLastName() - Method in class de.hirola.sportslibrary.model.User
Get the last name of the user.
getLocations() - Method in class de.hirola.sportslibrary.model.Track
Get the locations of the track.
getMaxPulse() - Method in class de.hirola.sportslibrary.model.User
Get the max pulse of user.
getMessage() - Method in exception de.hirola.sportslibrary.SportsLibraryException
 
getMovementType() - Method in class de.hirola.sportslibrary.model.RunningUnit
Get the type of movement for the unit.
getMovementTypeTemplates() - Method in interface de.hirola.sportslibrary.SportsLibraryApplication
 
getName() - Method in class de.hirola.sportslibrary.model.RunningPlan
Get the name of the plan.
getName() - Method in class de.hirola.sportslibrary.model.Track
Get the name the track.
getName() - Method in class de.hirola.sportslibrary.model.Training
Get the name of the training.
getName() - Method in class de.hirola.sportslibrary.model.TrainingType
Get the name of the training type.
getName() - Method in class de.hirola.sportslibrary.util.RunningPlanTemplate
 
getName() - Method in class de.hirola.sportslibrary.util.RunningPlanTemplateFile
Get the name of running plan.
getOrderNumber() - Method in class de.hirola.sportslibrary.model.RunningPlan
Get the training order number of the plan.
getOrderNumber() - Method in class de.hirola.sportslibrary.util.RunningPlanTemplate
 
getPace() - Method in class de.hirola.sportslibrary.model.MovementType
Get the pace for the movement type.
getRemarks() - Method in class de.hirola.sportslibrary.model.RunningPlan
Get the remarks of the plan.
getRemarks() - Method in class de.hirola.sportslibrary.model.Training
Get the remarks of the training.
getRemarks() - Method in class de.hirola.sportslibrary.model.TrainingType
Get remarks of the training type.
getRemarks() - Method in class de.hirola.sportslibrary.util.RunningPlanTemplate
 
getRunningPlanTemplates() - Method in interface de.hirola.sportslibrary.SportsLibraryApplication
 
getRunningUnits() - Method in class de.hirola.sportslibrary.model.RunningPlanEntry
Get the (rounded) percentage of completed training sessions.
getSpeed() - Method in class de.hirola.sportslibrary.model.MovementType
Get the speed for the movement type.
getSpeed() - Method in class de.hirola.sportslibrary.model.TrainingType
Get the speed of the training type.
getStartDate() - Method in class de.hirola.sportslibrary.model.RunningPlan
Get the start date of the plan.
getStartTime() - Method in class de.hirola.sportslibrary.model.Track
Get the start time the track in milliseconds to UTC Time or -1 if no time is set.
getStopTime() - Method in class de.hirola.sportslibrary.model.Track
Get the stop time the track in milliseconds to UTC Time or -1 if no time is set.
getStringForKey() - Method in class de.hirola.sportslibrary.model.MovementType
Get the token for the movement type.
getTrack() - Method in class de.hirola.sportslibrary.model.Training
Get the track of the training.
getTrackId() - Method in class de.hirola.sportslibrary.model.Track
Get the temporary id of the track.
getTrainingDate() - Method in class de.hirola.sportslibrary.model.Training
Get the date of the training.
getTrainingLevel() - Method in class de.hirola.sportslibrary.model.User
Get the training level of user.
getTrainingType() - Method in class de.hirola.sportslibrary.model.Training
Get the type of the training.
getTrainingTypeTemplates() - Method in interface de.hirola.sportslibrary.SportsLibraryApplication
 
getTrainingUnits() - Method in class de.hirola.sportslibrary.util.RunningPlanTemplate
 
getUnits() - Method in class de.hirola.sportslibrary.util.RunningPlanTemplateUnit
Get a List of movements with durations.
getWeek() - Method in class de.hirola.sportslibrary.model.RunningPlanEntry
Get the (rounded) percentage of completed training sessions.
getWeek() - Method in class de.hirola.sportslibrary.util.RunningPlanTemplateUnit
Get week of unit.
Global - Class in de.hirola.sportslibrary
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
Global() - Constructor for class de.hirola.sportslibrary.Global
 
Global.AppSettings - Class in de.hirola.sportslibrary
app parameter
Global.Defaults - Class in de.hirola.sportslibrary
 
Global.PreferencesKeys - Class in de.hirola.sportslibrary
user settings keys
Global.TrainingParameter - Class in de.hirola.sportslibrary
training parameter
Global.ValidLocationValues - Class in de.hirola.sportslibrary
validation parameter for locations
Global.ViewDefaults - Class in de.hirola.sportslibrary
 

H

hashCode() - Method in class de.hirola.sportslibrary.model.LocationData
 
hashCode() - Method in class de.hirola.sportslibrary.model.MovementType
 
hashCode() - Method in class de.hirola.sportslibrary.model.RunningPlan
 
hashCode() - Method in class de.hirola.sportslibrary.model.RunningPlanEntry
 
hashCode() - Method in class de.hirola.sportslibrary.model.Track
 
hashCode() - Method in class de.hirola.sportslibrary.model.Track.Id
 
hashCode() - Method in class de.hirola.sportslibrary.model.Training
 
hashCode() - Method in class de.hirola.sportslibrary.model.TrainingType
 
hashCode() - Method in class de.hirola.sportslibrary.model.User
 
hideTemplates - Static variable in class de.hirola.sportslibrary.Global.PreferencesKeys
 

I

Id(long) - Constructor for class de.hirola.sportslibrary.model.Track.Id
Create a new id object with a given number.
ID - Static variable in interface de.hirola.sportslibrary.tables.TrackColumns
 
ID - Static variable in interface de.hirola.sportslibrary.tables.TrackLocationColumns
 
importRunningPlanFromTemplate(RunningPlanTemplate) - Method in class de.hirola.sportslibrary.util.TemplateLoader
Create a running plan from a plan template object.
info(String, String, Exception) - Method in class de.hirola.sportslibrary.util.Logger
Create an info log entry.
isActive() - Method in class de.hirola.sportslibrary.model.RunningPlan
Indicates whether the schedule is selected and used.
isCompleted() - Method in class de.hirola.sportslibrary.model.RunningPlan
Indicates whether the run plan has already been completed, i.e. has been carried out.
isCompleted() - Method in class de.hirola.sportslibrary.model.RunningPlanEntry
Indicates whether the run plan entry (training day) has been completed.
isCompleted() - Method in class de.hirola.sportslibrary.model.RunningUnit
Get a flag to determine if unit is completed.
isEmpty() - Method in class de.hirola.sportslibrary.DataRepository
Get a flag to determine if the datastore is empty.
isOpen() - Method in class de.hirola.sportslibrary.DataRepository
Get a flag to determine if the datastore is open.
isTemplate - Variable in class de.hirola.sportslibrary.util.RunningPlanTemplate
 
isTemplate() - Method in class de.hirola.sportslibrary.model.RunningPlan
Get a flag, if the plan is a template.

L

LATITUDE - Static variable in interface de.hirola.sportslibrary.tables.TrackLocationColumns
 
latitudeMaxValue - Static variable in class de.hirola.sportslibrary.Global.ValidLocationValues
 
latitudeMinValue - Static variable in class de.hirola.sportslibrary.Global.ValidLocationValues
 
loadAllFromJSON() - Method in class de.hirola.sportslibrary.util.TemplateLoader
Loads objects of specific types from available templates (JSON) and adds them to the local data store.
loadFromJSON(Class<? extends KintoObject>) - Method in class de.hirola.sportslibrary.util.TemplateLoader
Loads objects of a specific type from templates (JSON) and adds them to the local data store.
loadRunningPlanTemplateFromJSON(InputStream) - Method in class de.hirola.sportslibrary.util.TemplateLoader
Load a plan template to create (complex) plan objects from a json file.
LocationData - Class in de.hirola.sportslibrary.model
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
LocationData() - Constructor for class de.hirola.sportslibrary.model.LocationData
Default constructor for reflection.
LocationData(double, double) - Constructor for class de.hirola.sportslibrary.model.LocationData
Creates a location object.
LocationData(long, String, double, double, double, double) - Constructor for class de.hirola.sportslibrary.model.LocationData
Creates a location object.
locationUpdatesRecordsBeginsAt - Static variable in class de.hirola.sportslibrary.Global.Defaults
 
Logger - Class in de.hirola.sportslibrary.util
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
LONGITUDE - Static variable in interface de.hirola.sportslibrary.tables.TrackLocationColumns
 
longitudeMaxValue - Static variable in class de.hirola.sportslibrary.Global.ValidLocationValues
 
longitudeMinValue - Static variable in class de.hirola.sportslibrary.Global.ValidLocationValues
 

M

mapboxAccessToken - Static variable in class de.hirola.sportslibrary.Global.AppSettings
 
monthlyBikeTrainingTableHeader - Static variable in class de.hirola.sportslibrary.Global.ViewDefaults
 
movementTolerance - Static variable in class de.hirola.sportslibrary.Global.Defaults
 
MovementType - Class in de.hirola.sportslibrary.model
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
MovementType() - Constructor for class de.hirola.sportslibrary.model.MovementType
Default constructor for reflection.
MovementType(String, String, String, double, double) - Constructor for class de.hirola.sportslibrary.model.MovementType
Creates a movement type object.
movementTypeDefaultColorString - Static variable in class de.hirola.sportslibrary.Global.ViewDefaults
 
movementTypes - Static variable in class de.hirola.sportslibrary.Global.TrainingParameter
 

N

name - Variable in class de.hirola.sportslibrary.util.RunningPlanTemplate
 
name - Variable in class de.hirola.sportslibrary.util.RunningPlanTemplateFile
 
NAME - Static variable in interface de.hirola.sportslibrary.tables.TrackColumns
 
numberOfSelectableTrainingStartWeeks - Static variable in class de.hirola.sportslibrary.Global.Defaults
 

O

orderNumber - Variable in class de.hirola.sportslibrary.util.RunningPlanTemplate
 

P

percentCompleted() - Method in class de.hirola.sportslibrary.model.RunningPlan
Get the (rounded) percentage of completed training sessions.
percentCompleted() - Method in class de.hirola.sportslibrary.model.RunningPlanEntry
(Rounded) percentage of run segments completed.
PersistentObject - Class in de.hirola.sportslibrary
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
PersistentObject() - Constructor for class de.hirola.sportslibrary.PersistentObject
 
PreferencesKeys() - Constructor for class de.hirola.sportslibrary.Global.PreferencesKeys
 
PROVIDER - Static variable in interface de.hirola.sportslibrary.tables.TrackLocationColumns
 

R

remarks - Variable in class de.hirola.sportslibrary.util.RunningPlanTemplate
 
remove(PersistentObject) - Method in class de.hirola.sportslibrary.DataRepository
Removes an existing object from the local datastore.
removeDelegate(DatastoreDelegate) - Method in class de.hirola.sportslibrary.SportsLibrary
Removes a delegate from the library.
routeCollectionTableHeader - Static variable in class de.hirola.sportslibrary.Global.ViewDefaults
 
RunningPlan - Class in de.hirola.sportslibrary.model
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
RunningPlan() - Constructor for class de.hirola.sportslibrary.model.RunningPlan
Default constructor for reflection.
RunningPlan(String, String, int, ArrayList<RunningPlanEntry>, boolean) - Constructor for class de.hirola.sportslibrary.model.RunningPlan
Creates a running plan.
runningPlanEntriesForWeek(int) - Method in class de.hirola.sportslibrary.model.RunningPlan
Returns all training units (all days) of the given week.
RunningPlanEntry - Class in de.hirola.sportslibrary.model
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
RunningPlanEntry() - Constructor for class de.hirola.sportslibrary.model.RunningPlanEntry
Default constructor for reflection.
RunningPlanEntry(int, int, ArrayList<RunningUnit>) - Constructor for class de.hirola.sportslibrary.model.RunningPlanEntry
Create a running plan entry.
runningPlanTableHeader - Static variable in class de.hirola.sportslibrary.Global.ViewDefaults
 
RunningPlanTemplate - Class in de.hirola.sportslibrary.util
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
RunningPlanTemplate() - Constructor for class de.hirola.sportslibrary.util.RunningPlanTemplate
Default constructor for import from json.
RunningPlanTemplate(String, String, int, boolean, List<RunningPlanTemplateUnit>) - Constructor for class de.hirola.sportslibrary.util.RunningPlanTemplate
 
RunningPlanTemplate(String, String, int, List<RunningPlanTemplateUnit>) - Constructor for class de.hirola.sportslibrary.util.RunningPlanTemplate
 
RunningPlanTemplateFile - Class in de.hirola.sportslibrary.util
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
RunningPlanTemplateFile() - Constructor for class de.hirola.sportslibrary.util.RunningPlanTemplateFile
Default constructor for import from json.
RunningPlanTemplateFile(String, String) - Constructor for class de.hirola.sportslibrary.util.RunningPlanTemplateFile
Create an object which represents a json file with a template for import.
RunningPlanTemplateUnit - Class in de.hirola.sportslibrary.util
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
RunningPlanTemplateUnit() - Constructor for class de.hirola.sportslibrary.util.RunningPlanTemplateUnit
Default constructor for import from json.
RunningPlanTemplateUnit(int, int, int, String[]) - Constructor for class de.hirola.sportslibrary.util.RunningPlanTemplateUnit
Create a template object.
RunningUnit - Class in de.hirola.sportslibrary.model
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
RunningUnit() - Constructor for class de.hirola.sportslibrary.model.RunningUnit
Default constructor for reflection.
RunningUnit(int, MovementType) - Constructor for class de.hirola.sportslibrary.model.RunningUnit
Create a running unit of a plan entry.

S

saveTrainings - Static variable in class de.hirola.sportslibrary.Global.PreferencesKeys
 
sendDebugLog - Static variable in class de.hirola.sportslibrary.Global.PreferencesKeys
 
setActiveRunningPlan(RunningPlan) - Method in class de.hirola.sportslibrary.model.User
Set the active training plan.
setAltitudeDifference(double) - Method in class de.hirola.sportslibrary.model.Track
Set the altitudeDifference of the track in meter.
setAltitudeDifference(double) - Method in class de.hirola.sportslibrary.model.Training
Set the altitude difference of training.
setAverageSpeed(double) - Method in class de.hirola.sportslibrary.model.Track
Set the average speed of the track in km/h.
setAverageSpeed(double) - Method in class de.hirola.sportslibrary.model.Training
Set the average speed of the training.
setBirthday(LocalDate) - Method in class de.hirola.sportslibrary.model.User
Set the birthday of the user.
setColorKeyString(String) - Method in class de.hirola.sportslibrary.model.MovementType
Set the color for the token.
setCompleted(boolean) - Method in class de.hirola.sportslibrary.model.RunningUnit
Set a flag to determine if unit is completed.
setDescription(String) - Method in class de.hirola.sportslibrary.model.Track
Set the description of the track.
setDistance(double) - Method in class de.hirola.sportslibrary.model.Track
Set the distance of the track in meters.
setDistance(double) - Method in class de.hirola.sportslibrary.model.Training
Set the distance of the training.
setDuration(int) - Method in class de.hirola.sportslibrary.model.Training
Set the duration of the training.
setEmailAddress(String) - Method in class de.hirola.sportslibrary.model.User
Set the email address of the user.
setFirstName(String) - Method in class de.hirola.sportslibrary.model.User
Set the first name of the user.
setGender(int) - Method in class de.hirola.sportslibrary.model.User
Set the gender of the user.
setImageName(String) - Method in class de.hirola.sportslibrary.model.TrainingType
Set name of the image for the training type.
setLastName(String) - Method in class de.hirola.sportslibrary.model.User
Set the last name of the user.
setMaxPulse(int) - Method in class de.hirola.sportslibrary.model.User
Set the max pulse of the user.
setMovementType(MovementType) - Method in class de.hirola.sportslibrary.model.RunningUnit
Set the type of movement for the unit.
setName(String) - Method in class de.hirola.sportslibrary.model.RunningPlan
Set the name of the plan.
setName(String) - Method in class de.hirola.sportslibrary.model.Track
Set the name of the track.
setName(String) - Method in class de.hirola.sportslibrary.model.Training
Set the name of the training.
setName(String) - Method in class de.hirola.sportslibrary.model.TrainingType
Set the last name of the training type.
setOrderNumber(int) - Method in class de.hirola.sportslibrary.model.RunningPlan
Set the orderNumber of the plan.
setPace(double) - Method in class de.hirola.sportslibrary.model.MovementType
Set the pace for the speed of the movement type.
setRemarks(String) - Method in class de.hirola.sportslibrary.model.RunningPlan
Set the remarks of the plan.
setRemarks(String) - Method in class de.hirola.sportslibrary.model.Training
Set the remarks of the training.
setRemarks(String) - Method in class de.hirola.sportslibrary.model.TrainingType
Set the remarks of the training type.
setSpeed(double) - Method in class de.hirola.sportslibrary.model.MovementType
Set the speed for the movement type.
setSpeed(double) - Method in class de.hirola.sportslibrary.model.TrainingType
Set the speed for the training type.
setStartDate(LocalDate) - Method in class de.hirola.sportslibrary.model.RunningPlan
Set the start date of the plan.
setStartTime(long) - Method in class de.hirola.sportslibrary.model.Track
Set the start time of the track in milliseconds to UTC Time.
setStopTime(long) - Method in class de.hirola.sportslibrary.model.Track
Set the stop time of the track in milliseconds to UTC Time.
setTrack(Track) - Method in class de.hirola.sportslibrary.model.Training
Set the track of the training.
setTrackId(Track.Id) - Method in class de.hirola.sportslibrary.model.Track
Set the temporary track id for recording a track.
setTrainingDate(LocalDate) - Method in class de.hirola.sportslibrary.model.Training
Set the date of the training.
setTrainingLevel(int) - Method in class de.hirola.sportslibrary.model.User
Set the training level of the user.
setTrainingType(TrainingType) - Method in class de.hirola.sportslibrary.model.Training
Set the type of the training.
SPEED - Static variable in interface de.hirola.sportslibrary.tables.TrackLocationColumns
 
SportsLibrary - Class in de.hirola.sportslibrary
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
SportsLibrary(String, SportsLibraryApplication) - Constructor for class de.hirola.sportslibrary.SportsLibrary
Create a new library objekt for data management.
SportsLibraryApplication - Interface in de.hirola.sportslibrary
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
SportsLibraryException - Exception in de.hirola.sportslibrary
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
SportsLibraryException() - Constructor for exception de.hirola.sportslibrary.SportsLibraryException
Creates an empty exception object.
SportsLibraryException(Exception) - Constructor for exception de.hirola.sportslibrary.SportsLibraryException
Creates an exception object with a given exception .
SportsLibraryException(String) - Constructor for exception de.hirola.sportslibrary.SportsLibraryException
Creates an exception object with a given error message.
STARTTIME - Static variable in interface de.hirola.sportslibrary.tables.TrackColumns
 
STOPTIME - Static variable in interface de.hirola.sportslibrary.tables.TrackColumns
 

T

TABLE_NAME - Static variable in interface de.hirola.sportslibrary.tables.TrackColumns
 
TABLE_NAME - Static variable in interface de.hirola.sportslibrary.tables.TrackLocationColumns
 
TemplateLoader - Class in de.hirola.sportslibrary.util
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
TemplateLoader(DataRepository) - Constructor for class de.hirola.sportslibrary.util.TemplateLoader
 
TemplateLoader(DataRepository, SportsLibraryApplication) - Constructor for class de.hirola.sportslibrary.util.TemplateLoader
 
TIME_STAMP - Static variable in interface de.hirola.sportslibrary.tables.TrackLocationColumns
 
toString() - Method in class de.hirola.sportslibrary.model.Track.Id
 
Track - Class in de.hirola.sportslibrary.model
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed unter the AGPL-3.0 or later.
Track() - Constructor for class de.hirola.sportslibrary.model.Track
Default constructor for reflection.
Track(String, String, LocalDate, long, long, double, double, List<LocationData>) - Constructor for class de.hirola.sportslibrary.model.Track
Create an imported track.
Track(String, String, LocalDate, List<LocationData>) - Constructor for class de.hirola.sportslibrary.model.Track
Create an imported track.
Track(String, String, long) - Constructor for class de.hirola.sportslibrary.model.Track
Create a track to start recording.
Track(String, String, long, long, List<LocationData>) - Constructor for class de.hirola.sportslibrary.model.Track
Create a recorded and completed track.
TRACK_ID - Static variable in interface de.hirola.sportslibrary.tables.TrackLocationColumns
 
Track.Id - Class in de.hirola.sportslibrary.model
The temporary id for the track.
TrackColumns - Interface in de.hirola.sportslibrary.tables
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
TrackLocationColumns - Interface in de.hirola.sportslibrary.tables
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
trackSaveInterval - Static variable in class de.hirola.sportslibrary.Global.Defaults
 
Training - Class in de.hirola.sportslibrary.model
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
Training() - Constructor for class de.hirola.sportslibrary.model.Training
Default constructor for import from json.
Training(String, String, TrainingType, Track, LocalDate) - Constructor for class de.hirola.sportslibrary.model.Training
 
Training(String, String, TrainingType, LocalDate, Track, double, double, double) - Constructor for class de.hirola.sportslibrary.model.Training
 
trainingLevel - Static variable in class de.hirola.sportslibrary.Global.TrainingParameter
 
TrainingParameter() - Constructor for class de.hirola.sportslibrary.Global.TrainingParameter
 
TrainingType - Class in de.hirola.sportslibrary.model
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
TrainingType() - Constructor for class de.hirola.sportslibrary.model.TrainingType
Default constructor for reflection.
TrainingType(String, String, String, double) - Constructor for class de.hirola.sportslibrary.model.TrainingType
Create a type of training.
trainingUnits - Variable in class de.hirola.sportslibrary.util.RunningPlanTemplate
 

U

update(PersistentObject) - Method in class de.hirola.sportslibrary.DataRepository
Update an existing object on the local datastore.
useFineLocationData - Static variable in class de.hirola.sportslibrary.Global.PreferencesKeys
 
useGPS - Static variable in class de.hirola.sportslibrary.Global.AppSettings
 
useLocationData - Static variable in class de.hirola.sportslibrary.Global.PreferencesKeys
 
useNotifications - Static variable in class de.hirola.sportslibrary.Global.PreferencesKeys
 
User - Class in de.hirola.sportslibrary.model
Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
User() - Constructor for class de.hirola.sportslibrary.model.User
Default constructor for reflection.
userBirthday - Static variable in class de.hirola.sportslibrary.Global.PreferencesKeys
 
userEmailAddress - Static variable in class de.hirola.sportslibrary.Global.PreferencesKeys
 
userGender - Static variable in class de.hirola.sportslibrary.Global.PreferencesKeys
 
userMaxPulse - Static variable in class de.hirola.sportslibrary.Global.PreferencesKeys
 
userTrainingLevel - Static variable in class de.hirola.sportslibrary.Global.PreferencesKeys
 
useSync - Static variable in class de.hirola.sportslibrary.Global.AppSettings
 
useSync - Static variable in class de.hirola.sportslibrary.Global.PreferencesKeys
 

V

ValidLocationValues() - Constructor for class de.hirola.sportslibrary.Global.ValidLocationValues
 
valuesForCalculateMaxPulse - Static variable in class de.hirola.sportslibrary.Global.Defaults
 
ViewDefaults() - Constructor for class de.hirola.sportslibrary.Global.ViewDefaults
 

W

warning(String, String, Exception) - Method in class de.hirola.sportslibrary.util.Logger
Create an info log entry.

Y

yearlyBikeTrainingTableHeader - Static variable in class de.hirola.sportslibrary.Global.ViewDefaults
 
A C D E F G H I L M N O P R S T U V W Y 
All Classes All Packages