| Package | Description |
|---|---|
| windntrees |
| Modifier and Type | Method and Description |
|---|---|
protected ResultList<T> |
ContentController.getExceptionListResult(List<T> listData,
Exception ex)
Gets WindnTrees compliant data and exception error message response object,
containing list of objects and exception.
|
protected ResultList<T> |
ContentController.getExceptionPageResult(org.springframework.data.domain.Page<T> pagedData,
Exception ex)
Gets WindnTrees compliant data and error message response object containing
list wise (paged) objects and exception.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.http.HttpEntity<ResultList> |
ContentController.getHttpExceptionListResult(List<T> listData,
Exception ex)
Gets WindnTrees compliant data and errors HTTP response object containing
list of objects and exception.
|
protected org.springframework.http.HttpEntity<ResultList> |
ContentController.getHttpExceptionPageResult(org.springframework.data.domain.Page<T> pagedData,
Exception ex)
Gets WindnTrees compliant data and error message HTTP response object containing
list wise (paged) objects and exception.
|
protected org.springframework.http.HttpEntity<ResultList> |
ContentController.getHttpListResult(List<T> listData,
List<org.springframework.validation.ObjectError> errors,
boolean localeEnabled)
Gets WindnTrees compliant data and errors HTTP response object containing
list of objects and errors.
|
protected org.springframework.http.HttpEntity<ResultList> |
ContentController.getHttpPagedResult(org.springframework.data.domain.Page<T> pagedData,
List<org.springframework.validation.ObjectError> errors,
boolean localeEnabled)
Gets WindnTrees compliant data and error message HTTP response object containing
list wise (paged) objects and errors.
|
org.springframework.http.HttpEntity<ResultList> |
CRUDController.readAll()
Read list of all content objects and return WindnTrees compliant HTTP response
content object using GET method.
|
org.springframework.http.HttpEntity<ResultList> |
CRUDController.readAllByPost()
Read list of all content objects and return WindnTrees compliant HTTP response
content object using POST method.
|
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<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<ResultList> |
CRUDController.readListWise(String keyword,
int page,
int size)
Read list wise (or page) of content objects based on provided filtering data
and return WindnTrees compliant HTTP response content object using GET 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.
|
Copyright © 2018. All rights reserved.