| java.lang.Object org.tigris.scarab.tools.ScarabToolManager
ScarabToolManager | public class ScarabToolManager (Code) | | Currently significant amounts of business logic is stored in the
ScarabRequestTool and ScarabGlobalTool. This isn't very accesible b/c the
tools make assumptions about having a rundata object and running in them..
This class will slowly take out the business logic from the tools so it can
be unit tested and reused in more situations.
|
getRModuleUserAttributes | public List getRModuleUserAttributes(ScarabUser user, Module module, IssueType issueType)(Code) | | First attempts to get the RModuleUserAttributes from the user. If it is
empty, then it will try to get the defaults from the module. If anything
fails, it will return an empty list.
|
|
|