Class CriticalActivityWorkOrderOperationSearchInput
java.lang.Object
overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.event.CriticalActivityWorkOrderOperationSearchInput
Input bean for
CriticalActivityWorkOrderOperationSearchEvent. - Since:
- 13.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the collection of work order operations to exclude that was set as filter.Returns the collection of work order operations to include that was set as filter.Returns the operation center that was set as filter.Returns the collection of work order filter ids that was set as filter.Returns the collection of work order operation state ids that was set as filter.voidsetExclusionWorkOrderOperations(Set<Long> exclusionWorkOrderOperations) Sets the collection of work order operations to exclude as filter.voidsetInclusionWorkOrderOperations(Set<Long> inclusionWorkOrderOperations) Sets the collection of work order operations to include as filter.voidsetOperationCenter(Long operationCenter) Sets the operation center as filter.voidsetWorkOrderFilters(Set<Long> workOrderFilters) Sets the collection of work order filter ids as filter.voidsetWorkOrderOperationStatuses(Set<Long> workOrderOperationStatuses) Sets the collection of work order operation state ids as filter.
-
Constructor Details
-
CriticalActivityWorkOrderOperationSearchInput
public CriticalActivityWorkOrderOperationSearchInput()
-
-
Method Details
-
getWorkOrderFilters
Returns the collection of work order filter ids that was set as filter.- Returns:
- the work order filters
-
setWorkOrderFilters
Sets the collection of work order filter ids as filter.- Parameters:
workOrderFilters- the work order filter ids
-
getWorkOrderOperationStatuses
Returns the collection of work order operation state ids that was set as filter.- Returns:
- the work order operation state ids
- See Also:
-
setWorkOrderOperationStatuses
Sets the collection of work order operation state ids as filter.- Parameters:
workOrderOperationStatuses- the work order operation state ids- See Also:
-
getOperationCenter
Returns the operation center that was set as filter.- Returns:
- the operation center id
- See Also:
-
setOperationCenter
Sets the operation center as filter.- Parameters:
operationCenter- the operation center id- See Also:
-
getExclusionWorkOrderOperations
Returns the collection of work order operations to exclude that was set as filter.- Returns:
- the work order operation ids to exclude
- See Also:
-
setExclusionWorkOrderOperations
Sets the collection of work order operations to exclude as filter.- Parameters:
exclusionWorkOrderOperations- the work order operation ids to exclude- See Also:
-
getInclusionWorkOrderOperations
Returns the collection of work order operations to include that was set as filter.- Returns:
- the work order operation ids to include
- See Also:
-
setInclusionWorkOrderOperations
Sets the collection of work order operations to include as filter.- Parameters:
inclusionWorkOrderOperations- the inclusion work order operations- See Also:
-