Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.FunctionalLocationClass
Packages that use FunctionalLocationClass
Package
Description
-
Uses of FunctionalLocationClass in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with type parameters of type FunctionalLocationClassModifier and TypeFieldDescriptionstatic final CharacteristicOneToOneLink<FunctionalLocationClass>Characteristic.TO_CLASSUse with available fluent helpers to apply the to_Class navigation property to query operations.static final FunctionalLocationLink<FunctionalLocationClass>FunctionalLocation.TO_CLASSIFICATIONUse with available fluent helpers to apply the to_Classification navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation that return FunctionalLocationClassModifier and TypeMethodDescriptionFunctionalLocationClass.FunctionalLocationClassBuilder.build()Characteristic.fetchClassObjects()Fetches the FunctionalLocationClass entity (one to one) associated with this entity.Characteristic.getClassObjectsOrFetch()Retrieval of associated FunctionalLocationClass entity (one to one).protected FunctionalLocationClassFunctionalLocationClassCreateFluentHelper.getEntity()protected FunctionalLocationClassFunctionalLocationClassDeleteFluentHelper.getEntity()protected FunctionalLocationClassFunctionalLocationClassUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation that return types with arguments of type FunctionalLocationClassModifier and TypeMethodDescriptionFunctionalLocation.fetchClassification()Fetches the FunctionalLocationClass entities (one to many) associated with this entity.io.vavr.control.Option<List<FunctionalLocationClass>>FunctionalLocation.getClassificationIfPresent()Retrieval of associated FunctionalLocationClass entities (one to many).FunctionalLocation.getClassificationOrFetch()Retrieval of associated FunctionalLocationClass entities (one to many).io.vavr.control.Option<FunctionalLocationClass>Characteristic.getClassObjectsIfPresent()Retrieval of associated FunctionalLocationClass entity (one to one).protected Class<FunctionalLocationClass>FunctionalLocationClassByKeyFluentHelper.getEntityClass()protected Class<FunctionalLocationClass>FunctionalLocationClassFluentHelper.getEntityClass()FunctionalLocationClass.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with parameters of type FunctionalLocationClassModifier and TypeMethodDescriptionvoidFunctionalLocation.addClassification(FunctionalLocationClass... entity) Adds elements to the list of associated FunctionalLocationClass entities.FunctionalLocation.FunctionalLocationBuilder.classification(FunctionalLocationClass... value) Navigation property to_Classification for FunctionalLocation to multiple FunctionalLocationClass.Characteristic.CharacteristicBuilder.classProperty(FunctionalLocationClass value) Navigation property to_Class for Characteristic to single FunctionalLocationClass.voidCharacteristic.setClassObjects(FunctionalLocationClass value) Overwrites the associated FunctionalLocationClass entity for the loaded navigation property to_Class.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with type arguments of type FunctionalLocationClassModifier and TypeMethodDescriptionvoidFunctionalLocation.setClassification(List<FunctionalLocationClass> value) Overwrites the list of associated FunctionalLocationClass entities for the loaded navigation property to_Classification.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with parameters of type FunctionalLocationClassModifierConstructorDescriptionCharacteristic(String functionalLocation, String classInternalID, String charcInternalID, String functionalLocationLabelName, String characteristic, String charcDataType, LocalDateTime keyDate, String changeNumber, String classType, String classMaintAuthGrp, String classClassfctnAuthGrp, String classProperty, FunctionalLocationClass toClass, FunctionalLocation toFunctionalLocation, List<Value> toValue) FunctionalLocationClassCreateFluentHelper(String servicePath, FunctionalLocationClass entity, String entityCollection) Creates a fluent helper object that will create aFunctionalLocationClassentity on the OData endpoint.FunctionalLocationClassDeleteFluentHelper(String servicePath, FunctionalLocationClass entity, String entityCollection) Creates a fluent helper object that will delete aFunctionalLocationClassentity on the OData endpoint.FunctionalLocationClassUpdateFluentHelper(String servicePath, FunctionalLocationClass entity, String entityCollection) Creates a fluent helper object that will update aFunctionalLocationClassentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with type arguments of type FunctionalLocationClassModifierConstructorDescriptionFunctionalLocation(String functionalLocation, String functionalLocationOID, String functionalLocationLabelName, String functionalLocationName, String funcLocationStructure, String functionalLocationCategory, String superiorFunctionalLocation, String superiorFuncnlLocLabelName, String funcnlLocPosInSuperiorTechObj, String technicalObjectType, String authorizationGroup, BigDecimal grossWeight, String grossWeightUnit, LocalDateTime operationStartDate, String inventoryNumber, BigDecimal acquisitionValue, String currency, LocalDateTime acquisitionDate, String assetManufacturerName, String manufacturerPartNmbr, String manufacturerCountry, String manufacturerPartTypeName, String constructionMonth, String constructionYear, String manufacturerSerialNumber, String maintenancePlant, String assetLocation, String assetRoom, String plantSection, String workCenter, String workCenterInternalID, String workCenterPlant, String aBCIndicator, String maintObjectFreeDefinedAttrib, String formOfAddress, String businessPartnerName1, String businessPartnerName2, String cityName, String houseNumber, String houseNumberSupplementText, String building, String floor, String roomNumber, String postalCode, String streetName, String region, String country, String phoneNumber, String faxNumber, String companyCode, String businessArea, String masterFixedAsset, String fixedAsset, String costCenter, String controllingArea, String wBSElementExternalID, String settlementOrder, String constructionMaterial, String maintenancePlannerGroup, String maintenancePlanningPlant, String mainWorkCenterPlant, String mainWorkCenter, String mainWorkCenterInternalID, String catalogProfile, Boolean equipmentInstallationIsAllowed, Boolean onePieceOfEquipmentIsAllowed, String salesOrganization, String distributionChannel, String salesOffice, String organizationDivision, String salesGroup, String functionalLocationHasEquipment, String funcnlLocHasSubOrdinateFuncLoc, ZonedDateTime lastChangeDateTime, Boolean funcnlLocIsMarkedForDeletion, Boolean funcnlLocIsDeleted, Boolean functionalLocationIsActive, Boolean funcnlLocIsDeactivated, String createdByUser, LocalDateTime creationDate, String lastChangedByUser, List<FunctionalLocationClass> toClassification, FunctionalLocationLongText toLongText, List<FunctionalLocationPartner> toPartner, List<FunctionalLocationWarranty> toWarranty) -
Uses of FunctionalLocationClass in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.batch with parameters of type FunctionalLocationClassModifier and TypeMethodDescriptionDefaultFunctionalLocationServiceBatchChangeSet.createFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) FunctionalLocationServiceBatchChangeSet.createFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Create a newFunctionalLocationClassentity and save it to the S/4HANA system.DefaultFunctionalLocationServiceBatchChangeSet.deleteFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) FunctionalLocationServiceBatchChangeSet.deleteFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deletes an existingFunctionalLocationClassentity in the S/4HANA system.DefaultFunctionalLocationServiceBatchChangeSet.updateFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) FunctionalLocationServiceBatchChangeSet.updateFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Update an existingFunctionalLocationClassentity and save it to the S/4HANA system. -
Uses of FunctionalLocationClass in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.link that return types with arguments of type FunctionalLocationClassModifier and TypeMethodDescriptionFunctionalLocationClassOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.link with type arguments of type FunctionalLocationClassModifier and TypeMethodDescriptionprotected FunctionalLocationClassLink<ObjectT>FunctionalLocationClassLink.translateLinkType(EntityLink<FunctionalLocationClassLink<ObjectT>, FunctionalLocationClass, ObjectT> link) -
Uses of FunctionalLocationClass in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type FunctionalLocationClassModifier and TypeMethodDescriptionDefaultFunctionalLocationService.createFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deprecated.FunctionalLocationService.createFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deprecated.Create a newFunctionalLocationClassentity and save it to the S/4HANA system.DefaultFunctionalLocationService.deleteFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deprecated.FunctionalLocationService.deleteFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deprecated.Deletes an existingFunctionalLocationClassentity in the S/4HANA system.DefaultFunctionalLocationService.updateFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deprecated.FunctionalLocationService.updateFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deprecated.Update an existingFunctionalLocationClassentity and save it to the S/4HANA system.