@Service @Transactional(readOnly=true) public class ObjectTypeService extends Object
| Constructor and Description |
|---|
ObjectTypeService(ObjectTypeRepository objectTypeRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(ObjectType objectType) |
void |
delete(ObjectType objectType) |
ObjectType |
getObjectTypeByName(String name) |
void |
update(ObjectType objectType) |
@Autowired public ObjectTypeService(ObjectTypeRepository objectTypeRepository)
@Transactional public void create(ObjectType objectType)
@Transactional public void update(ObjectType objectType)
@Transactional public void delete(ObjectType objectType)
public ObjectType getObjectTypeByName(String name)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.