@Service @Transactional(readOnly=true) public class UOMCategoryService extends Object
| Constructor and Description |
|---|
UOMCategoryService(UOMCategoryRepository uomCategoryRepository) |
| Modifier and Type | Method and Description |
|---|---|
UOMCategory |
create(UOMCategory uomCategory) |
List<UOMCategory> |
findAll() |
UOMCategory |
findOne(Long id) |
List<UOMCategory> |
search(UOMCategory uomCategory) |
UOMCategory |
update(UOMCategory uomCategory) |
@Autowired public UOMCategoryService(UOMCategoryRepository uomCategoryRepository)
@Transactional public UOMCategory create(UOMCategory uomCategory)
@Transactional public UOMCategory update(UOMCategory uomCategory)
public List<UOMCategory> findAll()
public UOMCategory findOne(Long id)
public List<UOMCategory> search(UOMCategory uomCategory)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.