public interface PersonDAO
Modifier and Type | Method and Description |
---|---|
Person |
createPerson(Person person) |
List<Person> |
getPeople(int index,
int count) |
List<Person> |
getPeople(String queryString,
Map<String,Object> params,
int index,
int count) |
Person |
getPerson(long personId) |
Person |
getPersonByUserId(String userId) |
void |
removePerson(Person person) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.