public interface CommonApplicationService<P extends Application> extends CrudEntityService<P>
Application
business domain specific version of CrudEntityService
.Modifier and Type | Method and Description |
---|---|
Optional<P> |
getApplicationFromRequestUrl(String requestUrl)
Find an Application by a given request url
|
Optional<P> |
readByIdentifierValueAndIdentifierType(String identifierValue,
String identifierType)
Read an Application by its identifier value and type
|
create, createAll, createAllAllowingPartialSuccess, delete, readAll, readAll, readAll, readAllByContextId, readByContextId, replace, replaceAll, replaceAllAllowingPartialSuccess, update, updateAll, updateAllAllowingPartialSuccess, updateSort
Optional<P> readByIdentifierValueAndIdentifierType(String identifierValue, String identifierType)
identifierValue
- the value to look foridentifierType
- the identifier type of the applicationCopyright © 2021. All rights reserved.