Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext.LegalContextCategoryGroup
Packages that use LegalContextCategoryGroup
Package
Description
-
Uses of LegalContextCategoryGroup in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext with type parameters of type LegalContextCategoryGroupModifier and TypeFieldDescriptionstatic final SimpleProperty<LegalContextCategoryGroup>LegalContextCategoryGroup.ALL_FIELDSSelector for all available fields of LegalContextCategoryGroup.static final SimpleProperty.String<LegalContextCategoryGroup>LegalContextCategoryGroup.LGL_CNTNT_M_CAT_GROUP_TITLEstatic final SimpleProperty.Guid<LegalContextCategoryGroup>LegalContextCategoryGroup.LGL_CNTNT_M_CNTXT_CAT_GROUP_UUIDstatic final SimpleProperty.Guid<LegalContextCategoryGroup>LegalContextCategoryGroup.LGL_CNTNT_M_CONTEXT_UUIDLegalContext.TO__L_C_M_CONTEXT_CATEGORY_GROUP_TPUse with available request builders to apply the _LCMContextCategoryGroupTP navigation property to query operations.LegalContextParentCategory.TO__L_C_M_CONTEXT_CATEGORY_GROUP_TPUse with available request builders to apply the _LCMContextCategoryGroupTP navigation property to query operations.static final NavigationProperty.Single<LegalContextCategoryGroup,LegalContext> LegalContextCategoryGroup.TO__L_C_M_CONTEXT_TPUse with available request builders to apply the _LCMContextTP navigation property to query operations.LegalContextCategoryGroup.TO__L_C_M_CONTEXTPARENT_CATEGORY_T_PUse with available request builders to apply the _LCMContextParentCategoryTP navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext that return LegalContextCategoryGroupModifier and TypeMethodDescriptionLegalContextCategoryGroup.LegalContextCategoryGroupBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext that return types with arguments of type LegalContextCategoryGroupModifier and TypeMethodDescriptionio.vavr.control.Option<List<LegalContextCategoryGroup>>LegalContext.getLCMContextCategoryGroupTPIfPresent()Retrieval of associated LegalContextCategoryGroup entities (one to many).io.vavr.control.Option<LegalContextCategoryGroup>LegalContextParentCategory.getLCMContextCategoryGroupTPIfPresent()Retrieval of associated LegalContextCategoryGroup entity (one to one).LegalContextCategoryGroup.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext with parameters of type LegalContextCategoryGroupModifier and TypeMethodDescriptionvoidLegalContext.addLCMContextCategoryGroupTP(LegalContextCategoryGroup... entity) Adds elements to the list of associated LegalContextCategoryGroup entities.LegalContext.LegalContextBuilder.lcmContextCategoryGroupTP(LegalContextCategoryGroup... value) Navigation property _LCMContextCategoryGroupTP for LegalContext to multiple LegalContextCategoryGroup.LegalContextParentCategory.LegalContextParentCategoryBuilder.lcmContextCategoryGroupTP(LegalContextCategoryGroup value) Navigation property _LCMContextCategoryGroupTP for LegalContextParentCategory to single LegalContextCategoryGroup.voidLegalContextParentCategory.setLCMContextCategoryGroupTP(LegalContextCategoryGroup value) Overwrites the associated LegalContextCategoryGroup entity for the loaded navigation property _LCMContextCategoryGroupTP.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext with type arguments of type LegalContextCategoryGroupModifier and TypeMethodDescriptionvoidLegalContext.setLCMContextCategoryGroupTP(List<LegalContextCategoryGroup> value) Overwrites the list of associated LegalContextCategoryGroup entities for the loaded navigation property _LCMContextCategoryGroupTP.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext with parameters of type LegalContextCategoryGroupModifierConstructorDescriptionLegalContextParentCategory(UUID lglCntntMCntxtParCategoryUUID, UUID lglCntntMCntxtCatGroupUUID, UUID lglCntntMContextUUID, String lglCntntMParentCategory, Boolean lglCntntMIsMandatory, LegalContextCategoryGroup to_LCMContextCategoryGroupTP, List<LegalContextCategory> to_LCMContextCategoryTP, LegalContext to_LCMContextTP) Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext with type arguments of type LegalContextCategoryGroupModifierConstructorDescriptionLegalContext(UUID lglCntntMContextUUID, String lglCntntMContext, String lglCntntMContextVersion, String lglCntntMContextTitle, String lglCntntMContextOwner, String lglCntntMProfile, String lglCntntMContextStatus, String lglCntntMIntegrationType, LocalDate lglCntntMContextValidFromDate, LocalDate lglCntntMContextValidToDate, String lglCntntMCntxtLanguage, UUID lglCntntMPrevCntxtVers, Boolean lglCntntMCntxtIsReadOnly, String lglCntntMGovLaw, String lglCntntMCntxtAccessLvl, String lglCntntMMainOrgType, String lglCntntMMainOrgCoCode, String lglCntntMMainOrgSalesOrg, String lglCntntMMainOrgPurOrg, String lglCntntMCreatedByUser, OffsetDateTime lglCntntMCreatedUTCDateTime, String lglCntntMChangedByUser, OffsetDateTime lglCntntMChangedUTCDateTime, List<LegalContextCategoryGroup> to_LCMContextCategoryGroupTP, List<LegalContextDate> to_LCMContextDateTP, List<LegalContextEntity> to_LCMContextEntityTP, List<LegalContextLinkedObject> to_LCMContextObjectLinksTP, List<LegalContextRelationship> to_LCMContextRelationshipTP, List<LegalCotextExternalContact> to_LCMCtxExtContactTP, List<LegalContextIntContact> to_LCMCtxIntContactTP) -
Uses of LegalContextCategoryGroup 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 LegalContextCategoryGroupModifier and TypeMethodDescriptionDefaultLegalContextService.countLegalContextCategoryGroup()Deprecated.LegalContextService.countLegalContextCategoryGroup()Deprecated.Fetch the number of entries from theLegalContextCategoryGroupentity collection matching the filter and search expressions.DefaultLegalContextService.getAllLegalContextCategoryGroup()Deprecated.LegalContextService.getAllLegalContextCategoryGroup()Deprecated.Fetch multipleLegalContextCategoryGroupentities.DefaultLegalContextService.getLegalContextCategoryGroupByKey(UUID lglCntntMCntxtCatGroupUUID) Deprecated.LegalContextService.getLegalContextCategoryGroupByKey(UUID lglCntntMCntxtCatGroupUUID) Deprecated.Fetch a singleLegalContextCategoryGroupentity using key fields.