| Package | Description |
|---|---|
| org.egov.commons.repository | |
| org.egov.commons.service |
| Modifier and Type | Method and Description |
|---|---|
AccountEntity |
AccountEntityRepository.findByCode(String Code) |
AccountEntity |
AccountEntityRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountEntity> |
AccountEntityRepository.findBy20(Integer typeId,
String key) |
List<AccountEntity> |
AccountEntityRepository.findByAccountdetailtype(org.egov.commons.Accountdetailtype accountdetailtype) |
List<AccountEntity> |
AccountEntityRepository.findByAccountdetailtypeAndIsactive(org.egov.commons.Accountdetailtype accountdetailtype,
boolean isactive) |
org.springframework.data.domain.Page<AccountEntity> |
AccountEntityRepository.findByAccountdetailtypeAndNameContainingIgnoreCaseOrCodeContainingIgnoreCase(org.egov.commons.Accountdetailtype accountdetailtype,
String name,
String code,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
AccountEntity |
AccountEntityService.create(AccountEntity accountEntity) |
AccountEntity |
AccountEntityService.findByCode(String code) |
AccountEntity |
AccountEntityService.findByName(String name) |
AccountEntity |
AccountEntityService.findOne(Integer id) |
AccountEntity |
AccountEntityService.update(AccountEntity accountEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountEntity> |
AccountEntityService.findAll() |
List<AccountEntity> |
AccountEntityService.search(AccountEntity accountEntity) |
| Modifier and Type | Method and Description |
|---|---|
AccountEntity |
AccountEntityService.create(AccountEntity accountEntity) |
List<AccountEntity> |
AccountEntityService.search(AccountEntity accountEntity) |
AccountEntity |
AccountEntityService.update(AccountEntity accountEntity) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.