Uses of Class
de.xima.fc.user_portal.api.provider.model.FormsQueryModel
- 
Packages that use FormsQueryModel Package Description de.xima.fc.user_portal.api.provider.spec de.xima.fc.user_portal.bean.forms  - 
- 
Uses of FormsQueryModel in de.xima.fc.user_portal.api.provider.spec
Methods in de.xima.fc.user_portal.api.provider.spec with parameters of type FormsQueryModel Modifier and Type Method Description IUserPortalResponse<Integer>IFormsApi. getFormsCount(IUserPortalInvocationContext ctx, UUID userPortalUuid, FormsQueryModel queryModel)Reads the count of forms of a given portal.IUserPortalResponse<de.xima.fc.api.rest.pub.client.user_portal.model.FormResourcePage>IFormsApi. getFormsPage(IUserPortalInvocationContext ctx, UUID userPortalUuid, PagingDataModel pagingDataModel, FormsQueryModel queryModel)Reads a page of forms of a given portal. - 
Uses of FormsQueryModel in de.xima.fc.user_portal.bean.forms
Methods in de.xima.fc.user_portal.bean.forms that return FormsQueryModel Modifier and Type Method Description FormsQueryModelLazyFormsViewBean. getQueryModel() 
 -