Uses of Class
ejava.examples.asyncmarket.bo.Person
-
Packages that use Person Package Description ejava.examples.asyncmarket ejava.examples.asyncmarket.bo ejava.examples.asyncmarket.dao ejava.examples.asyncmarket.ejb ejava.examples.asyncmarket.jpa -
-
Uses of Person in ejava.examples.asyncmarket
Methods in ejava.examples.asyncmarket that return Person Modifier and Type Method Description PersonUserMgmt. getUser(long id)PersonUserMgmt. getUserByUserId(String userId)Methods in ejava.examples.asyncmarket that return types with arguments of type Person Modifier and Type Method Description List<Person>UserMgmt. getUsers(int index, int count) -
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.ejb
Methods in ejava.examples.asyncmarket.ejb that return Person Modifier and Type Method Description PersonUserMgmtEJB. getUser(long id)PersonUserMgmtEJB. getUserByUserId(String userId)PersonDtoMapper. toDTO(Person user)PersonDtoMapper. toDTO(Person owner, AuctionItem item)PersonDtoMapper. toDTO(Person person, Bid bid)PersonDtoMapper. toDTO(Person buyer, Order order)Methods in ejava.examples.asyncmarket.ejb that return types with arguments of type Person Modifier and Type Method Description List<Person>UserMgmtEJB. getUsers(int index, int count)List<Person>DtoMapper. toDTOPeople(List<Person> people)Methods in ejava.examples.asyncmarket.ejb with parameters of type Person Modifier and Type Method Description PersonDtoMapper. toDTO(Person user)PersonDtoMapper. toDTO(Person owner, AuctionItem item)PersonDtoMapper. toDTO(Person person, Bid bid)PersonDtoMapper. toDTO(Person buyer, Order order)Collection<AuctionItem>DtoMapper. toDTO(Collection<AuctionItem> items, Person owner)Method parameters in ejava.examples.asyncmarket.ejb with type arguments of type Person Modifier and Type Method Description List<Person>DtoMapper. toDTOPeople(List<Person> people) -
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)
-