@Service @Transactional(readOnly=true) public class CourtMasterService extends Object
| Constructor and Description |
|---|
CourtMasterService(CourtMasterRepository courtMasterRepository) |
| Modifier and Type | Method and Description |
|---|---|
List<CourtMaster> |
findActiveCourtByCourtType(CourtTypeMaster courtType) |
List<CourtMaster> |
findAll() |
CourtMaster |
findByName(String name) |
CourtMaster |
findOne(Long id) |
List<CourtMaster> |
getActiveCourtMaster() |
CourtMaster |
persist(CourtMaster courtMaster) |
List<CourtMaster> |
search(CourtMaster courtMaster) |
@Autowired public CourtMasterService(CourtMasterRepository courtMasterRepository)
@Transactional public CourtMaster persist(CourtMaster courtMaster)
public List<CourtMaster> findAll()
public CourtMaster findByName(String name)
public CourtMaster findOne(Long id)
public List<CourtMaster> findActiveCourtByCourtType(CourtTypeMaster courtType)
public List<CourtMaster> getActiveCourtMaster()
public List<CourtMaster> search(CourtMaster courtMaster)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.