Package de.trustable.ca3s.core.service
Interface RDNService
-
- All Known Implementing Classes:
RDNServiceImpl
public interface RDNServiceService Interface for managingRDN.
-
-
Method Detail
-
save
RDN save(RDN rDN)
Save a rDN.- Parameters:
rDN- the entity to save.- Returns:
- the persisted entity.
-
findOne
Optional<RDN> findOne(Long id)
Get the "id" rDN.- Parameters:
id- the id of the entity.- Returns:
- the entity.
-
delete
void delete(Long id)
Delete the "id" rDN.- Parameters:
id- the id of the entity.
-
-