| Package | Description |
|---|---|
| com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
| com.docdoku.core.meta |
Provides classes for managing entity metadata.
|
| com.docdoku.core.services |
Business layer classes.
|
| Constructor and Description |
|---|
ListOfValuesAlreadyExistsException(Locale pLocale,
ListOfValues pLov) |
ListOfValuesAlreadyExistsException(Locale pLocale,
ListOfValues pLov,
Throwable pCause) |
| Modifier and Type | Method and Description |
|---|---|
ListOfValues |
ListOfValuesAttributeTemplate.getLov() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListOfValuesAttributeTemplate.setLov(ListOfValues lov) |
| Constructor and Description |
|---|
ListOfValuesAttributeTemplate(String pName,
ListOfValues pLov) |
| Modifier and Type | Method and Description |
|---|---|
ListOfValues |
ILOVManagerLocal.findLov(ListOfValuesKey lovKey) |
ListOfValues |
ILOVManagerLocal.updateLov(ListOfValuesKey lovKey,
String name,
String workspaceId,
List<NameValuePair> nameValuePairList) |
| Modifier and Type | Method and Description |
|---|---|
List<ListOfValues> |
ILOVManagerLocal.findLOVFromWorkspace(String workspaceId) |
Copyright © 2017 DocDoku. All rights reserved.