@Service @Transactional(readOnly=true) public class JudgmentTypeService extends Object
| Constructor and Description |
|---|
JudgmentTypeService(JudgmentTypeRepository judgmentTypeRepository) |
| Modifier and Type | Method and Description |
|---|---|
List<JudgmentType> |
findAll() |
JudgmentType |
findByCode(String code) |
JudgmentType |
findOne(Long id) |
List<JudgmentType> |
getActiveJudgementTypes() |
List<JudgmentType> |
getJudgmentTypeList() |
JudgmentType |
persist(JudgmentType judgmentType) |
List<JudgmentType> |
search(JudgmentType judgmentType) |
@Autowired public JudgmentTypeService(JudgmentTypeRepository judgmentTypeRepository)
@Transactional public JudgmentType persist(JudgmentType judgmentType)
public List<JudgmentType> findAll()
public JudgmentType findByCode(String code)
public JudgmentType findOne(Long id)
public List<JudgmentType> getJudgmentTypeList()
public List<JudgmentType> getActiveJudgementTypes()
public List<JudgmentType> search(JudgmentType judgmentType)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.