| java.lang.Object transactionsDiscRack.business.person.PersonGeneratorImpl
PersonGeneratorImpl | public class PersonGeneratorImpl implements PersonGenerator(Code) | | Used to find the instance of Person.
|
Method Summary | |
public Person | findPerson(String username, DBTransaction transaction) The findPerson method performs a database query to
return a Person object
representing the row in the person table
that matches login name with the username. |
findPerson | public Person findPerson(String username, DBTransaction transaction) throws TransactionsDiscRackBusinessException(Code) | | The findPerson method performs a database query to
return a Person object
representing the row in the person table
that matches login name with the username.
Parameters: username - the login name of the person.the person. null if there isn't a person associatedthe username exception: DiscRackBusinessException - if there is a problem retrieving person information. |
|
|