@grails.gorm.services.Service(value: RequestMap) @groovy.transform.CompileStatic interface RequestMapDataService
Type Params | Return Type | Name and description |
---|---|---|
|
abstract java.util.List<RequestMap> |
findAllByUrlLikeAndHttpMethod(java.lang.String url, org.springframework.http.HttpMethod httpMethod) |
|
abstract RequestMap |
findByUrlAndHttpMethod(java.lang.String url, org.springframework.http.HttpMethod httpMethod) |