Uses of Class
org.kuali.rice.kew.useroptions.UserOptions
Packages that use UserOptions
-
Uses of UserOptions in org.kuali.rice.kew.docsearch.service.impl
Methods in org.kuali.rice.kew.docsearch.service.impl with parameters of type UserOptionsModifier and TypeMethodDescriptionprotected org.kuali.rice.kew.api.document.search.DocumentSearchCriteriaDocumentSearchServiceImpl.getCriteriaFromSavedSearch(UserOptions savedSearch) -
Uses of UserOptions in org.kuali.rice.kew.useroptions
Methods in org.kuali.rice.kew.useroptions that return UserOptionsModifier and TypeMethodDescriptionUserOptionsService.findByOptionId(String optionId, String principalId) Find aUserOptionsfor the given option id and principal id.UserOptionsServiceImpl.findByOptionId(String optionId, String principalId) Find aUserOptionsfor the given option id and principal id.Methods in org.kuali.rice.kew.useroptions that return types with arguments of type UserOptionsModifier and TypeMethodDescriptionUserOptionsService.findByUserQualified(String principalId, String likeString) Finds a collection ofUserOptionsfor the given principal id and search string.UserOptionsServiceImpl.findByUserQualified(String principalId, String likeString) Finds a collection ofUserOptionsfor the given principal id and search string.UserOptionsService.findByWorkflowUser(String principalId) FindsUserOptionsfor the given workflow id.UserOptionsServiceImpl.findByWorkflowUser(String principalId) FindsUserOptionsfor the given workflow id.UserOptionsService.retrieveEmailPreferenceUserOptions(String emailSetting) Finds aListofUserOptionsfor the given email setting.UserOptionsServiceImpl.retrieveEmailPreferenceUserOptions(String emailSetting) Finds aListofUserOptionsfor the given email setting.Methods in org.kuali.rice.kew.useroptions with parameters of type UserOptionsModifier and TypeMethodDescriptionintUserOptions.compareTo(UserOptions o) Compares the given object is an instance of this class, then determines comparison based on the option id.voidUserOptionsService.deleteUserOptions(UserOptions userOptions) Removes the givenUserOptionsfrom the underlining datasource.voidUserOptionsServiceImpl.deleteUserOptions(UserOptions userOptions) Removes the givenUserOptionsfrom the underlining datasource.voidUserOptionsService.save(UserOptions userOptions) Persists the givenUserOptionsto the datasource.voidUserOptionsServiceImpl.save(UserOptions userOptions) Persists the givenUserOptionsto the datasource.