Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask.Phase
Packages that use Phase
Package
Description
-
Uses of Phase in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with type parameters of type PhaseModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Phase,SAP__Message> Phase._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Phase>Phase.ALL_FIELDSSelector for all available fields of Phase.static final SimpleProperty.String<Phase>Phase.STATRY_RPT_CAT_PHASEstatic final SimpleProperty.String<Phase>Phase.STATRY_RPT_CATEGORYstatic final SimpleProperty.Date<Phase>Phase.STATRY_RPT_DUE_DATEstatic final SimpleProperty.String<Phase>Phase.STATRY_RPT_PHASE_STATUSstatic final SimpleProperty.Guid<Phase>Phase.STATRY_RPT_PHASE_UUIDstatic final SimpleProperty.Guid<Phase>Phase.STATRY_RPT_TASK_UUIDstatic final SimpleProperty.String<Phase>Phase.STATRY_RPTG_ENTITYstatic final NavigationProperty.Collection<Phase,Activity> Phase.TO__ACTIVITYUse with available request builders to apply the _Activity navigation property to query operations.static final NavigationProperty.Single<Activity,Phase> Activity.TO__PHASEUse with available request builders to apply the _Phase navigation property to query operations.static final NavigationProperty.Collection<Task,Phase> Task.TO__PHASEUse with available request builders to apply the _Phase navigation property to query operations.static final NavigationProperty.Single<Phase,Task> Phase.TO__TASKUse with available request builders to apply the _Task navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask that return PhaseMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask that return types with arguments of type PhaseModifier and TypeMethodDescriptionio.vavr.control.Option<Phase>Activity.getPhaseIfPresent()Retrieval of associated Phase entity (one to one).Task.getPhaseIfPresent()Retrieval of associated Phase entities (one to many).Phase.getType()static BoundAction.SingleToSingle<Phase,Phase> Phase.skipStatryRptPhase()Action that can be applied to any entity object of this class.static BoundAction.SingleToSingle<Phase,Phase> Phase.skipStatryRptPhase()Action that can be applied to any entity object of this class.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with parameters of type PhaseModifier and TypeMethodDescriptionvoidAdds elements to the list of associated Phase entities.Navigation property _Phase for Activity to single Phase.Navigation property _Phase for Task to multiple Phase.voidOverwrites the associated Phase entity for the loaded navigation property _Phase.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with type arguments of type PhaseModifier and TypeMethodDescriptionvoidOverwrites the list of associated Phase entities for the loaded navigation property _Phase.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with parameters of type PhaseModifierConstructorDescriptionActivity(UUID statryRptActivityUUID, UUID statryRptPhaseUUID, UUID statryRptTaskUUID, String statryRptgEntity, String statryRptCategory, String statryRptActivityId, String statryRptActivityType, String statryRptActivityPhase, String statryRptActivityStatus, LocalDate statryRptTaskDueDate, Collection<SAP__Message> _Messages, Phase to_Phase, List<Run> to_Run, Task to_Task) Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with type arguments of type PhaseModifierConstructorDescriptionTask(UUID statryRptTaskUUID, String statryRptgEntity, String statryRptCategory, String country, String statryRptTaskStatus, LocalDate statryRptTaskDueDate, LocalDate statryRptTaskPeriodStartDate, LocalDate statryRptTaskPeriodEndDate, String reportingYear, Collection<SAP__Message> _Messages, List<Phase> to_Phase) -
Uses of Phase 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 PhaseModifier and TypeMethodDescriptionDefaultStatutoryReportingTaskService.countPhase()StatutoryReportingTaskService.countPhase()Fetch the number of entries from thePhaseentity collection matching the filter and search expressions.DefaultStatutoryReportingTaskService.createPhase(Phase phase) StatutoryReportingTaskService.createPhase(Phase phase) Create a newPhaseentity and save it to the S/4HANA system.DefaultStatutoryReportingTaskService.getAllPhase()StatutoryReportingTaskService.getAllPhase()Fetch multiplePhaseentities.DefaultStatutoryReportingTaskService.getPhaseByKey(UUID statryRptPhaseUUID) StatutoryReportingTaskService.getPhaseByKey(UUID statryRptPhaseUUID) Fetch a singlePhaseentity using key fields.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type PhaseModifier and TypeMethodDescriptionDefaultStatutoryReportingTaskService.createPhase(Phase phase) StatutoryReportingTaskService.createPhase(Phase phase) Create a newPhaseentity and save it to the S/4HANA system.