Interface CertificateRepository
-
- All Known Implementing Classes:
IdentityRepository,PersonalRepository
public interface CertificateRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends CertificateBaseModel>findAll()
-
-
-
Method Detail
-
findAll
java.util.List<? extends CertificateBaseModel> findAll() throws InvalidParseOperationException
- Throws:
InvalidParseOperationException
-
-