Class BundleOperationSearchFilter

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

public class BundleOperationSearchFilter extends DynO
Business object representing a search filter for the BundleOperationSearchEvent.
Since:
10.1
See Also:
GCApi:
bo
  • Constructor Details

    • BundleOperationSearchFilter

      public BundleOperationSearchFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
      Returns the id of the bundle operation that was set as filter.
      Returns:
      the bundle operation id
    • setId

      public void setId(Collection<Long> id)
      Sets the id of the bundle operation as filter.
      Parameters:
      id - the bundle operation id
    • getBundle

      public Collection<Long> getBundle()
      Returns the id of the BOBundleHeader that was set as filter.
      Returns:
      the bundle id
      See Also:
    • setBundle

      public void setBundle(Collection<Long> bundle)
      Sets the id of the BOBundleHeader as filter.
      Parameters:
      bundle - the bundle id
      See Also:
    • getWorkOrderOperation

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

      public void setWorkOrderOperation(Collection<Long> workOrderOperation)
      Sets the work order operation id as filter.
      Parameters:
      workOrderOperation - the work order operation id
    • getInsertUser

      public Collection<Long> getInsertUser()
      Returns the id of the bundle operation creation user.
      Returns:
      the creation user id
    • setInsertUser

      public void setInsertUser(Collection<Long> insertUser)
      Sets the id of the bundle operation creation user.
      Parameters:
      insertUser - the creation user id
    • getInsertDate

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

      public void setInsertDate(DateTimeRange insertDate)
      Sets the bundle operation creation date.
      Parameters:
      insertDate - the creation date
    • getStatus

      public Collection<Long> getStatus()
      Returns the set of bundle operation status that was set as filter.
      Returns:
      the states of bundle operation status
      See Also:
    • setStatus

      public void setStatus(Collection<Long> status)
      Sets the set of bundle operation status as filter.
      Parameters:
      status - the states of bundle operation status
      See Also:
    • getOrder

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

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