Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.LglTransEntity
Packages that use LglTransEntity
Package
Description
-
Uses of LglTransEntity in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with type parameters of type LglTransEntityModifier and TypeFieldDescriptionstatic final LegalTransactionLink<LglTransEntity>LegalTransaction.TO_LGL_TRANS_ENTITYUse with available fluent helpers to apply the to_LglTransEntity navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction that return LglTransEntityModifier and TypeMethodDescriptionLglTransEntity.LglTransEntityBuilder.build()protected LglTransEntityLglTransEntityCreateFluentHelper.getEntity()protected LglTransEntityLglTransEntityDeleteFluentHelper.getEntity()protected LglTransEntityLglTransEntityUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction that return types with arguments of type LglTransEntityModifier and TypeMethodDescriptionLegalTransaction.fetchLglTransEntity()Fetches the LglTransEntity entities (one to many) associated with this entity.protected Class<LglTransEntity>LglTransEntityByKeyFluentHelper.getEntityClass()protected Class<LglTransEntity>LglTransEntityFluentHelper.getEntityClass()io.vavr.control.Option<List<LglTransEntity>>LegalTransaction.getLglTransEntityIfPresent()Retrieval of associated LglTransEntity entities (one to many).LegalTransaction.getLglTransEntityOrFetch()Retrieval of associated LglTransEntity entities (one to many).LglTransEntity.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with parameters of type LglTransEntityModifier and TypeMethodDescriptionvoidLegalTransaction.addLglTransEntity(LglTransEntity... entity) Adds elements to the list of associated LglTransEntity entities.LegalTransaction.LegalTransactionBuilder.lglTransEntity(LglTransEntity... value) Navigation property to_LglTransEntity for LegalTransaction to multiple LglTransEntity.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with type arguments of type LglTransEntityModifier and TypeMethodDescriptionvoidLegalTransaction.setLglTransEntity(List<LglTransEntity> value) Overwrites the list of associated LglTransEntity entities for the loaded navigation property to_LglTransEntity.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with parameters of type LglTransEntityModifierConstructorDescriptionLglTransEntityCreateFluentHelper(String servicePath, LglTransEntity entity, String entityCollection) Creates a fluent helper object that will create aLglTransEntityentity on the OData endpoint.LglTransEntityDeleteFluentHelper(String servicePath, LglTransEntity entity, String entityCollection) Creates a fluent helper object that will delete aLglTransEntityentity on the OData endpoint.LglTransEntityUpdateFluentHelper(String servicePath, LglTransEntity entity, String entityCollection) Creates a fluent helper object that will update aLglTransEntityentity on the OData endpoint. -
Uses of LglTransEntity in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.batch with parameters of type LglTransEntityModifier and TypeMethodDescriptionDefaultLegalTransactionServiceBatchChangeSet.createLglTransEntity(LglTransEntity lglTransEntity) LegalTransactionServiceBatchChangeSet.createLglTransEntity(LglTransEntity lglTransEntity) Create a newLglTransEntityentity and save it to the S/4HANA system.DefaultLegalTransactionServiceBatchChangeSet.deleteLglTransEntity(LglTransEntity lglTransEntity) LegalTransactionServiceBatchChangeSet.deleteLglTransEntity(LglTransEntity lglTransEntity) Deletes an existingLglTransEntityentity in the S/4HANA system.DefaultLegalTransactionServiceBatchChangeSet.updateLglTransEntity(LglTransEntity lglTransEntity) LegalTransactionServiceBatchChangeSet.updateLglTransEntity(LglTransEntity lglTransEntity) Update an existingLglTransEntityentity and save it to the S/4HANA system. -
Uses of LglTransEntity in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.link that return types with arguments of type LglTransEntityModifier and TypeMethodDescriptionLglTransEntityOneToOneLink.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.legaltransaction.link with type arguments of type LglTransEntityModifier and TypeMethodDescriptionprotected LglTransEntityLink<ObjectT>LglTransEntityLink.translateLinkType(EntityLink<LglTransEntityLink<ObjectT>, LglTransEntity, ObjectT> link) -
Uses of LglTransEntity in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type LglTransEntityModifier and TypeMethodDescriptionDefaultLegalTransactionService.createLglTransEntity(LglTransEntity lglTransEntity) Deprecated.LegalTransactionService.createLglTransEntity(LglTransEntity lglTransEntity) Deprecated.Create a newLglTransEntityentity and save it to the S/4HANA system.DefaultLegalTransactionService.deleteLglTransEntity(LglTransEntity lglTransEntity) Deprecated.LegalTransactionService.deleteLglTransEntity(LglTransEntity lglTransEntity) Deprecated.Deletes an existingLglTransEntityentity in the S/4HANA system.DefaultLegalTransactionService.updateLglTransEntity(LglTransEntity lglTransEntity) Deprecated.LegalTransactionService.updateLglTransEntity(LglTransEntity lglTransEntity) Deprecated.Update an existingLglTransEntityentity and save it to the S/4HANA system.