Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Mw integration #19

Merged
merged 4 commits into from
Jul 9, 2015
Merged

Mw integration #19

merged 4 commits into from
Jul 9, 2015

Conversation

vertein
Copy link
Contributor

@vertein vertein commented Jul 9, 2015

Adds a dao to do middleware integration for search.

* @param searchTerm
* @return An alphabetized list of users based on Last Name, first name. Empty for no search hits
*/
public List<User> getUsersBySearchTerm(String searchTerm);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider moving this to its own dao as it is not Local Contact specific?

@timlevett
Copy link
Collaborator

Looks good, had one suggestion (found in inline comments) to refactor search to be its own service/dao, but I consider that a non-blocking suggestion. 👍

@vertein
Copy link
Contributor Author

vertein commented Jul 9, 2015

Search service and search dao created. drops 🎤

@timlevett
Copy link
Collaborator

Added #20 to address the local impl of the search service.

@vertein vertein force-pushed the mwIntegration branch 2 times, most recently from a0d6f07 to c66cd8e Compare July 9, 2015 16:41
timlevett and others added 2 commits July 9, 2015 11:46
Conflicts:
	my-profile-local-contact-impl/src/main/java/edu/wisc/my/profile/local/service/LocalContactInformationServiceImpl.java
vertein added a commit that referenced this pull request Jul 9, 2015
@vertein vertein merged commit 5f0daeb into master Jul 9, 2015
@timlevett
Copy link
Collaborator

👍

@vertein vertein deleted the mwIntegration branch July 20, 2015 19:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants