| Package | Description |
|---|---|
| org.kuali.rice.kew.docsearch.service.impl | |
| org.kuali.rice.kew.useroptions |
| Modifier and Type | Method and Description |
|---|---|
protected DocumentSearchCriteria |
DocumentSearchServiceImpl.getCriteriaFromSavedSearch(UserOptions savedSearch) |
| Modifier and Type | Method and Description |
|---|---|
UserOptions |
UserOptionsServiceImpl.findByOptionId(String optionId,
String principalId)
Find a
UserOptions for the given option id and principal id. |
UserOptions |
UserOptionsService.findByOptionId(String optionId,
String principalId)
Find a
UserOptions for the given option id and principal id. |
| Modifier and Type | Method and Description |
|---|---|
List<UserOptions> |
UserOptionsServiceImpl.findByUserQualified(String principalId,
String likeString)
Finds a collection of
UserOptions for the given principal id and search string. |
List<UserOptions> |
UserOptionsService.findByUserQualified(String principalId,
String likeString)
Finds a collection of
UserOptions for the given principal id and search string. |
Collection<UserOptions> |
UserOptionsServiceImpl.findByWorkflowUser(String principalId)
Finds
UserOptions for the given workflow id. |
Collection<UserOptions> |
UserOptionsService.findByWorkflowUser(String principalId)
Finds
UserOptions for the given workflow id. |
List<UserOptions> |
UserOptionsServiceImpl.retrieveEmailPreferenceUserOptions(String emailSetting)
Finds a
List of UserOptions for the given email setting. |
List<UserOptions> |
UserOptionsService.retrieveEmailPreferenceUserOptions(String emailSetting)
Finds a
List of UserOptions for the given email setting. |
| Modifier and Type | Method and Description |
|---|---|
int |
UserOptions.compareTo(UserOptions o)
Compares the given object is an instance of this class, then determines comparison based on the option id.
|
void |
UserOptionsServiceImpl.deleteUserOptions(UserOptions userOptions)
Removes the given
UserOptions from the underlining datasource. |
void |
UserOptionsService.deleteUserOptions(UserOptions userOptions)
Removes the given
UserOptions from the underlining datasource. |
void |
UserOptionsServiceImpl.save(UserOptions userOptions)
Persists the given
UserOptions to the datasource. |
void |
UserOptionsService.save(UserOptions userOptions)
Persists the given
UserOptions to the datasource. |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.