public class SearchApplicationMenus extends AbstractSearchEntity<ApplicationMenu,SApplicationMenu>
| Constructor and Description |
|---|
SearchApplicationMenus(ApplicationService applicationService,
ApplicationMenuModelConverter convertor,
SearchEntityDescriptor searchDescriptor,
SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationMenu> |
convertToClientObjects(List<SApplicationMenu> serverObjects)
Must convert server objects in client objects here
|
long |
executeCount(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Execute the count here
|
List<SApplicationMenu> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Execute the search here
|
execute, getResult, getSearchFilterpublic SearchApplicationMenus(ApplicationService applicationService, ApplicationMenuModelConverter convertor, SearchEntityDescriptor searchDescriptor, SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<ApplicationMenu,SApplicationMenu>queryOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<SApplicationMenu> executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<ApplicationMenu,SApplicationMenu>queryOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<ApplicationMenu> convertToClientObjects(List<SApplicationMenu> serverObjects) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<ApplicationMenu,SApplicationMenu>serverObjects - The server object to convertorg.bonitasoft.engine.commons.exceptions.SBonitaExceptionCopyright © 2016 Bonitasoft S.A.. All rights reserved.