Uses of Class
overit.geocallapp.wfm.projects.rs1.common.CalendarUnitValue
Packages that use CalendarUnitValue
Package
Description
-
Uses of CalendarUnitValue in overit.geocallapp.wfm.projects.rs1.activity
Methods in overit.geocallapp.wfm.projects.rs1.activity that return CalendarUnitValueModifier and TypeMethodDescriptionfinal CalendarUnitValueDTOProjectActivityDebriefing.getCumulatedDuration()final CalendarUnitValueDTOProjectActivityDebriefing.getCumulatedEffort()DTOProjectActivity.getDuration()DTOProjectActivityInsert.getDuration()DTOProjectActivity.getEffort()DTOProjectActivityInsert.getEffort()Methods in overit.geocallapp.wfm.projects.rs1.activity that return types with arguments of type CalendarUnitValueModifier and TypeMethodDescriptionDTOProjectActivityUpdate.getDuration()DTOProjectActivityUpdate.getEffort()Methods in overit.geocallapp.wfm.projects.rs1.activity with parameters of type CalendarUnitValueModifier and TypeMethodDescriptionfinal voidDTOProjectActivityDebriefing.setCumulatedDuration(CalendarUnitValue cumulatedDuration) final voidDTOProjectActivityDebriefing.setCumulatedEffort(CalendarUnitValue cumulatedEffort) voidDTOProjectActivity.setDuration(CalendarUnitValue duration) voidDTOProjectActivityInsert.setDuration(CalendarUnitValue duration) voidDTOProjectActivity.setEffort(CalendarUnitValue effort) voidDTOProjectActivityInsert.setEffort(CalendarUnitValue effort) Method parameters in overit.geocallapp.wfm.projects.rs1.activity with type arguments of type CalendarUnitValueModifier and TypeMethodDescriptionvoidDTOProjectActivityUpdate.setDuration(Optional<CalendarUnitValue> duration) voidDTOProjectActivityUpdate.setEffort(Optional<CalendarUnitValue> effort) -
Uses of CalendarUnitValue in overit.geocallapp.wfm.projects.rs1.activityrelation
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation that return CalendarUnitValueModifier and TypeMethodDescriptionDTOProjectActivityRelationPredecessorUpsert.getOffset()DTOProjectActivityRelationSuccessorUpsert.getOffset()Methods in overit.geocallapp.wfm.projects.rs1.activityrelation with parameters of type CalendarUnitValueModifier and TypeMethodDescriptionvoidDTOProjectActivityRelationPredecessorUpsert.setOffset(CalendarUnitValue offset) voidDTOProjectActivityRelationSuccessorUpsert.setOffset(CalendarUnitValue offset) -
Uses of CalendarUnitValue in overit.geocallapp.wfm.projects.rs1.header
Methods in overit.geocallapp.wfm.projects.rs1.header that return CalendarUnitValueModifier and TypeMethodDescriptionfinal CalendarUnitValueDTOProjectHeader.getDuration()final CalendarUnitValueDTOProjectHeaderInsert.getDuration()final CalendarUnitValueDTOProjectHeader.getEffort()final CalendarUnitValueDTOProjectHeaderInsert.getEffort()Methods in overit.geocallapp.wfm.projects.rs1.header that return types with arguments of type CalendarUnitValueModifier and TypeMethodDescriptionDTOProjectHeaderUpdate.getDuration()DTOProjectHeaderUpdate.getEffort()Methods in overit.geocallapp.wfm.projects.rs1.header with parameters of type CalendarUnitValueModifier and TypeMethodDescriptionfinal voidDTOProjectHeader.setDuration(CalendarUnitValue duration) final voidDTOProjectHeaderInsert.setDuration(CalendarUnitValue duration) final voidDTOProjectHeader.setEffort(CalendarUnitValue effort) final voidDTOProjectHeaderInsert.setEffort(CalendarUnitValue effort) Method parameters in overit.geocallapp.wfm.projects.rs1.header with type arguments of type CalendarUnitValueModifier and TypeMethodDescriptionvoidDTOProjectHeaderUpdate.setDuration(Optional<CalendarUnitValue> duration) voidDTOProjectHeaderUpdate.setEffort(Optional<CalendarUnitValue> effort) -
Uses of CalendarUnitValue in overit.geocallapp.wfm.projects.rs1.profile
Methods in overit.geocallapp.wfm.projects.rs1.profile that return CalendarUnitValueMethods in overit.geocallapp.wfm.projects.rs1.profile with parameters of type CalendarUnitValueModifier and TypeMethodDescriptionvoidDTOProjectProfile.setDuration(CalendarUnitValue duration) voidDTOProjectProfile.setEffort(CalendarUnitValue effort)