Uses of Class
de.hirola.sportslibrary.PersistentObject
-
Packages that use PersistentObject Package Description de.hirola.sportslibrary de.hirola.sportslibrary.model -
-
Uses of PersistentObject in de.hirola.sportslibrary
Methods in de.hirola.sportslibrary that return types with arguments of type PersistentObject Modifier and Type Method Description List<? extends PersistentObject>DataRepository. findAll(Class<? extends PersistentObject> fromType)Get all objects with a given type.Methods in de.hirola.sportslibrary with parameters of type PersistentObject Modifier and Type Method Description voidDataRepository. add(PersistentObject object)Adds a new object to the local datastore.voidDatastoreDelegate. didObjectAdded(PersistentObject persistentObject)voidSportsLibrary. didObjectAdded(PersistentObject persistentObject)voidDatastoreDelegate. didObjectRemoved(PersistentObject persistentObject)voidSportsLibrary. didObjectRemoved(PersistentObject persistentObject)voidDatastoreDelegate. didObjectUpdated(PersistentObject persistentObject)voidSportsLibrary. didObjectUpdated(PersistentObject persistentObject)voidDataRepository. remove(PersistentObject object)Removes an existing object from the local datastore.voidDataRepository. update(PersistentObject object)Update an existing object on the local datastore.Method parameters in de.hirola.sportslibrary with type arguments of type PersistentObject Modifier and Type Method Description List<? extends PersistentObject>DataRepository. findAll(Class<? extends PersistentObject> fromType)Get all objects with a given type. -
Uses of PersistentObject in de.hirola.sportslibrary.model
Subclasses of PersistentObject in de.hirola.sportslibrary.model Modifier and Type Class Description classLocationDataCopyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.classMovementTypeCopyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.classRunningPlanCopyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.classRunningPlanEntryCopyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.classRunningUnitCopyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.classTrackCopyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed unter the AGPL-3.0 or later.classTrainingCopyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.classTrainingTypeCopyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.classUserCopyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.
-