public class SearchCommentsManagedBy extends AbstractCommentSearchEntity
| Constructor and Description |
|---|
SearchCommentsManagedBy(SearchEntityDescriptor searchDescriptor,
SearchOptions options,
SCommentService commentService,
long managerUserId) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(QueryOptions searchOptions)
Execute the count here
|
List<SComment> |
executeSearch(QueryOptions searchOptions)
Execute the search here
|
convertToClientObjectsexecute, getResult, getSearchFilter, search, search, validateQuerypublic SearchCommentsManagedBy(SearchEntityDescriptor searchDescriptor, SearchOptions options, SCommentService commentService, long managerUserId)
public long executeCount(QueryOptions searchOptions) throws SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<Comment,SComment>searchOptions - The query options to execute the count withSBonitaReadExceptionpublic List<SComment> executeSearch(QueryOptions searchOptions) throws SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<Comment,SComment>searchOptions - The query options to execute the search withSBonitaReadExceptionCopyright © 2019 Bonitasoft S.A.. All rights reserved.