public interface FieldTestServiceImplEntityService
Modifier and Type | Method and Description |
---|---|
void |
delete(java.lang.Long id)
Delete the "id" fieldTestServiceImplEntity.
|
java.util.List<FieldTestServiceImplEntity> |
findAll()
Get all the fieldTestServiceImplEntities.
|
FieldTestServiceImplEntity |
findOne(java.lang.Long id)
Get the "id" fieldTestServiceImplEntity.
|
FieldTestServiceImplEntity |
save(FieldTestServiceImplEntity fieldTestServiceImplEntity)
Save a fieldTestServiceImplEntity.
|
FieldTestServiceImplEntity save(FieldTestServiceImplEntity fieldTestServiceImplEntity)
fieldTestServiceImplEntity
- the entity to savejava.util.List<FieldTestServiceImplEntity> findAll()
FieldTestServiceImplEntity findOne(java.lang.Long id)
id
- the id of the entityvoid delete(java.lang.Long id)
id
- the id of the entityCopyright © 2017 Osgiliath. All rights reserved.