Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location.Location
Packages that use Location
Package
Description
-
Uses of Location in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location with type parameters of type LocationModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Location,SAP__Message> Location._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty.String<Location>Location.ADDRESS_IDstatic final SimpleProperty<Location>Location.ALL_FIELDSSelector for all available fields of Location.static final SimpleProperty.DateTime<Location>Location.CHANGED_DATE_TIMEstatic final SimpleProperty.String<Location>Location.CREATED_BY_USERstatic final SimpleProperty.DateTime<Location>Location.CREATION_DATE_TIMEstatic final SimpleProperty.NumericDecimal<Location>Location.GEO_COORDINATES_LATITUDE_VALUEstatic final SimpleProperty.NumericDecimal<Location>Location.GEO_COORDINATES_LONGITUDE_VALUEstatic final SimpleProperty.Boolean<Location>Location.GEO_COORDS_ARE_MANUALLY_CHANGEDstatic final SimpleProperty.DateTime<Location>Location.GEO_COORDS_VALIDITY_END_DATE_TIMEstatic final SimpleProperty.String<Location>Location.GLOBAL_LOCATION_NUMBERstatic final SimpleProperty.String<Location>Location.IS_BUSINESS_PURPOSE_COMPLETEDstatic final SimpleProperty.String<Location>Location.LAST_CHANGED_BY_USERstatic final SimpleProperty.DateTime<Location>Location.LOCAL_LAST_CHANGE_DATE_TIMEstatic final SimpleProperty.String<Location>Location.LOCATIONstatic final SimpleProperty.Guid<Location>Location.LOCATION_ADDITIONAL_UUIDstatic final SimpleProperty.String<Location>Location.LOCATION_DUNS_NUMBERstatic final SimpleProperty.String<Location>Location.LOCATION_IATA_CODEstatic final SimpleProperty.Boolean<Location>Location.LOCATION_IS_TEMPORARYstatic final SimpleProperty.String<Location>Location.LOCATION_TIME_ZONEstatic final SimpleProperty.String<Location>Location.LOCATION_TYPEstatic final SimpleProperty.String<Location>Location.LOCATION_UN_CODEstatic final SimpleProperty.Guid<Location>Location.LOCATION_UUIDstatic final NavigationProperty.Single<Location,LocationAddress> Location.TO__LOCATION_ADDRESS_TPUse with available request builders to apply the _LocationAddressTP navigation property to query operations.static final NavigationProperty.Collection<Location,LocationText> Location.TO__LOCATION_TEXT_TPUse with available request builders to apply the _LocationTextTP navigation property to query operations.static final NavigationProperty.Single<LocationAddress,Location> LocationAddress.TO__LOCATION_TPUse with available request builders to apply the _LocationTP navigation property to query operations.static final NavigationProperty.Single<LocationText,Location> LocationText.TO__LOCATION_TPUse with available request builders to apply the _LocationTP navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location that return LocationMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location that return types with arguments of type LocationModifier and TypeMethodDescriptionio.vavr.control.Option<Location>LocationAddress.getLocationTPIfPresent()Retrieval of associated Location entity (one to one).io.vavr.control.Option<Location>LocationText.getLocationTPIfPresent()Retrieval of associated Location entity (one to one).Location.getType()Location.glMnlGeoCoordinatesMaint()Action that can be applied to any entity object of this class.Location.glMnlGeoCoordinatesMaint()Action that can be applied to any entity object of this class.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location with parameters of type LocationModifier and TypeMethodDescriptionLocationAddress.LocationAddressBuilder.locationTP(Location value) Navigation property _LocationTP for LocationAddress to single Location.LocationText.LocationTextBuilder.locationTP(Location value) Navigation property _LocationTP for LocationText to single Location.voidLocationAddress.setLocationTP(Location value) Overwrites the associated Location entity for the loaded navigation property _LocationTP.voidLocationText.setLocationTP(Location value) Overwrites the associated Location entity for the loaded navigation property _LocationTP.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location with parameters of type LocationModifierConstructorDescriptionLocationAddress(UUID locationUUID, String addressPersonID, String addressRepresentationCode, String addressID, String addressTimeZone, String cityName, String postalCode, String streetName, String houseNumber, String country, String region, String searchTerm1, String searchTerm2, Location to_LocationTP) LocationText(UUID locationUUID, String language, String locationDescription, OffsetDateTime localLastChangeDateTime, Location to_LocationTP) -
Uses of Location in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type LocationModifier and TypeMethodDescriptionDefaultLocationService.countLocation()Deprecated.LocationService.countLocation()Deprecated.Fetch the number of entries from theLocationentity collection matching the filter and search expressions.DefaultLocationService.createLocation(Location location) Deprecated.LocationService.createLocation(Location location) Deprecated.Create a newLocationentity and save it to the S/4HANA system.DefaultLocationService.deleteLocation(Location location) Deprecated.LocationService.deleteLocation(Location location) Deprecated.Deletes an existingLocationentity in the S/4HANA system.DefaultLocationService.getAllLocation()Deprecated.LocationService.getAllLocation()Deprecated.Fetch multipleLocationentities.DefaultLocationService.getLocationByKey(UUID locationUUID) Deprecated.LocationService.getLocationByKey(UUID locationUUID) Deprecated.Fetch a singleLocationentity using key fields.DefaultLocationService.updateLocation(Location location) Deprecated.LocationService.updateLocation(Location location) Deprecated.Update an existingLocationentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type LocationModifier and TypeMethodDescriptionDefaultLocationService.createLocation(Location location) Deprecated.LocationService.createLocation(Location location) Deprecated.Create a newLocationentity and save it to the S/4HANA system.DefaultLocationService.deleteLocation(Location location) Deprecated.LocationService.deleteLocation(Location location) Deprecated.Deletes an existingLocationentity in the S/4HANA system.DefaultLocationService.updateLocation(Location location) Deprecated.LocationService.updateLocation(Location location) Deprecated.Update an existingLocationentity and save it to the S/4HANA system.