@RolesAllowed(value="registered") public class HeadQuarterEJB extends Object
| Constructor and Description |
|---|
HeadQuarterEJB() |
| Modifier and Type | Method and Description |
|---|---|
List<ligaaas.teamc.domain.HeadQuarter> |
findByUser(ligaaas.teamc.domain.User competitionUser)
Returns a
List of HeadQuarter with the specified user. |
public List<ligaaas.teamc.domain.HeadQuarter> findByUser(ligaaas.teamc.domain.User competitionUser)
List of HeadQuarter with the specified user.competitionUser. - The user of the HeadQuarter to be searched.List of HeadQuarter with the specified user.IllegalArgumentException - if the competition user is nullCopyright © 2017. All rights reserved.