Uses of Class
ejava.examples.asyncmarket.bo.Person
-
Packages that use Person Package Description ejava.examples.asyncmarket.bo ejava.examples.asyncmarket.dao ejava.examples.asyncmarket.jpa -
-
Uses of Person in ejava.examples.asyncmarket.bo
Fields in ejava.examples.asyncmarket.bo declared as Person Modifier and Type Field Description private PersonBid. bidderprivate PersonOrder. buyerprivate PersonAuctionItem. ownerMethods in ejava.examples.asyncmarket.bo that return Person Modifier and Type Method Description PersonBid. getBidder()PersonOrder. getBuyer()PersonAuctionItem. getOwner()Methods in ejava.examples.asyncmarket.bo with parameters of type Person Modifier and Type Method Description voidBid. setBidder(Person bidder)voidOrder. setBuyer(Person buyer)voidAuctionItem. setOwner(Person owner) -
Uses of Person in ejava.examples.asyncmarket.dao
Methods in ejava.examples.asyncmarket.dao that return Person Modifier and Type Method Description PersonPersonDAO. createPerson(Person person)PersonPersonDAO. getPerson(long personId)PersonPersonDAO. getPersonByUserId(String userId)Methods in ejava.examples.asyncmarket.dao that return types with arguments of type Person Modifier and Type Method Description List<Person>PersonDAO. getPeople(int index, int count)List<Person>PersonDAO. getPeople(String queryString, Map<String,Object> params, int index, int count)Methods in ejava.examples.asyncmarket.dao with parameters of type Person Modifier and Type Method Description PersonPersonDAO. createPerson(Person person)voidPersonDAO. removePerson(Person person) -
Uses of Person in ejava.examples.asyncmarket.jpa
Methods in ejava.examples.asyncmarket.jpa that return Person Modifier and Type Method Description PersonJPAPersonDAO. createPerson(Person person)PersonJPAPersonDAO. getPerson(long personId)PersonJPAPersonDAO. getPersonByUserId(String userId)Methods in ejava.examples.asyncmarket.jpa that return types with arguments of type Person Modifier and Type Method Description List<Person>JPAPersonDAO. getPeople(int index, int count)List<Person>JPAPersonDAO. getPeople(String queryString, Map<String,Object> params, int index, int count)Methods in ejava.examples.asyncmarket.jpa with parameters of type Person Modifier and Type Method Description PersonJPAPersonDAO. createPerson(Person person)voidJPAPersonDAO. removePerson(Person person)
-