| |
|
| org.tigris.scarab.om.BaseMITListItem org.tigris.scarab.om.MITListItem
MITListItem | public class MITListItem extends BaseMITListItem implements Persistent(Code) | | A module and an issue type. Wildcards are possible, so that a single
MITListItem could represent all the issue types in a module. A single
issue type in all modules (that have it defined). Or all modules and
issue types.
|
getIssueCount | public int getIssueCount(ScarabUser user) throws TorqueException, ScarabException(Code) | | The number of active issues of the this issue type within the module.
Parameters: user - a ScarabUser value used to determine ifa count should be given. an int the number of issues entered for the module unless the user does not have permission tosearch for issues in the given module, then a value of 0 will bereturned. if resource limited, this method will return -1. exception: Exception - if an error occurs |
getIssueCount | public int getIssueCount(ScarabUser user, AttributeOption attributeOption) throws TorqueException, ScarabException, DataSetException(Code) | | The number of active issues of the this issue type within the module.
Parameters: user - a ScarabUser value used to determine ifa count should be given. an int the number of issues entered for the module unless the user does not have permission tosearch for issues in the given module, then a value of 0 will bereturned. if resource limited, this method will return -1. throws: DataSetException - exception: Exception - if an error occurs |
hashCode | public int hashCode()(Code) | | |
isSingleIssueType | public boolean isSingleIssueType()(Code) | | |
isSingleModule | public boolean isSingleModule()(Code) | | |
isSingleModuleIssueType | public boolean isSingleModuleIssueType()(Code) | | |
isUseCurrentModule | public boolean isUseCurrentModule()(Code) | | |
|
|
|