| Package | Description |
|---|---|
| windntrees |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.HttpEntity<ResultList> |
CRUDController.readList(SearchFilter objectFilter,
org.springframework.validation.Errors errors)
Read list of content objects based on provided filtering data
and return WindnTrees compliant HTTP response content object.
|
org.springframework.http.HttpEntity |
CRUDController.readListReturnFlexByPOST(SearchFilter objectFilter,
org.springframework.validation.Errors errors)
Read Flex object complaint list of content objects based on provided
filtering data and return WindnTrees compliant HTTP response content object using POST
method.
|
org.springframework.http.HttpEntity<ResultList> |
CRUDController.readListWise(SearchFilter objectFilter,
org.springframework.validation.Errors errors)
Read list wise (or page) of content objects based on provided filtering data
and return WindnTrees compliant HTTP response content object using POST method.
|
org.springframework.http.HttpEntity |
CRUDController.readListWiseReturnFlexByPOST(SearchFilter objectFilter,
org.springframework.validation.Errors errors)
Read Flex object complaint list of content objects based on provided
filtering data and return WindnTrees compliant HTTP response content object
in paged or list-wise format using POST method.
|
org.springframework.http.HttpEntity |
CRUDController.readSingle(SearchFilter objectFilter,
org.springframework.validation.Errors errors)
Reads content object based on provided filtering data and return WindnTrees
compliant response content object using POST method.
|
org.springframework.http.HttpEntity |
CRUDController.readSingleReturnFlex(SearchFilter objectFilter,
org.springframework.validation.Errors errors)
Reads Flex object complaint content object based on provided filtering data and
return WindnTrees compliant HTTP response content object using POST method.
|
org.springframework.http.HttpEntity<ResultList> |
CRUDController.select(SearchFilter objectFilter,
org.springframework.validation.Errors errors)
Selects list of content objects based on provided filtering data
and return WindnTrees compliant HTTP response content object in list-wise
or paged format.
|
org.springframework.http.HttpEntity |
CRUDController.selectList(SearchFilter objectFilter,
org.springframework.validation.Errors errors)
Selects list of content objects based on provided filtering data
and return WindnTrees compliant HTTP response content object in listing
format.
|
org.springframework.http.HttpEntity |
CRUDController.selectListReturnFlex(SearchFilter objectFilter,
org.springframework.validation.Errors errors)
Read Flex object complaint list of content objects based on provided
filtering data and return WindnTrees compliant HTTP response content object
in listing format using POST method.
|
org.springframework.http.HttpEntity |
CRUDController.selectReturnFlex(SearchFilter objectFilter,
org.springframework.validation.Errors errors)
Read Flex object complaint list of content objects based on provided
filtering data and return WindnTrees compliant HTTP response content object
in paged or list-wise format using POST method.
|
Copyright © 2018. All rights reserved.