@Service @Transactional(readOnly=true) public class ConnectionChargesService extends Object
| Constructor and Description |
|---|
ConnectionChargesService(ConnectionChargesRepository connectionChargesRepository) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionCharges |
createConnectionCharges(ConnectionCharges connectionCharges) |
List<ConnectionCharges> |
findAll() |
ConnectionCharges |
findBy(Long connectionChargesId) |
List<ConnectionCharges> |
findByType(String type) |
ConnectionCharges |
findByTypeAndDate(String type) |
org.springframework.data.domain.Page<ConnectionCharges> |
getListOfConnectionCharges(Integer pageNumber,
Integer pageSize) |
ConnectionCharges |
load(Long id) |
void |
updateConnectionCharges(ConnectionCharges connectionCharges) |
@Autowired public ConnectionChargesService(ConnectionChargesRepository connectionChargesRepository)
public ConnectionCharges findBy(Long connectionChargesId)
@Transactional public ConnectionCharges createConnectionCharges(ConnectionCharges connectionCharges)
@Transactional public void updateConnectionCharges(ConnectionCharges connectionCharges)
public List<ConnectionCharges> findAll()
public List<ConnectionCharges> findByType(String type)
public ConnectionCharges load(Long id)
public org.springframework.data.domain.Page<ConnectionCharges> getListOfConnectionCharges(Integer pageNumber, Integer pageSize)
public ConnectionCharges findByTypeAndDate(String type)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.