| 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 | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<InfoListItem,QInfoListItem> |
QInfoList.items |
| Modifier and Type | Method and Description |
|---|---|
InfoListItem |
InfoList.getDefaultItem() |
InfoListItem |
InfoList.getItem(InfoListItem item)
Returns an item that matches the argument (which may be
a transient reference) if belong to the list, or null.
|
InfoListItem |
InfoList.getItem(String code)
Returns an item having such code if belong to the list, or null.
|
| 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) |
InfoListItem |
InfoList.getItem(InfoListItem item)
Returns an item that matches the argument (which may be
a transient reference) if belong to the list, or null.
|
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) |
| Constructor and Description |
|---|
QInfoListItem(Class<? extends InfoListItem> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QInfoListItem(com.querydsl.core.types.Path<? extends InfoListItem> path) |
| 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
|
void |
RequirementVersion.PropertiesSetter.setCategory(InfoListItem 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–2016 Henix, henix.fr. All rights reserved.