|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Profile | |
| net.sf.jagzilla | Main package for jagzilla which contains core api interfaces and implementing classes. |
| net.sf.jagzilla.hibernate | This package contains hibernate mapping classes to the bugzilla database. |
| Uses of Profile in net.sf.jagzilla |
| Methods in net.sf.jagzilla that return Profile | |
protected Profile |
BaseQuery.locateProfile(int id)
helper method for validating a profile. |
Profile |
SystemQuery.getProfile(int userId)
gets the profile for a given user id. |
Profile |
SystemQueryHibernateImpl.getProfile(int userId)
|
| Methods in net.sf.jagzilla with parameters of type Profile | |
void |
EventHandler.handleAddBugComment(Profile reporter,
java.lang.String comment)
|
void |
EventHandler.handleChangeBugStatus(Profile reporter,
Bug b,
java.lang.String status,
Profile asignee)
|
void |
EventHandler.handleChangeBugPriority(Profile reporter,
Bug b,
java.lang.String pri,
java.lang.String comment)
|
void |
EventHandler.handleChangeBugSeverity(Profile reporter,
Bug b,
java.lang.String sev,
java.lang.String comment)
|
void |
EventHandler.handleResolveBugEvent(Profile reporter,
Bug b,
java.lang.String resolution,
Bug dupe)
|
| Uses of Profile in net.sf.jagzilla.hibernate |
| Methods in net.sf.jagzilla.hibernate that return Profile | |
Profile |
LongDesc.getWho()
|
| Methods in net.sf.jagzilla.hibernate with parameters of type Profile | |
void |
LongDesc.setWho(Profile who)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||