@Service public class JobAppService extends Object
| Constructor and Description |
|---|
JobAppService() |
| Modifier and Type | Method and Description |
|---|---|
JobPagination |
buildPaginationInfo(Integer total,
Integer offset,
Integer limit) |
Tuple<List<br.pucrio.tecgraf.soma.job.domain.model.Job>,Integer> |
findJobs(String rsqlQuery,
Integer offset,
Integer limit,
Boolean ascending,
String sortAttribute) |
void |
markJobAsDeleted(String jobId) |
void |
markJobsAsDeleted(List<String> jobIds) |
@Transactional public void markJobAsDeleted(String jobId)
@Transactional public Tuple<List<br.pucrio.tecgraf.soma.job.domain.model.Job>,Integer> findJobs(String rsqlQuery, Integer offset, Integer limit, Boolean ascending, String sortAttribute)
public JobPagination buildPaginationInfo(Integer total, Integer offset, Integer limit)
Copyright © 2019. All rights reserved.