Class DTODemandSummaryFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.rs1.demand.DTODemandSummaryFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO to search demand summaries.
- Since:
- 19.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the activity filtergetDate()Returns the grouping typeReturns the operation type filterReturns the urgency filtervoidsetActivityId(Collection<Long> activityId) Sets the activity filtervoidsetDate(ZonedDateTimeRange date) voidsetGroupingType(Collection<DTODemandSummaryGroupingType> groupingType) Sets the grouping typevoidsetOperationTypeId(Collection<Long> operationTypeId) Sets the operation type filtervoidsetUrgencyId(Collection<Long> urgencyId) Sets the urgency filterMethods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
DTODemandSummaryFilter
public DTODemandSummaryFilter()
-
-
Method Details
-
getDate
- Returns:
- the startDate
-
setDate
- Parameters:
date- the startDate to set
-
getActivityId
Returns the activity filter- Returns:
- the activity filter
-
setActivityId
Sets the activity filter- Parameters:
activityId- the activity filter
-
getOperationTypeId
Returns the operation type filter- Returns:
- the operation type filter
-
setOperationTypeId
Sets the operation type filter- Parameters:
operationTypeId- the operation type filter
-
getUrgencyId
Returns the urgency filter- Returns:
- the urgency filter
-
setUrgencyId
Sets the urgency filter- Parameters:
urgencyId- the urgency filter
-
getGroupingType
Returns the grouping type- Returns:
- the grouping type
-
setGroupingType
Sets the grouping type- Parameters:
groupingType- the grouping type
-