| Modifier and Type | Method and Description |
|---|---|
TRId |
TasksMonitorEvent.getTrId() |
TRId |
ChangeTableRequestEvent.getTrId() |
TRId |
WidgetRequestEvent.getTrId() |
TRId |
UIStateEvent.getTrId() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ChangeTableRequestEvent.fire(com.google.gwt.event.shared.HasHandlers source,
ChangeTableRequestType operationCompleteType,
TRId trId,
ChangeTableWhy why) |
static void |
TasksMonitorEvent.fire(com.google.gwt.event.shared.HasHandlers source,
TaskType taskType,
TRId trId) |
void |
TasksMonitorEvent.setTrId(TRId trId) |
void |
ChangeTableRequestEvent.setTrId(TRId trId) |
void |
WidgetRequestEvent.setTrId(TRId trId) |
void |
UIStateEvent.setTrId(TRId trId) |
| Constructor and Description |
|---|
ChangeTableRequestEvent(ChangeTableRequestType changeTableRequestType,
TRId trId,
ChangeTableWhy why) |
TasksMonitorEvent(TaskType closeType,
TRId trId) |
UIStateEvent(UIStateType uiStateType,
TRId trId,
DataViewType dataViewType) |
| Modifier and Type | Method and Description |
|---|---|
TRId |
ExpressionWrapper.getTrId() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionWrapper.setTrId(TRId trId) |
| Constructor and Description |
|---|
ExpressionWrapper(C_ExpressionContainer replaceExpressionContainer,
TRId trId,
ColumnData columnData) |
ExpressionWrapper(String replaceValue,
TRId trId,
ColumnData columnData) |
ExpressionWrapper(TRId trId,
ColumnData columnData,
C_ExpressionContainer conditionExpressionContainer) |
ExpressionWrapper(TRId trId,
ColumnData columnData,
C_ExpressionContainer conditionExpressionContainer,
C_ExpressionContainer replaceExpressionContainer) |
ExpressionWrapper(TRId trId,
ColumnData columnData,
C_ExpressionContainer conditionExpressionContainer,
String replaceValue) |
| Modifier and Type | Method and Description |
|---|---|
TRId |
OperationResult.getTrId() |
static TRId |
TRId.newInstance(TRId trId) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TRId> |
OperationResult.getCollateralTRIds() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TRId.equals(TRId equals) |
static TRId |
TRId.newInstance(TRId trId) |
void |
OperationResult.setTrId(TRId trId) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationResult.setCollateralTRIds(ArrayList<TRId> collateralTRIds) |
| Constructor and Description |
|---|
OperationResult(TRId trId,
ArrayList<TRId> collateralTRIds) |
| Constructor and Description |
|---|
OperationResult(TRId trId,
ArrayList<TRId> collateralTRIds) |
| Modifier and Type | Method and Description |
|---|---|
TRId |
TabularResourceDataView.getTrId() |
| Modifier and Type | Method and Description |
|---|---|
void |
TabularResourceDataView.setTrId(TRId trId) |
| Constructor and Description |
|---|
TabularResourceDataView(TRId trId) |
TabularResourceDataView(TRId trId,
String tabName) |
| Modifier and Type | Method and Description |
|---|---|
TRId |
ColumnData.getTrId() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnData.setTrId(TRId trId) |
| Constructor and Description |
|---|
ColumnData(String id,
String columnId,
String name,
String typeName,
String typeCode,
String dataTypeName,
String label,
String locale,
TRId trId,
boolean viewColumn,
ColumnViewData columnViewData,
PeriodDataType periodDataType,
RelationshipData relationship,
ArrayList<String> validationColumnReferences,
boolean validationColumn,
ArrayList<String> validatedColumns) |
Copyright © 2015. All Rights Reserved.