Uses of Interface
org.tigris.scarab.om.Module

Packages that use Module
org.tigris.scarab.om   
org.tigris.scarab.reports   
org.tigris.scarab.tools   
org.tigris.scarab.util   
org.tigris.scarab.util.word   
org.tigris.scarab.util.xmlissues   
org.tigris.scarab.workflow   
 

Uses of Module in org.tigris.scarab.om
 

Classes in org.tigris.scarab.om that implement Module
 class AbstractScarabModule
           The ScarabModule class is the focal point for dealing with Modules.
 class BaseScarabModule
          You should not use this class directly.
 class ScarabModule
          The ScarabModule class is the focal point for dealing with Modules.
 class ScarabModuleContainer
          This class represents the Global module (which is a module where it is not possible to create new issues within it).
 

Methods in org.tigris.scarab.om that return Module
 Module BaseIssue.getModule()
          Returns the associated Module object.
 Module BaseIssue.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Module Query.getModule()
          Module getter.
 Module AttributeGroup.getModule()
          Module getter.
 Module ScarabModule.getParent()
          Cast the getScarabModuleRelatedByParentId() to a Module
 Module BaseUserVote.getModule()
          Returns the associated Module object.
 Module BaseUserVote.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Module Report.getModule()
          Get the value of module.
abstract  Module[] AbstractScarabUser.getModules(java.lang.String permission)
           
 Module AbstractScarabUser.getCurrentModule()
          The current module
 Module BaseRModuleAttribute.getModule()
          Returns the associated Module object.
 Module BaseRModuleAttribute.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Module BaseRModuleIssueType.getModule()
          Returns the associated Module object.
 Module BaseRModuleIssueType.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Module Module.getParent()
          Same as the getModuleRelatedByParentIdCast(), just a better name.
 Module BaseNotificationDefaultFilter.getModule()
          Returns the associated Module object.
 Module BaseNotificationDefaultFilter.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Module MITList.getModule()
           
(package private)  Module MITList.getModule(MITListItem item)
           
 Module BaseNotificationFilter.getModule()
          Returns the associated Module object.
 Module BaseNotificationFilter.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Module RModuleAttribute.getModule()
          Module getter.
 Module RModuleIssueType.getModule()
          Module getter.
 Module Issue.getModule()
          Module getter.
 Module BaseRModuleOption.getModule()
          Returns the associated Module object.
 Module BaseRModuleOption.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Module RModuleOption.getModule()
          Module getter.
 Module BaseRModuleUserAttribute.getModule()
          Returns the associated Module object.
 Module BaseRModuleUserAttribute.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Module BaseReport.getModule()
          Returns the associated Module object.
 Module BaseReport.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Module[] ScarabUserImpl.getModules(java.lang.String permission)
           
 Module[] ScarabUserImpl.getModules(java.lang.String[] permissions)
           
 Module[] ScarabUserImpl.getModules(java.lang.String[] permissions, boolean showDeletedModules)
           
 Module ScarabUserImpl.getCurrentModule()
          The current module
 Module BasePendingGroupUserRole.getModule()
          Returns the associated Module object.
 Module BasePendingGroupUserRole.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
abstract  Module AbstractScarabModule.getParent()
          Get this module's immediate parent module
 Module[] ScarabUser.getModules(java.lang.String permission)
          Get a list of Module's that where a user has the specified permission.
 Module[] ScarabUser.getModules(java.lang.String[] permissions)
          Get a list of Module's that where a user has at least one of the permissions given.
 Module[] ScarabUser.getModules(java.lang.String[] permissions, boolean showDeleted)
          Get a list of Module's that where a user has at least one of the permissions given.
 Module ScarabUser.getCurrentModule()
          The current module which represents the module selected by the user within a request.
 Module BaseGlobalParameter.getModule()
          Returns the associated Module object.
 Module BaseGlobalParameter.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Module BaseQuery.getModule()
          Returns the associated Module object.
 Module BaseQuery.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Module Depend.getDefaultModule()
          Returns default module.
 Module BaseAttributeGroup.getModule()
          Returns the associated Module object.
 Module BaseAttributeGroup.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
static Module BaseModuleManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static Module BaseModuleManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Module BaseModuleManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static Module BaseModuleManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static Module BaseModuleManager.getInstance(java.lang.Integer id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Module BaseModuleManager.getInstance(java.lang.Integer id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  Module BaseModuleManager.getInstanceImpl()
          Get a fresh instance of a ModuleManager
protected  Module BaseModuleManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Module with the given id.
protected  Module BaseModuleManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Module with the given id from the cache.
protected  Module BaseModuleManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a Module with the given id.
protected  Module ModuleManager.getInstanceImpl()
           
static Module ModuleManager.getInstance(java.lang.String moduleDomain, java.lang.String moduleRealName, java.lang.String moduleCode)
          Get an instance of a Module by realName and code.
protected  Module ModuleManager.getInstanceImpl(java.lang.String moduleDomain, java.lang.String moduleRealName, java.lang.String moduleCode)
          Get an instance of a Module by realName and code.
 Module BaseMITListItem.getModule()
          Returns the associated Module object.
 Module BaseMITListItem.getModule(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Module BaseScarabModule.getModuleRelatedByParentId()
          Returns the associated Module object.
 Module BaseScarabModule.getModuleRelatedByParentId(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 

Methods in org.tigris.scarab.om with parameters of type Module
 void BaseIssue.setModule(Module v)
          Declares an association between this object and a Module object
 void Query.setModule(Module me)
          Use this instead of setScarabModule.
 boolean Query.saveAndSendEmail(ScarabUser user, Module module, org.apache.turbine.TemplateContext context)
          Either returns true, if no email problem occured, or throws an appropriate Exception.
 void AttributeGroup.setModule(Module me)
          Use this instead of setScarabModule.
 void AttributeGroup.deleteAttribute(Attribute attribute, ScarabUser user, Module module)
           
 void ScarabModule.setParent(Module v)
          Wrapper method to perform the proper cast to the BaseModule method of the same name.
 void BaseUserVote.setModule(Module v)
          Declares an association between this object and a Module object
 void IssueTemplateInfo.saveAndSendEmail(ScarabUser user, Module module, org.apache.turbine.TemplateContext context)
           
 void Report.setModule(Module v)
          Set the value of module.
abstract  boolean AbstractScarabUser.hasPermission(java.lang.String perm, Module module)
           
 java.util.List AbstractScarabUser.getCopyToModules(Module currentModule, java.lang.String action, java.lang.String searchString)
          Get modules user can copy or move to.
 java.util.List AbstractScarabUser.getCopyToModules(Module currentModule)
           
 java.util.List AbstractScarabUser.getCopyToModules(Module currentModule, java.lang.String action)
           
 java.util.List AbstractScarabUser.getEditableModules(Module currEditModule)
           
 java.util.List AbstractScarabUser.getRModuleUserAttributes(Module module, IssueType issueType)
           
 RModuleUserAttribute AbstractScarabUser.getRModuleUserAttribute(Module module, Attribute attribute, IssueType issueType)
           
protected  RModuleUserAttribute AbstractScarabUser.getNewRModuleUserAttribute(Attribute attribute, Module module, IssueType issueType)
           
 java.lang.String AbstractScarabUser.getHomePage(Module module)
           
 java.util.List AbstractScarabUser.getUnusedRModuleIssueTypes(Module module)
           
 java.util.List AbstractScarabUser.getAllRModuleIssueTypes(Module module)
           
 java.util.List AbstractScarabUser.getSearchableRMITs(java.lang.String searchField, java.lang.String searchString, java.lang.String sortColumn, java.lang.String sortPolarity, Module skipModule)
           
 void AbstractScarabUser.setCurrentModule(Module v)
          The current module
 void BaseRModuleAttribute.setModule(Module v)
          Declares an association between this object and a Module object
 void BaseRModuleIssueType.setModule(Module v)
          Declares an association between this object and a Module object
static AttributeOption AttributeOptionManager.getInstance(Attribute attribute, java.lang.String name, Module module, IssueType issueType)
          Using some contextual information, get an instance of a particular AttributeOption.
 void Module.setParent(Module module)
           
 boolean Module.isEndlessLoop(Module parent)
          check for endless loops where Module A > Module B > Module A
 void BaseNotificationDefaultFilter.setModule(Module v)
          Declares an association between this object and a Module object
 void BaseNotificationFilter.setModule(Module v)
          Declares an association between this object and a Module object
static RModuleAttribute RModuleAttributeManager.getInstance(Module module, Attribute attribute, IssueType issueType)
           
 void RModuleAttribute.setModule(Module me)
          Use this instead of setScarabModule.
 void RModuleIssueType.setModule(Module me)
          Use this instead of setScarabModule.
static Issue Issue.getNewInstance(Module module, IssueType issueType)
          Gets an issue associated to a Module
static java.util.List Issue.parseIssueList(Module module, java.lang.String theList)
           
 void Issue.setModule(Module me)
          Use this instead of setScarabModule.
 java.util.List Issue.getUnsetRequiredAttrs(Module newModule, IssueType newIssueType)
          Get Unset required attributes in destination module / issue type.
 Issue Issue.move(Module newModule, IssueType newIssueType, java.lang.String action, ScarabUser user, java.lang.String reason, java.util.List commentAttrs, java.util.List commentUserValues)
          Move or copy issue to destination module.
 java.util.List Issue.getMatchingAttributeValuesList(Module newModule, IssueType newIssueType)
          Gets a list of non-user AttributeValues which match a given Module.
 java.util.List Issue.getNonMatchingAttributeValuesList(Module newModule, IssueType newIssueType)
          Gets a list AttributeValues which the source module has, But the destination module does not have, when doing a copy.
 boolean Issue.hasEnterPermission(ScarabUser user, Module module)
          Deprecated. user.hasPermission(ScarabSecurity.ISSUE__ENTER, module)
 boolean Issue.hasEditPermission(ScarabUser user, Module module)
          Deprecated. user.hasPermission(ScarabSecurity.ISSUE__EDIT, module)
 boolean Issue.hasMovePermission(ScarabUser user, Module module)
          Deprecated. user.hasPermission(ScarabSecurity.ISSUE__EDIT, module)
static MITList MITListManager.getSingleItemList(Module module, IssueType issueType, ScarabUser user)
           
static MITList MITListManager.getSingleModuleAllIssueTypesList(Module module, ScarabUser user)
           
static java.util.List IssueTemplateInfoPeer.getTemplates(Module module, IssueType issueType, ScarabUser user, java.lang.String sortColumn, java.lang.String sortPolarity, java.lang.String type)
          List of Issue Template objects associated with this module.
static java.util.List IssueTemplateInfoPeer.getUserTemplates(ScarabUser user, Module module, IssueType issueType)
           
static java.util.List IssueTemplateInfoPeer.getModuleTemplates(Module module)
           
 void BaseRModuleOption.setModule(Module v)
          Declares an association between this object and a Module object
static java.util.List QueryPeer.getQueries(Module module, IssueType issueType, ScarabUser user, java.lang.String sortColumn, java.lang.String sortPolarity, java.lang.String type)
          List of queries associated with the module or created by the user.
static java.util.List QueryPeer.getModuleQueries(Module module)
           
static java.util.List QueryPeer.getQueries(Module module, IssueType issueType, ScarabUser user)
           
static java.util.List QueryPeer.getQueries(Module module, IssueType issueType, ScarabUser user, java.lang.String sortColumn, java.lang.String sortPolarity)
           
 void RModuleOption.setModule(Module me)
          Use this instead of setScarabModule.
 void BaseRModuleUserAttribute.setModule(Module v)
          Declares an association between this object and a Module object
 void BaseReport.setModule(Module v)
          Declares an association between this object and a Module object
 boolean ScarabUserImpl.hasPermission(java.lang.String perm, Module module)
           
 java.util.List ScarabUserImpl.getCopyToModules(Module currentModule)
          Get modules that user can copy an issue to.
 java.util.List ScarabUserImpl.getCopyToModules(Module currentModule, java.lang.String action)
           
 java.util.List ScarabUserImpl.getCopyToModules(Module currentModule, java.lang.String action, java.lang.String searchString)
           
 boolean ScarabUserImpl.hasAnyRoleIn(Module module)
           
 java.util.List ScarabUserImpl.getEditableModules(Module currEditModule)
           
 java.util.List ScarabUserImpl.getRModuleUserAttributes(Module module, IssueType issueType)
           
 RModuleUserAttribute ScarabUserImpl.getRModuleUserAttribute(Module module, Attribute attribute, IssueType issueType)
           
 java.lang.String ScarabUserImpl.getHomePage(Module module)
           
 java.util.List ScarabUserImpl.getSearchableRMITs(java.lang.String searchField, java.lang.String searchString, java.lang.String sortColumn, java.lang.String sortPolarity, Module skipModule)
           
 java.util.List ScarabUserImpl.getUnusedRModuleIssueTypes(Module module)
           
 java.util.List ScarabUserImpl.getAllRModuleIssueTypes(Module module)
           
 void ScarabUserImpl.setCurrentModule(Module v)
          The current module
 java.util.List ScarabUserImpl.getRoleNames(Module module)
           
 boolean ScarabUserImpl.hasRoleInModule(org.apache.fulcrum.security.entity.Role role, Module module)
           
static java.lang.String GlobalParameterManager.getString(java.lang.String name, Module module)
           
static void GlobalParameterManager.setString(java.lang.String name, Module module, java.lang.String value)
           
static boolean GlobalParameterManager.getBoolean(java.lang.String name, Module module)
           
static boolean GlobalParameterManager.getBooleanFromHierarchy(java.lang.String key, Module module, boolean def)
          Recursively look up for the existence of the key.
static java.lang.String GlobalParameterManager.getStringFromHierarchy(java.lang.String key, Module module, java.lang.String def)
          Recursively look up for the existence of the key in the module hierarchy.
static void GlobalParameterManager.setBoolean(java.lang.String name, Module module, boolean value)
           
 void BasePendingGroupUserRole.setModule(Module v)
          Declares an association between this object and a Module object
 boolean Attribute.hasMapping(Module module, IssueType issueType)
           
 java.lang.String IssueType.getDisplayName(Module module)
          If module name is identical to global name, return the global name.
 boolean IssueType.hasIssues(Module module)
          Returns true if the issue type/module has issues associated with it.
 java.util.List IssueType.getAttributeGroups(Module module)
           
 java.util.List IssueType.getAttributeGroups(Module module, boolean activeOnly)
          List of attribute groups associated with this module).
 AttributeGroup IssueType.createNewGroup(Module module)
          Creates new attribute group.
(package private)  int IssueType.getDedupeSequence(Module module)
          Gets the sequence where the dedupe screen fits between groups.
 java.util.List IssueType.getMatchingAttributeValuesList(Module oldModule, Module newModule, IssueType newIssueType)
          Gets a list of non-user AttributeValues which match a given Module.
 java.util.List IssueType.getOrphanAttributeValuesList(Module oldModule, Module newModule, IssueType newIssueType)
          Gets a list of Attributes which do not match a given Module.
 Attribute IssueType.getDefaultTextAttribute(Module module)
          if an RMA is the chosen attribute for email subjects then return it.
 java.util.List IssueType.getQuickSearchAttributes(Module module)
          Array of Attributes used for quick search.
 boolean IssueType.canCreateIssueInScope(ScarabUser user, Module module)
          Checks whether the current user can create issues of this issueType in the given module.
 boolean IssueType.canCreateAttributeInScope(ScarabUser user, Module module, Attribute attribute)
          Checks whether the current user is allowed to set the given attribute in the given module and in this issueType.
 java.util.List IssueType.getRequiredAttributes(Module module)
          Array of Attributes which are active and required by this module.
 java.util.List IssueType.getActiveAttributes(Module module)
          Array of active Attributes for an issue type.
 void RIssueTypeOption.delete(ScarabUser user, Module module)
           
static RModuleOption RModuleOptionManager.getInstance(Module module, IssueType issueType, AttributeOption option)
           
 boolean AbstractScarabModule.isEndlessLoop(Module parent)
          check for endless loops where Module A > Module B > Module A
abstract  void AbstractScarabModule.setParent(Module v)
          Set this module's immediate parent module
protected  void AbstractScarabModule.inheritFromParent(Module parentModule)
          sets up attributes and issue types for this module based on.
 java.util.List ScarabUser.getEditableModules(Module currEditModule)
          Gets all modules the user has permissions to edit.
 java.util.List ScarabUser.getRModuleUserAttributes(Module module, IssueType issueType)
          Returns list of RModuleUserAttribute objects for this User and Module -- the attributes the user has selected To appear on the IssueList for this module.
 RModuleUserAttribute ScarabUser.getRModuleUserAttribute(Module module, Attribute attribute, IssueType issueType)
          Returns an RModuleUserAttribute object.
 boolean ScarabUser.hasPermission(java.lang.String permission, Module module)
          Returns true if this user has the given permission within the given module, false otherwise.
 java.util.List ScarabUser.getCopyToModules(Module currentModule)
           
 java.util.List ScarabUser.getCopyToModules(Module currentModule, java.lang.String action)
           
 java.util.List ScarabUser.getCopyToModules(Module currentModule, java.lang.String action, java.lang.String searchString)
           
 boolean ScarabUser.hasAnyRoleIn(Module module)
          Determine whether the user has any role in the given module.
 java.lang.String ScarabUser.getHomePage(Module module)
          The template/tab to show for the home page in the given module.
 java.util.List ScarabUser.getSearchableRMITs(java.lang.String searchField, java.lang.String searchString, java.lang.String sortColumn, java.lang.String sortPolarity, Module skipModule)
          Returns a List of RModuleIssueTypes for which the user has the permission to search for issues.
 java.util.List ScarabUser.getUnusedRModuleIssueTypes(Module module)
          returns a list of RModuleIssueTypes for the given module, excluding any that that have a corresponding MITListItem in the CurrentMITList.
 java.util.List ScarabUser.getAllRModuleIssueTypes(Module module)
          returns a list of RModuleIssueTypes for the given module.
 void ScarabUser.setCurrentModule(Module v)
          The current module which represents the module selected by the user within a request.
 java.util.List ScarabUser.getRoleNames(Module module)
           
 boolean ScarabUser.hasRoleInModule(org.apache.fulcrum.security.entity.Role role, Module module)
           
 void BaseGlobalParameter.setModule(Module v)
          Declares an association between this object and a Module object
 void BaseQuery.setModule(Module v)
          Declares an association between this object and a Module object
 void Depend.setDefaultModule(Module me)
          Sets default module.
 void BaseAttributeGroup.setModule(Module v)
          Declares an association between this object and a Module object
static boolean BaseModuleManager.exists(Module obj)
           
protected  boolean BaseModuleManager.existsImpl(Module om)
          check for a duplicate project name
 void BaseMITListItem.setModule(Module v)
          Declares an association between this object and a Module object
 void BaseScarabModule.setModuleRelatedByParentId(Module v)
          Declares an association between this object and a Module object
 

Constructors in org.tigris.scarab.om with parameters of type Module
Issue(Module module, IssueType issueType)
           
 

Uses of Module in org.tigris.scarab.reports
 

Methods in org.tigris.scarab.reports that return Module
 Module ReportBridge.getModule()
          Get the value of module.
 

Methods in org.tigris.scarab.reports with parameters of type Module
 void ReportBridge.setModule(Module v)
          Set the value of module.
 

Uses of Module in org.tigris.scarab.tools
 

Methods in org.tigris.scarab.tools that return Module
 Module ScarabRequestTool.getModule()
          Get an Module object.
 Module ScarabRequestTool.getModule(java.lang.String key)
          Get a specific module by key value.
 Module ScarabRequestTool.getCurrentModule()
          Gets the Module associated with the information passed around in the query string.
 

Methods in org.tigris.scarab.tools with parameters of type Module
 java.util.List ScarabToolManager.getRModuleUserAttributes(ScarabUser user, Module module, IssueType issueType)
          First attempts to get the RModuleUserAttributes from the user.
 java.util.List ScarabGlobalTool.linkIssueIds(Module module, java.lang.String text)
           
 SkipFiltering ScarabGlobalTool.getCommentText(java.lang.String text, ScarabLink link, Module currentModule)
           
 SkipFiltering ScarabGlobalTool.textToHTML(java.lang.String text, ScarabLink link, Module currentModule)
          Converts a text string to HTML by: replacing reserved characters with equivalent HTML entities adding hyperlinks for URLs adding hyperlinks for issue references
 java.util.List SecurityAdminTool.getPendingGroupUserRoles(Module module)
           
 void ScarabRequestTool.setModule(Module module)
          A Module object for use within the Scarab API.
 void ScarabRequestTool.setCurrentModule(Module me)
          Sets the current Module
 java.util.List ScarabRequestTool.getGlobalQueries(Module module)
          Returns all queries global for the module
 boolean ScarabRequestTool.hasPermission(java.lang.String permission, Module module)
          Determine if the user currently interacting with the scarab application has a permission within a module.
 

Uses of Module in org.tigris.scarab.util
 

Methods in org.tigris.scarab.util that return Module
 Module EmailLink.getCurrentModule()
           
 

Methods in org.tigris.scarab.util with parameters of type Module
 void EmailLink.setCurrentModule(Module cM)
           
 void EmailContext.setModule(Module module)
           
static void Email.sendEmail(EmailContext context, Module module, java.lang.Object fromUser, java.lang.Object replyToUser, ScarabUser toUser, java.lang.String template)
          Sends email to a single recipient.
static void Email.sendEmail(EmailContext context, Module module, java.lang.Object fromUser, java.lang.Object replyToUser, java.util.Collection toUsers, java.util.Collection ccUsers, java.lang.String template)
          Sends email to multiple recipients.
static EmailLink EmailLinkFactory.getInstance(Module module)
           
static java.util.List IssueIdParser.getIssueIdTokens(Module module, java.lang.String text)
          Parses text for any valid issue ids and returns matches.
static java.util.List IssueIdParser.tokenizeText(Module module, java.lang.String text)
          Parses text for any valid issue ids.
static java.lang.String IssueIdParser.getIssueIdFromToken(Module module, java.lang.String token)
          Assumption is the token will contain at most one issue id.
static java.util.Map IssueIdParser.getIssueIds(Module module, java.lang.String text)
          A Map of ids where the keys are the tokens such as "issue#35" and the value is the unique id, "PACS35".
static java.lang.String ScarabUtil.linkifyText(java.lang.String input, ScarabLink link, Module module)
          It uses the IssueIdParser to convert all issue id's into links.
 

Constructors in org.tigris.scarab.util with parameters of type Module
EmailLink(Module currentModule)
          Constructor.
EmailLinkFactory.ErrorEmailLink(Module module)
           
 

Uses of Module in org.tigris.scarab.util.word
 

Methods in org.tigris.scarab.util.word that return Module
(package private)  Module IssueSearch.getModule(java.lang.Integer id)
          Used by QueryResult to avoid multiple db hits in the event caching is not being used application-wide.
 Module QueryResult.getModule()
          Get the Module related thru getModuleId().
 

Methods in org.tigris.scarab.util.word with parameters of type Module
 IssueSearch IssueSearchFactory.getInstance(Module module, IssueType issueType, ScarabUser searcher)
           
 

Constructors in org.tigris.scarab.util.word with parameters of type Module
IssueSearch(Module module, IssueType issueType, ScarabUser searcher)
           
 

Uses of Module in org.tigris.scarab.util.xmlissues
 

Methods in org.tigris.scarab.util.xmlissues with parameters of type Module
 java.util.Collection ImportIssues.runImport(java.io.File importFile, Module currentModule)
          Run an import.
 java.util.Collection ImportIssues.runImport(org.apache.commons.fileupload.FileItem importFile, Module currentModule, ImportIssues.ImportType type)
          Run an import.
protected  java.util.Collection ImportIssues.runImport(java.lang.String filePath, java.lang.Object input, Module currentModule, ImportIssues.ImportType type)
           
protected  void ImportIssues.validate(java.lang.String name, java.io.Reader is, org.apache.commons.betwixt.io.BeanReader reader, Module currentModule)
          Run validation phase.
 

Uses of Module in org.tigris.scarab.workflow
 

Methods in org.tigris.scarab.workflow with parameters of type Module
 OptionWorkflow Workflow.getWorkflowForRole(AttributeOption fromOption, AttributeOption toOption, java.lang.String roleName, Module module, IssueType issueType)
           
 java.util.List Workflow.getWorkflowsForRoleList(AttributeOption fromOption, AttributeOption toOption, java.util.List roleNames, Module module, IssueType issueType)
           
 void Workflow.saveWorkflow(AttributeOption fromOption, AttributeOption toOption, java.lang.String roleName, Module module, IssueType issueType, WorkflowRules workflowRule)
           
 OptionWorkflow Workflow.inherit(AttributeOption fromOption, AttributeOption toOption, java.lang.String roleName, Module module, IssueType issueType)
           
 void Workflow.resetWorkflow(AttributeOption fromOption, AttributeOption toOption, java.lang.String roleName, Module module, IssueType issueType)
           
 void Workflow.resetWorkflows(java.lang.String roleName, Module module, IssueType issueType, boolean initial)
           
 void Workflow.deleteWorkflowsForOption(AttributeOption option, Module module, IssueType issueType)
           
 void Workflow.deleteWorkflowsForAttribute(Attribute attr, Module module, IssueType issueType)
           
 void Workflow.addIssueTypeWorkflowToModule(Module module, IssueType issueType)
           
 void Workflow.resetAllWorkflowsForIssueType(Module module, IssueType issueType)
           
 OptionWorkflow DefaultWorkflow.getWorkflowForRole(AttributeOption fromOption, AttributeOption toOption, java.lang.String roleName, Module module, IssueType issueType)
           
 java.util.List DefaultWorkflow.getWorkflowsForRoleList(AttributeOption fromOption, AttributeOption toOption, java.util.List roleNames, Module module, IssueType issueType)
           
 OptionWorkflow DefaultWorkflow.inherit(AttributeOption fromOption, AttributeOption toOption, java.lang.String roleName, Module module, IssueType issueType)
           
 void DefaultWorkflow.saveWorkflow(AttributeOption fromOption, AttributeOption toOption, java.lang.String roleName, Module module, IssueType issueType, WorkflowRules workflowRule)
           
 void DefaultWorkflow.resetWorkflow(AttributeOption fromOption, AttributeOption toOption, java.lang.String roleName, Module module, IssueType issueType)
           
 void DefaultWorkflow.resetWorkflows(java.lang.String roleName, Module module, IssueType issueType, boolean initial)
           
 void DefaultWorkflow.deleteWorkflowsForOption(AttributeOption option, Module module, IssueType issueType)
           
 void DefaultWorkflow.deleteWorkflowsForAttribute(Attribute attr, Module module, IssueType issueType)
           
 void DefaultWorkflow.addIssueTypeWorkflowToModule(Module module, IssueType issueType)
           
 void DefaultWorkflow.resetAllWorkflowsForIssueType(Module module, IssueType issueType)
           
 



Copyright © 2000-2004 Tigris.org. All Rights Reserved.