A B C D E F G H I J K L M N P Q R S T U V W X

A

ADD_BUG - Static variable in interface net.sf.jagzilla.events.JagzillaEvent
constant that identifies the event fired when a bug is added.
ADD_BUG_ATTACHMENT - Static variable in interface net.sf.jagzilla.events.JagzillaEvent
constant that identifies the event fired when a the addBugAttachment method is invoked.
ADD_BUG_ATTACHMENT_PARAM_ATTACHMENT - Static variable in interface net.sf.jagzilla.events.JagzillaEvent
ADD_BUG_ATTACHMENT event parameter
ADD_BUG_COMMENT - Static variable in interface net.sf.jagzilla.events.JagzillaEvent
constant that identifies the event fired when a comment is added to a bug.
ADD_BUG_COMMENT_PARAM_COMMENT - Static variable in interface net.sf.jagzilla.events.JagzillaEvent
constant that identifies the name of the comment String object passed to the event context of the ADD_BUG_COMMENT event.
ADD_BUG_COMMENT_PARAM_REPORTER - Static variable in interface net.sf.jagzilla.events.JagzillaEvent
constant that identifies the name of the reporter Profile object passed to the event context of the ADD_BUG_COMMENT event.
ADD_BUG_PARAM_BUG - Static variable in interface net.sf.jagzilla.events.JagzillaEvent
constant that identifies the name of the new Bug object passed to the event context of the ADD_BUG event.
AllTests - class net.sf.jagzilla.hibernate.AllTests.
 
AllTests() - Constructor for class net.sf.jagzilla.hibernate.AllTests
 
AllXmlTests - class net.sf.jagzilla.hibernate.AllXmlTests.
Test suit for xml related operations tests.
AllXmlTests() - Constructor for class net.sf.jagzilla.hibernate.AllXmlTests
 
AttachStatus - class net.sf.jagzilla.hibernate.AttachStatus.
represents a record in the table attachstatus.
AttachStatus() - Constructor for class net.sf.jagzilla.hibernate.AttachStatus
 
AttachStatus(AttachStatusPrimaryKey) - Constructor for class net.sf.jagzilla.hibernate.AttachStatus
construct an AttachStatus with the given primary key.
AttachStatusDef - class net.sf.jagzilla.hibernate.AttachStatusDef.
represents a record in the table attachstatusdefs.
AttachStatusDef() - Constructor for class net.sf.jagzilla.hibernate.AttachStatusDef
simple constructor, does nothing.
AttachStatusDefTest - class net.sf.jagzilla.hibernate.AttachStatusDefTest.
test cases for AttachStatusDef.
AttachStatusDefTest() - Constructor for class net.sf.jagzilla.hibernate.AttachStatusDefTest
 
AttachStatusPrimaryKey - class net.sf.jagzilla.hibernate.AttachStatusPrimaryKey.
represents the primary key for the class AttachStatus.
AttachStatusPrimaryKey() - Constructor for class net.sf.jagzilla.hibernate.AttachStatusPrimaryKey
 
AttachStatusPrimaryKey(int, int) - Constructor for class net.sf.jagzilla.hibernate.AttachStatusPrimaryKey
constructs an instance withe the given data
AttachStatusTest - class net.sf.jagzilla.hibernate.AttachStatusTest.
test cases for AttachStatus.
AttachStatusTest() - Constructor for class net.sf.jagzilla.hibernate.AttachStatusTest
 
Attachment - class net.sf.jagzilla.hibernate.Attachment.
represents a record in the table attachments.
Attachment() - Constructor for class net.sf.jagzilla.hibernate.Attachment
 
AttachmentTest - class net.sf.jagzilla.hibernate.AttachmentTest.
test cases for Attachment.
AttachmentTest() - Constructor for class net.sf.jagzilla.hibernate.AttachmentTest
 
addBug(Bug) - Method in interface net.sf.jagzilla.BugQuery
adds a new bug to the database.
addBug(Bug) - Method in class net.sf.jagzilla.BugQueryHibernateImpl
 
addBugAttach(Attachment) - Method in interface net.sf.jagzilla.BugQuery
Adds an attachment to a bug.
addBugAttach(Attachment) - Method in class net.sf.jagzilla.BugQueryHibernateImpl
 
addBugComment(int, int, String) - Method in interface net.sf.jagzilla.BugQuery
adds a comment to the bug.
addBugComment(int, int, String) - Method in class net.sf.jagzilla.BugQueryHibernateImpl
 
addBugWithComment(Bug, String) - Method in interface net.sf.jagzilla.BugQuery
adds a bug with comment as the first long description of the bug.
addBugWithComment(Bug, String) - Method in class net.sf.jagzilla.BugQueryHibernateImpl
 
addCc(int, int) - Method in interface net.sf.jagzilla.SystemQuery
adds a profile to the cc list of a bug.
addCc(int, int) - Method in class net.sf.jagzilla.SystemQueryHibernateImpl
 
addMailAccount(String, String, String, String) - Method in class net.sf.jagzilla.mailprocessor.MailProcessor
 

A B C D E F G H I J K L M N P Q R S T U V W X
Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.