Uses of Interface
ch.ivyteam.ivy.persistence.query.IPagedResult
Packages that use IPagedResult
Package
Description
-
Uses of IPagedResult in ch.ivyteam.ivy.business.data.store
Methods in ch.ivyteam.ivy.business.data.store that return IPagedResultModifier and TypeMethodDescriptionBusinessDataInfoRepository.all(BusinessDataInfoRepository.Filter... filters) Returns a paged result to iterate or page through allbusiness data infosthat matches the given filter. -
Uses of IPagedResult in ch.ivyteam.ivy.persistence.query
Methods in ch.ivyteam.ivy.persistence.query that return IPagedResultModifier and TypeMethodDescriptionIQueryExecutor.getResultsPaged(Query<V> query) Gets the results page wise.IQueryExecutor.getResultsPaged(Query<V> query, int pageSize) Gets the results page wise.IFluentQueryExecutor.resultsPaged()Gets the results page wise.IFluentQueryExecutor.resultsPaged(int pageSize) Gets the results page wise. -
Uses of IPagedResult in ch.ivyteam.ivy.security.user
Methods in ch.ivyteam.ivy.security.user that return IPagedResultModifier and TypeMethodDescriptionIRoleUsers.allPaged()Gets all users that own this role.IRoleUsers.allPaged(int pageSize) Gets all users that own this role.IRoleUsers.assignedPaged()Gets all users that are directly assigned to this roleIRoleUsers.assignedPaged(int pageSize) Gets all users that are directly assigned to this roleIUserRepository.paged()Gets a paged result with all users of this security contextIUserRepository.paged(int pageSize) Gets a paged result with all users of this security context