| Package | Description |
|---|---|
| org.squashtest.tm.domain.infolist | |
| org.squashtest.tm.domain.requirement | |
| org.squashtest.tm.domain.testcase |
| Modifier and Type | Class and Description |
|---|---|
class |
ListItemReference
Instances of such classes are not meant to be persisted.
|
class |
SystemListItem
a SystemListItem is an InfoListItem that belongs to the vanilla business originally implemented in Squash.
|
class |
UserListItem |
| Modifier and Type | Method and Description |
|---|---|
InfoListItem |
InfoList.getDefaultItem() |
| Modifier and Type | Method and Description |
|---|---|
List<InfoListItem> |
InfoList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
InfoList.addItem(InfoListItem item) |
boolean |
InfoList.contains(InfoListItem item) |
void |
InfoList.removeItem(InfoListItem item) |
static void |
SystemInfoListItemCode.verifyModificationPermission(InfoListItem item) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfoList.addItems(int newIndex,
List<InfoListItem> addedItems) |
| Modifier and Type | Method and Description |
|---|---|
InfoListItem |
Requirement.getCategory() |
InfoListItem |
RequirementVersion.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Requirement.setCategory(InfoListItem category)
Set the requirement category
|
void |
RequirementVersion.setCategory(InfoListItem category)
Set the requirement category
|
| Modifier and Type | Method and Description |
|---|---|
InfoListItem |
TestCase.getNature() |
InfoListItem |
TestCase.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCase.setNature(InfoListItem nature) |
void |
TestCase.setType(InfoListItem type) |
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.