Home >> All >> org >> sbugs |
| org.sbugs.actions.* (8) | | org.sbugs.dao.* (7) | | org.sbugs.exceptions.* (4) | | org.sbugs.forms.* (4) |
| org.sbugs.logic.* (12) | | org.sbugs.model.* (9) | | org.sbugs.tags.* (6) |
Package Samples:
org.sbugs.actions
org.sbugs.dao.attributes
org.sbugs.dao
org.sbugs.dao.defect
org.sbugs.dao.user
org.sbugs.dao.state
org.sbugs.forms
org.sbugs.logic.attributes
org.sbugs.logic
org.sbugs.logic.defect
org.sbugs.logic.user
org.sbugs.logic.state
org.sbugs.model.attributes
org.sbugs.model.defect
org.sbugs.model.user
org.sbugs.exceptions
org.sbugs.tags
Classes:
TransitionHandler: Any class that wishes to deal with Defect state changes must implement this interface. In addition, the class must provide a no arguement constructor, so that it can be instantiated via reflection.
Transition: This class is located here, instead of in org.sbugs.model, because it is really not part of the domain model - it purely has to do w/ the logic of handling state transitions.
ConnectionPool: For now, we don't actually pool connections - we'll implement it later when we actually need the peformance boost.
ProtectedAction: This class gaurds access to resources that require a user to login.
ChangeDefectState
CreateDefect
DisplayDefect
EditDefect
Home
LoginUser
SearchDefects
DAO
PriorityDAO
SeverityDAO
StateDAO
DefectDAO
StateMachineDAO
UserDAO
SecurityAccessException
InvalidTransitionException
StateChangeException
SbugsException
CreateDefectForm
EditDefectForm
LoginForm
Home | Contact Us | Privacy Policy | Terms of Service |