Uses of Class
net.sf.jagzilla.exceptions.NoSuchProfileException

Packages that use NoSuchProfileException
net.sf.jagzilla Main package for jagzilla which contains core api interfaces and implementing classes. 
net.sf.jagzilla.exceptions Jagzilla exceptions package. 
 

Uses of NoSuchProfileException in net.sf.jagzilla
 

Methods in net.sf.jagzilla that throw NoSuchProfileException
protected  void BaseQuery.continueIfUsersExists(int profileId)
          validate a profile and throw exceptions on error or do nothing on sucess.
protected  Profile BaseQuery.locateProfile(int id)
          helper method for validating a profile.
 java.util.List BugQuery.getBugsAssignedTo(int userid)
          gets all bugs that are assigned to the specified user
 java.util.List BugQuery.getBugsReportedBy(int userid)
          gets all bugs reported by the specified user.
 void BugQuery.addBugComment(int bugId, int userId, java.lang.String comment)
          adds a comment to the bug.
 void BugQuery.addBugAttach(Attachment attach)
          Adds an attachment to a bug.
 void BugQuery.changeBugStatus(int profile, int bugId, java.lang.String status, int asignee)
          changes the status of a bug.
 void BugQuery.changeBugPriority(int profile, int bugId, java.lang.String pri, java.lang.String comment)
          changes the priority of a bug.
 void BugQuery.changeBugSeverity(int profile, int bugId, java.lang.String sev, java.lang.String comment)
          changes the severity of a bug.
 void BugQueryHibernateImpl.addBugComment(int bugId, int userId, java.lang.String comment)
           
 void BugQueryHibernateImpl.addBugAttach(Attachment attachment)
           
 void BugQueryHibernateImpl.changeBugPriority(int profile, int bugId, java.lang.String pri, java.lang.String comment)
           
 void BugQueryHibernateImpl.changeBugSeverity(int profile, int bugId, java.lang.String sev, java.lang.String comment)
           
 java.util.List BugQueryHibernateImpl.getBugsReportedBy(int userid)
           
 Profile SystemQuery.getProfile(int userId)
          gets the profile for a given user id.
 int SystemQuery.getUserId(java.lang.String login)
          gets the id of the user given it's login.
 void SystemQuery.addCc(int bugId, int profileId)
          adds a profile to the cc list of a bug.
 void SystemQuery.removeCc(int bugId, int profileId)
          removes a profile from the cc list of a bug.
 int SystemQueryHibernateImpl.getUserId(java.lang.String login)
           
 void SystemQueryHibernateImpl.addCc(int bugId, int profileId)
           
 void SystemQueryHibernateImpl.removeCc(int bugId, int profileId)
           
 

Uses of NoSuchProfileException in net.sf.jagzilla.exceptions
 

Subclasses of NoSuchProfileException in net.sf.jagzilla.exceptions
 class NoSuchAsigneeException
          exception thrown when the reporter does not exist.
 class NoSuchReporterException
          exception thrown when the reporter does not exist.
 



Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.