Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition.PhaseDef
Packages that use PhaseDef
Package
Description
-
Uses of PhaseDef in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition with type parameters of type PhaseDefModifier and TypeFieldDescriptionstatic final SimpleProperty<PhaseDef>PhaseDef.ALL_FIELDSSelector for all available fields of PhaseDef.static final SimpleProperty.String<PhaseDef>PhaseDef.STATRY_RPT_CAT_PHASEstatic final SimpleProperty.String<PhaseDef>PhaseDef.STATRY_RPT_CAT_PHASE_OCCURRENCEstatic final SimpleProperty.Date<PhaseDef>PhaseDef.STATRY_RPT_CAT_PHASE_VALID_FROM_DATEstatic final SimpleProperty.String<PhaseDef>PhaseDef.STATRY_RPT_CATEGORYstatic final NavigationProperty.Single<PhaseDef,CategoryDef> PhaseDef.TO__CATEGORY_DEFUse with available request builders to apply the _CategoryDef navigation property to query operations.static final NavigationProperty.Collection<CategoryDef,PhaseDef> CategoryDef.TO__PHASE_DEFUse with available request builders to apply the _PhaseDef navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition that return PhaseDefMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition that return types with arguments of type PhaseDefModifier and TypeMethodDescriptionCategoryDef.getPhaseDefIfPresent()Retrieval of associated PhaseDef entities (one to many).PhaseDef.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition with parameters of type PhaseDefModifier and TypeMethodDescriptionvoidCategoryDef.addPhaseDef(PhaseDef... entity) Adds elements to the list of associated PhaseDef entities.Navigation property _PhaseDef for CategoryDef to multiple PhaseDef.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition with type arguments of type PhaseDefModifier and TypeMethodDescriptionvoidCategoryDef.setPhaseDef(List<PhaseDef> value) Overwrites the list of associated PhaseDef entities for the loaded navigation property _PhaseDef. -
Uses of PhaseDef 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 PhaseDefModifier and TypeMethodDescriptionDefaultStatutoryReportingCategoryDefinitionService.countPhaseDef()StatutoryReportingCategoryDefinitionService.countPhaseDef()Fetch the number of entries from thePhaseDefentity collection matching the filter and search expressions.DefaultStatutoryReportingCategoryDefinitionService.getAllPhaseDef()StatutoryReportingCategoryDefinitionService.getAllPhaseDef()Fetch multiplePhaseDefentities.DefaultStatutoryReportingCategoryDefinitionService.getPhaseDefByKey(String statryRptCategory, String statryRptCatPhase, LocalDate statryRptCatPhaseValidFromDate) StatutoryReportingCategoryDefinitionService.getPhaseDefByKey(String statryRptCategory, String statryRptCatPhase, LocalDate statryRptCatPhaseValidFromDate) Fetch a singlePhaseDefentity using key fields.