| Package | Description |
|---|---|
| com.gemantic.commons.code.cmodel |
| Modifier and Type | Method and Description |
|---|---|
CField |
CField.clone() |
CField |
CMold.getFieldByCName(String cname) |
CField |
CMold.getFieldByDName(String dname) |
CField |
CMethod.getReturnField() |
| Modifier and Type | Method and Description |
|---|---|
List<CField> |
CController.getFields() |
List<CField> |
CMold.getFields() |
List<CField> |
DocContentControllerSheetModel.getParamList() |
List<CField> |
CMethod.getParams() |
List<CField> |
CRequest.getParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMethod.setReturnField(CField returnField) |
| Modifier and Type | Method and Description |
|---|---|
void |
CController.setFields(List<CField> fields) |
void |
CMold.setFields(List<CField> fields) |
void |
DocContentControllerSheetModel.setParamList(List<CField> paramList) |
void |
CMethod.setParams(List<CField> params) |
void |
CRequest.setParams(List<CField> params) |
| Constructor and Description |
|---|
CRequest(String url,
String name,
List<CField> params,
String returnPath) |
Copyright © 2018. All rights reserved.