Uses of Class
com.polarion.core.util.types.DateOnly
Packages that use DateOnly
Package
Description
-
Uses of DateOnly in com.polarion.alm.projects.model
Methods in com.polarion.alm.projects.model that return DateOnlyMethods in com.polarion.alm.projects.model with parameters of type DateOnly -
Uses of DateOnly in com.polarion.alm.tracker
Methods in com.polarion.alm.tracker with parameters of type DateOnlyModifier and TypeMethodDescriptionITimePointsManager.createTimePoint
(IContextId contextId, String id, DateOnly date) Creates time point in given context. -
Uses of DateOnly in com.polarion.alm.tracker.model
Methods in com.polarion.alm.tracker.model that return DateOnlyModifier and TypeMethodDescriptionIWorkRecord.getDate()
IPlan.getDueDate()
IWorkItem.getDueDate()
Returns the due date of this Work Item.ITimePoint.getEarliestPlannedStart()
ITrackerProject.getFinish()
ITrackerProject.getStart()
IPlan.getStartDate()
ITimePoint.getTime()
Methods in com.polarion.alm.tracker.model with parameters of type DateOnlyModifier and TypeMethodDescriptionITrackerProject.createTimePoint
(String id, DateOnly date) Create new time point and add it to the projectIWorkItem.createWorkRecord
(IUser user, DateOnly date, IWorkRecordTypeOpt type, DurationTime timeSpent, String comment) Creates a (temporary) work record object, that can be manipulated by the client.IWorkItem.createWorkRecord
(IUser user, DateOnly date, DurationTime timeSpent) Creates a (temporary) work record object, that can be manipulated by the client.void
IPlan.setDueDate
(DateOnly value) void
IWorkItem.setDueDate
(DateOnly dueDate) Sets the due data for this Work Item.void
ITimePoint.setEarliestPlannedStart
(DateOnly date) Earliest date when Work Items assigned to this Time Point can be planned to start.void
IPlan.setStartDate
(DateOnly value) -
Uses of DateOnly in com.polarion.core.util.types
Methods in com.polarion.core.util.types that return DateOnly -
Uses of DateOnly in com.polarion.wiki.util
Methods in com.polarion.wiki.util with parameters of type DateOnlyModifier and TypeMethodDescriptionCalendarTool.getCalendar
(DateOnly date) CalendarTool.getCalendarAndDaysBefore
(DateOnly date, int days)