Commit 8d156b0e authored by Raimbek Egemberdiev's avatar Raimbek Egemberdiev

service 7

parent b31ae21d
...@@ -48,6 +48,10 @@ public class AsFormService { ...@@ -48,6 +48,10 @@ public class AsFormService {
return this; return this;
} }
public AsFormConverter getAsFormConverter() {
return asFormConverter;
}
public List<AdvancedSearchResult> advancedSearch(AdvancedSearchParams searchParams) throws IOException { public List<AdvancedSearchResult> advancedSearch(AdvancedSearchParams searchParams) throws IOException {
Query query = Query.newInstance() Query query = Query.newInstance()
.methodPost() .methodPost()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment