| Package | Description |
|---|---|
| org.rogatio.circlead.control | |
| org.rogatio.circlead.model | |
| org.rogatio.circlead.model.data | |
| org.rogatio.circlead.model.work | |
| org.rogatio.circlead.util |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Repository.writeExcel(java.lang.String filename,
WorkitemType type,
java.util.List<Parameter> fields) |
Write excel.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Parameter |
Parameter.get(java.lang.String value) |
Gets the.
|
static Parameter |
Parameter.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Parameter[] |
Parameter.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<Parameter,java.lang.Object> |
IDataRow.getDataRow() |
Gets the data row.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<Parameter,java.lang.Object> |
Person.getDataRow() |
|
java.util.Map<Parameter,java.lang.Object> |
Role.getDataRow() |
|
java.util.Map<Parameter,java.lang.Object> |
Rolegroup.getDataRow() |
|
java.util.Map<Parameter,java.lang.Object> |
Team.getDataRow() |
Gets the data row.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
ExcelUtil.writeExcel(java.lang.String filename,
java.util.List<java.util.Map<Parameter,java.lang.Object>> dataMap,
java.util.List<Parameter> headerRow) |
Write excel.
|