| Package | Description |
|---|---|
| com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
| com.docdoku.core.query |
Support classes to work with the query builder and the basic search.
|
| com.docdoku.core.services |
Business layer classes.
|
| Constructor and Description |
|---|
QueryAlreadyExistsException(Locale pLocale,
Query query) |
QueryAlreadyExistsException(Locale pLocale,
Query pQuery,
Throwable pCause) |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryContext.getParentQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryContext.setParentQuery(Query parentQuery) |
| Modifier and Type | Method and Description |
|---|---|
Query |
IProductManagerLocal.getQuery(String workspaceId,
int queryId) |
Query |
IProductManagerLocal.loadQuery(String workspaceId,
int queryId) |
| Modifier and Type | Method and Description |
|---|---|
List<Query> |
IProductManagerLocal.getQueries(String workspaceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
IProductManagerLocal.createQuery(String workspaceId,
Query query) |
List<QueryResultRow> |
IProductManagerLocal.filterProductBreakdownStructure(String workspaceId,
Query query) |
List<PartRevision> |
IProductManagerLocal.searchPartRevisions(String workspaceId,
Query query) |
Copyright © 2017 DocDoku. All rights reserved.