Class DTOBundleOperationFilter

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.rs1.operation.DTOBundleOperationFilter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOBundleOperationFilter extends DynO
DTO representing a search filter to search for bundles operations.
Since:
21.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOBundleOperationFilter

      public DTOBundleOperationFilter()
  • Method Details

    • getWorkOrderOperationId

      public final Collection<Long> getWorkOrderOperationId()
      Returns the work order operation id that was set as filter.
      Returns:
      the work order operation id
    • getWorkOrderOperation

      public final Collection<Long> getWorkOrderOperation()
      Returns the work order operation id that was set as filter. (for M2Mapper compatibility with BundleOperationSearchFilter).
      Returns:
      the work order operation id
    • setWorkOrderOperationId

      public final void setWorkOrderOperationId(Collection<Long> workOrderOperationId)
      Sets the work order operation id as filter.
      Parameters:
      workOrderOperationId - the work order operation id
    • getInsertUserId

      public final Collection<Long> getInsertUserId()
      Returns the bundle operation creation user that was set as filter.
      Returns:
      the creation user id
    • getInsertUser

      public final Collection<Long> getInsertUser()
      Returns the bundle operation creation user that was set as filter. (for M2Mapper compatibility with BundleOperationSearchFilter).
      Returns:
      the creation user id
    • setInsertUserId

      public final void setInsertUserId(Collection<Long> insertUserId)
      Sets the bundle operation creation user as filter.
      Parameters:
      insertUserId - the creation user id
    • getInsertDate

      public final ZonedDateTimeRange getInsertDate()
      Returns the bundle operation creation date.
      Returns:
      the creation date
    • setInsertDate

      public final void setInsertDate(ZonedDateTimeRange insertDate)
      Sets the bundle operation creation date.
      Parameters:
      insertDate - the creation date
    • getStatusId

      public final Collection<Long> getStatusId()
      Returns the set of bundle operation states that was set as filter.
      Returns:
      the states of bundle operation states
    • getStatus

      public final Collection<Long> getStatus()
      Returns the set of bundle operation status that was set as filter. (for M2Mapper compatibility with BundleOperationSearchFilter).
      Returns:
      the states of bundle operation states
    • setStatusId

      public final void setStatusId(Collection<Long> statusId)
      Sets the set of bundle operation states as filter.
      Parameters:
      statusId - the states of bundle operation states
    • getOrder

      public final Long getOrder()
      Returns the bundle operation order that was set as filter.
      Returns:
      the bundle operation order
    • setOrder

      public final void setOrder(Long order)
      Sets the bundle operation order as filter.
      Parameters:
      order - the bundle operation order