public interface ILOVManagerLocal
Modifier and Type | Method and Description |
---|---|
void |
createLov(String workspaceId,
String name,
List<NameValuePair> nameValuePairList) |
void |
deleteLov(ListOfValuesKey lovKey) |
ListOfValues |
findLov(ListOfValuesKey lovKey) |
List<ListOfValues> |
findLOVFromWorkspace(String workspaceId) |
boolean |
isLOVDeletable(ListOfValuesKey lovKey) |
ListOfValues |
updateLov(ListOfValuesKey lovKey,
String name,
String workspaceId,
List<NameValuePair> nameValuePairList) |
List<ListOfValues> findLOVFromWorkspace(String workspaceId) throws UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, WorkspaceNotEnabledException
ListOfValues findLov(ListOfValuesKey lovKey) throws ListOfValuesNotFoundException, UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, WorkspaceNotEnabledException
void createLov(String workspaceId, String name, List<NameValuePair> nameValuePairList) throws ListOfValuesAlreadyExistsException, CreationException, UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, AccessRightException, WorkspaceNotEnabledException
void deleteLov(ListOfValuesKey lovKey) throws ListOfValuesNotFoundException, UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, AccessRightException, EntityConstraintException, WorkspaceNotEnabledException
ListOfValues updateLov(ListOfValuesKey lovKey, String name, String workspaceId, List<NameValuePair> nameValuePairList) throws ListOfValuesAlreadyExistsException, CreationException, ListOfValuesNotFoundException, UserNotFoundException, WorkspaceNotFoundException, UserNotActiveException, AccessRightException, WorkspaceNotEnabledException
boolean isLOVDeletable(ListOfValuesKey lovKey)
Copyright © 2017 DocDoku. All rights reserved.