JobsSearchSettings

public class JobsSearchSettings

JobsSearchSettings is the class used for passing search criteria to the Service Layer, it tells how the MotechSchedulerDatabaseService should filter jobs information.

See also: org.motechproject.scheduler.service.MotechSchedulerDatabaseService, org.motechproject.scheduler.web.controller.JobsController

Methods

getActivity

public String getActivity()

getName

public String getName()

getPage

public Integer getPage()

getRows

public Integer getRows()

getSortColumn

public String getSortColumn()

getSortDirection

public String getSortDirection()

getStatus

public String getStatus()

getTimeFrom

public String getTimeFrom()

getTimeTo

public String getTimeTo()

setActivity

public void setActivity(String activity)

setName

public void setName(String name)

setPage

public void setPage(Integer page)

setRows

public void setRows(Integer rows)

setSortColumn

public void setSortColumn(String sortColumn)

setSortDirection

public void setSortDirection(String sortDirection)

setStatus

public void setStatus(String status)

setTimeFrom

public void setTimeFrom(String timeFrom)

setTimeTo

public void setTimeTo(String timeTo)