@Service @Transactional(readOnly=true) public class DemandNoticePenaltyPeriodService extends Object
| Constructor and Description |
|---|
DemandNoticePenaltyPeriodService(DemandNoticePenaltyPeriodRepository demandNoticePenaltyPeriodRepository) |
| Modifier and Type | Method and Description |
|---|---|
DemandNoticePenaltyPeriod |
createDemandNoticePenaltyPeriod(DemandNoticePenaltyPeriod demandNoticePenaltyPeriod) |
List<DemandNoticePenaltyPeriod> |
findAll() |
DemandNoticePenaltyPeriod |
findBy(Long demandNoticePenaltyId) |
DemandNoticePenaltyPeriod |
findByIssueOfDamendNotice(DemandNoticeIssueFrequency issueOfDamendNotice) |
org.springframework.data.domain.Page<DemandNoticePenaltyPeriod> |
getListOfDemandNoticePenaltyPeriod(Integer pageNumber,
Integer pageSize) |
DemandNoticePenaltyPeriod |
load(Long id) |
void |
updateDemandNoticePenaltyPeriod(DemandNoticePenaltyPeriod demandNoticePenaltyPeriod) |
@Autowired public DemandNoticePenaltyPeriodService(DemandNoticePenaltyPeriodRepository demandNoticePenaltyPeriodRepository)
public DemandNoticePenaltyPeriod findBy(Long demandNoticePenaltyId)
@Transactional public DemandNoticePenaltyPeriod createDemandNoticePenaltyPeriod(DemandNoticePenaltyPeriod demandNoticePenaltyPeriod)
@Transactional public void updateDemandNoticePenaltyPeriod(DemandNoticePenaltyPeriod demandNoticePenaltyPeriod)
public List<DemandNoticePenaltyPeriod> findAll()
public DemandNoticePenaltyPeriod findByIssueOfDamendNotice(DemandNoticeIssueFrequency issueOfDamendNotice)
public DemandNoticePenaltyPeriod load(Long id)
public org.springframework.data.domain.Page<DemandNoticePenaltyPeriod> getListOfDemandNoticePenaltyPeriod(Integer pageNumber, Integer pageSize)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.