@Service @Transactional(readOnly=true) public class AccountdetailtypeService extends Object
| Constructor and Description |
|---|
AccountdetailtypeService(AccountdetailtypeRepository accountdetailtypeRepository) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.Accountdetailtype |
create(org.egov.commons.Accountdetailtype accountdetailtype) |
List<org.egov.commons.Accountdetailtype> |
findAll() |
List<org.egov.commons.Accountdetailtype> |
findByFullQualifiedName(String fullQualifiedName) |
org.egov.commons.Accountdetailtype |
findByName(String name) |
org.egov.commons.Accountdetailtype |
findOne(Integer id) |
List<org.egov.commons.Accountdetailtype> |
search(org.egov.commons.Accountdetailtype accountdetailtype,
String mode) |
org.egov.commons.Accountdetailtype |
update(org.egov.commons.Accountdetailtype accountdetailtype) |
@Autowired public AccountdetailtypeService(AccountdetailtypeRepository accountdetailtypeRepository)
@Transactional public org.egov.commons.Accountdetailtype create(org.egov.commons.Accountdetailtype accountdetailtype)
@Transactional public org.egov.commons.Accountdetailtype update(org.egov.commons.Accountdetailtype accountdetailtype)
public List<org.egov.commons.Accountdetailtype> findAll()
public org.egov.commons.Accountdetailtype findByName(String name)
public org.egov.commons.Accountdetailtype findOne(Integer id)
public List<org.egov.commons.Accountdetailtype> findByFullQualifiedName(String fullQualifiedName)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.