Uses of Interface
ch.ivyteam.ivy.location.ILocation
-
Packages that use ILocation Package Description ch.ivyteam.ivy.location Defines alocation servicefor storing and queryinglocationinformation and that is available onusersand tasks. -
-
Uses of ILocation in ch.ivyteam.ivy.location
Methods in ch.ivyteam.ivy.location that return ILocation Modifier and Type Method Description ILocationILocationService. add(LocationBuilder locationBuilder)Adds a new location.ILocationLocationQuery. findFirst()Finds a location that matches the filter criteria and is at top position in the order specified withLocationQuery.orderBy().ILocationLocationQuery.LocationOrder. findFirst()Finds a location that matches the filter criteria and is at top position in the order specified withLocationQuery.orderBy().ILocationLocationQuery. findLatest()Finds a location that matches the filter criteria and is the latest location available.Methods in ch.ivyteam.ivy.location that return types with arguments of type ILocation Modifier and Type Method Description List<ILocation>LocationQuery. findAll()Finds all locations that match the filter criteria.List<ILocation>LocationQuery.LocationOrder. findAll()Finds all locations that match the filter criteria.Methods in ch.ivyteam.ivy.location with parameters of type ILocation Modifier and Type Method Description voidILocationService. delete(ILocation location)Deletes the given location.
-