@Service @Transactional(readOnly=true) public class CategoryPropertyTypeService extends Object
| Constructor and Description |
|---|
CategoryPropertyTypeService(CategoryPropertyTypeRepository categoryPropertyTypeRepository) |
| Modifier and Type | Method and Description |
|---|---|
CategoryPropertyType |
create(CategoryPropertyType categoryPropertyType) |
void |
delete(Long id) |
List<CategoryPropertyType> |
findAll() |
CategoryPropertyType |
findByName(String name) |
CategoryPropertyType |
findOne(Long id) |
List<?> |
getMasterData(CategoryPropertyType category,
String queryText) |
List<CategoryPropertyType> |
search(CategoryPropertyType categoryPropertyType) |
CategoryPropertyType |
update(CategoryPropertyType categoryPropertyType) |
@Autowired public CategoryPropertyTypeService(CategoryPropertyTypeRepository categoryPropertyTypeRepository)
@Transactional public CategoryPropertyType create(CategoryPropertyType categoryPropertyType)
@Transactional public CategoryPropertyType update(CategoryPropertyType categoryPropertyType)
public List<CategoryPropertyType> findAll()
public CategoryPropertyType findByName(String name)
public CategoryPropertyType findOne(Long id)
public List<CategoryPropertyType> search(CategoryPropertyType categoryPropertyType)
public void delete(Long id)
public List<?> getMasterData(CategoryPropertyType category, String queryText)
masterName - queryText - Copyright © 2015–2016 eGovernments Foundation. All rights reserved.